Hello Dean -

On Sat, 21 Oct 2000, Dean Brandt wrote:
> Hi,
> 
>       I am using this configuration:
> 
> <Realm DEFAULT>
> 
>         <AuthBy PLATYPUS>
> 
>                 DBSource        dbi:Sybase:DSN
>                 DBUsername      xxxxxxx
>                 DBAuth          xxxxxxx
> 
>         </AuthBy>
> 
>         AuthByPolicy    ContinueWhileAccept
> 
>         <AuthBy FILE>
> 
>                Filename /etc/raddb/users 
> 
>         </AuthBy>
> 
> </Realm>
> 
>       The idea is to get the initial access request granted from
> Platypus and then search /etc/raddb/users on the linux box that radiator
> is running on for additional check and reply itms for any user that is
> listed in that file.
> 
>       I get this error:
> 
> Oct 20 23:39:04 contender ./radiusd[14013]: Could not find Identifier for
> Auth-Type 'System' 
> Oct 20 23:39:04 contender ./radiusd[14013]: Radius::AuthFILE REJECT: Could
> not find Identifier for Auth-Type 'System' 
> 
>       And in my users file I have this setting at the bottom of the
> file:
> 
> DEFAULT Auth-Type = System
>         Service-Type = Framed-User,
>         Framed-Protocol = PPP
> 

The Auth-Type = System shown above expects to find an AuthBy in the
configuration file with an Identifier of "System". If by the above, you mean to
check DEFAULT users in the UNIX password file, you would add something like
this to your configuration file:

<AuthBy UNIX>
        Identifier System
        Filename ....
        .....
</AuthBy>

Have a look at section 13.1.5 in the Radiator 2.16.3 reference manual.

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