Hello -

> 
> Hi,
> 
> I am trying to get Radiator to look at the users file for user information.
> If the users file dictates "System" for password, then radiator should
> then goto passwd file for authentication. The probelm I am having is:
> 
> It authenticates with the word "System" instead of falling over to
> the passwd file.
> 
> Here is what I have currently:
> 
> <Realm DEFAULT>
>         <AuthBy FILE>
>         </AuthBy>
> 
> </Realm>
> <AuthBy UNIX>
>         Identifier System
> </AuthBy>
> 
> ...and this in my users file
> 
> DEFAULT Password = "System"
>         Port-Limit = 1,
>         User-Service-Type = Framed-User,
>         Framed-Protocol = PPP,
>         Framed-Address = 255.255.255.254,
>         Framed-Netmask = 255.255.255.255,
>         Framed-Routing = None,
>         Idle-Timeout = 900,
>         Framed-Compression = Van-Jacobsen-TCP-IP,
>         Framed-MTU = 1500
> 
> 
> I am kind of new to the radius game, any help would be gladly taken. We are
> trying to implement this from our current Livingston radius. Im sure its
> something small that I am overlooking.
> 

You will need to change your users file to this:

DEFAULT Auth-Type = System
        Port-Limit = 1,
        User-Service-Type = Framed-User,
        Framed-Protocol = PPP,
        Framed-Address = 255.255.255.254,
        Framed-Netmask = 255.255.255.255,
        Framed-Routing = None,
        Idle-Timeout = 900,
        Framed-Compression = Van-Jacobsen-TCP-IP,
        Framed-MTU = 1500

Note the use of "Auth-Type" to refer to a specific AuthBy clause.

regards

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