Hello Colin -
On Thu, 20 Apr 2000, colinc wrote:
>
> Hello,
>
> Still not having any luck with checking groups, i do believe that we do not want to
>use
> the local unix group file. At the current moment, i am authenticating from the mysql
> database but we will change to authenticating from a UNIX password file but getting
>the
> user attributes off the mysql database when we get the thing up and running. The
>user in
> the database has an checkattr of Group = unlimited
>
> I've setup the default user file with the following:
>
> DEFAULT Auth-Type = CheckSQL, Group = unlimited
> Service-Type = Framed-User
>
> The relevant part of the radius.cfg file is below :-
>
> <Realm DEFAULT>
> <AuthBy FILE>
> Filename /usr/local/etc/default-users
> </AuthBy>
> </Realm>
> <AuthBy SQL>
> Identifier CheckSQL
> DBSource dbi:mysql:radius
> DBUsername xxxx
> DBAuth xxxx
> AuthSelect select PASSWORD, CHECKATTR, REPLYATTR \
> from SUBSCRIBERS where USERNAME='%n'
> AuthColumnDef 0, User-Password, check
> AuthColumnDef 1, GENERIC, check
> AuthColumnDef 2, GENERIC, reply
> </AuthBy>
>
Let me make sure I understand this - you want to check the password only in the
UNIX password file, and everything else in the database, including the Group?
thanks
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.