Hello Dean -

On Mon, 23 Oct 2000, Dean Brandt wrote:
> Hi Hugh,
> 
>       Yes that is what I am trying to do, Radiator checks Platypus
> first, then I want to be able to pass other check/reply items. What I am
> currently doing is:
> 

If you want to check Platypus first, then check a file for additional
attributes for only those users listed in the file, and add some standard
attributes to every reply, you would do something like this:

# configure AuthBy PLATYPUS and AuthBy FILE

<AuthBy PLATYPUS>
        Identifier CheckPlatypus
        DBSource        dbi:Sybase:DSN
        DBUsername      xxxxxxx
        DBAuth          xxxxxxx
</AuthBy>

<AuthBy FILE>
        Identifier CheckFile
        Filename /etc/raddb/users 
</AuthBy>

# configure AuthBy GROUP

<AuthBy GROUP>
        Identifier CheckUsers
        AuthByPolicy    ContinueWhileAccept
        AuthBy CheckPlatypus
        AuthBy CheckFile
        AddToReply \
                Service-Type = Framed-User, \
                Framed-Protocol = PPP
</AuthBy>

# configure Realm

<Realm DEFAULT>
        AuthBy CheckUsers
</Realm>


The users file would only contain specific user entries, no DEFAULT.

# file /etc/raddb/users

someuser ......
        .......

anotheruser .....
        ......

.......



hth

Hugh

-- 
Radiator: the most portable, flexible and configurable RADIUS server 
anywhere. SQL, proxy, DBM, files, LDAP, NIS+, password, NT, Emerald, 
Platypus, Freeside, Interbiller, TACACS+, PAM, external, etc, etc.
Available on Unix, Linux, FreeBSD, Windows 95/98/2000, NT, MacOS X.



===
Archive at http://www.starport.net/~radiator/
Announcements on [EMAIL PROTECTED]
To unsubscribe, email '[EMAIL PROTECTED]' with
'unsubscribe radiator' in the body of the message.

Reply via email to