Hello Erik -

On Tue, 04 Jan 2000, Erik Meitner wrote:

> 
> Here is how I have my AuthBy's setup(minus extra junk):
> 
> <AuthBy SYSTEM>
>         Identifier System
> </AuthBy>
> 
> #main users file
> <AuthBy FILE>
>         NoDefaultIfFound
>         Identifier MainUser
>         Filename %D/users
> </AuthBy>
> 
> <Realm DEFAULT>
>         AcctLogFileName %L/detail
>         <AuthBy FILE>
>                Filename %D/users-def
>         </AuthBy>
> </Realm>
> 
> users-def file:
> DEFAULT         Auth-Type=MainUsers, Group = user
> 
> users file:
> DEFAULT         Auth-Type = System
>         User-Service = Framed-User,
>         Ascend-Idle-Limit = 3600
> 
> 
> emeitner         Auth-Type = System, Time = "Al0600-1800"
>         User-Service = Framed-User,
>         Ascend-Idle-Limit = 3600
> --------
> If users-def file is changed to:
> DEFAULT         Auth-Type=System, Group = user
> 
> it will work.
> 

Yes. This is because the "Group = user" check item only has relevance in your
AuthBy SYSTEM clause (or AuthBy UNIX). It doesn't have any relevance in an
AuthBy FILE as you have it constructed above. (I think this is my fault from
the example I sent you).

What are you trying to have happen? I've lost track of what your exact
requirement is - so if you could refresh my memory I'd appreciate it.

thanks for your patience

Hugh


-- 
Radiator: the most portable, flexible and configurable RADIUS server
anywhere. SQL, proxy, DBM, files, LDAP, NIS+, password, NT, Emerald,
Platypus, Freeside, TACACS+, PAM, external, etc etc on Unix, Win95/8,
NT, Rhapsody

===
Archive at http://www.thesite.com.au/~radiator/
To unsubscribe, email '[EMAIL PROTECTED]' with
'unsubscribe radiator' in the body of the message.

Reply via email to