Hello 'Tunde -

On Mon, 24 Apr 2000, 'Tunde Ogedengbe wrote:
> Hello:
> 
> I am sorry,  noe of the examples explicitly addresed my problem.  Comment on
> my following config:
> 
> **radius.cfg**
> 
>        <AuthBy UNIX>
> 
>                Identifier Check-UNIX
>                Filename        %D/users
>         </AuthBy>
> 
> **Users file**
> tunde   Auth-Type = Check-UNIX
>         Service-Type = Framed-User,
>         Framed-Protocol = PPP,
>         Framed-IP-Netmask = 255.255.255.0
> 
> ***  The system does not authenticate with these settings.  Is there
> anything wrong?
> 

I can see nothing wrong with the information above (except the Filename in the
AuthBy UNIX should point at a UNIX password file - is that what you have in
%D/users?).

It is more usual to have something like this:

<AuthBy UNIX>
        Identifier Check-UNIX
        Filename /etc/passwd
</AuthBy>

<Realm>
        <AuthBy FILE>
                Filename %D/users
        </AuthBy>
</Realm>


Then in the file %D/users (your users file):

tunde   Auth-Type = Check-UNIX
        Service-Type = Framed-User,
        Framed-Protocol = PPP,
        Framed-IP-Netmask = 255.255.255.0
        
A setup like the above will check the password for "tunde" in the UNIX password
file (/etc/password or whatever your system uses), then return the reply
attributes from the user "tunde" in the users file (%D/users).


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