(RADIATOR) DBM Auth

1999-04-25 Thread Chris Magnuson

Not gaining access on Linux, here's the relevant info:

Here's my config file snippet:


#   
# The filename defaults to %D/users
#   Identifier System
#   Filename /etc/shadow
#   

Identifier System
Filename %D/users

# Log accounting to the detail file in LogDir
AcctLogFileName %L/detail


Here's the error message (about 10 billion of these get generated at Trace 4!):

Sun Apr 25 20:06:39 1999: DEBUG: Radius::AuthDBFILE looks for match with chrism
Sun Apr 25 20:06:39 1999: DEBUG: Handling with Radius::AuthDBFILE

Here's the RADIUS file entry (I ran ./builddbm users.db to generate the
users.db file):

chrism  Auth-Type = System, NAS-Port-Type = Async
Service-Type = Framed-User,
Framed-Protocol = PPP,
Framed-IP-Address = 255.255.255.254,
Framed-MTU = 1500-


===
To unsubscribe, email '[EMAIL PROTECTED]' with
'unsubscribe radiator' in the body of the message.



Re: (RADIATOR) DBM Auth

1999-04-25 Thread Mike McCauley

Hi Chris,

looks like you want to auth from a DBM file and cascade through to UNIX? In
that case you want something like what Tom Minchin sent out, or even more
concisely:

Realm DEFAULT>

Filename %D/users

AcctLogFileName %L/detail


Identifier System
Filename /etc/shadow


Cheers.


On Apr 25,  7:53pm, Chris Magnuson wrote:
> Subject: (RADIATOR) DBM Auth
> Not gaining access on Linux, here's the relevant info:
>
> Here's my config file snippet:
>
> 
> #   
> # The filename defaults to %D/users
> #   Identifier System
> #   Filename /etc/shadow
> #   
> 
> Identifier System
> Filename %D/users
> 
> # Log accounting to the detail file in LogDir
> AcctLogFileName %L/detail
> 
>
> Here's the error message (about 10 billion of these get generated at Trace
4!):
>
> Sun Apr 25 20:06:39 1999: DEBUG: Radius::AuthDBFILE looks for match with
chrism
> Sun Apr 25 20:06:39 1999: DEBUG: Handling with Radius::AuthDBFILE
>
> Here's the RADIUS file entry (I ran ./builddbm users.db to generate the
> users.db file):
>
> chrism  Auth-Type = System, NAS-Port-Type = Async
> Service-Type = Framed-User,
> Framed-Protocol = PPP,
> Framed-IP-Address = 255.255.255.254,
> Framed-MTU = 1500-
>
>
> ===
> To unsubscribe, email '[EMAIL PROTECTED]' with
> 'unsubscribe radiator' in the body of the message.
>-- End of excerpt from Chris Magnuson



-- 
Mike McCauley   [EMAIL PROTECTED]
Open System Consultants Pty. LtdUnix, Perl, Motif, C++, WWW
24 Bateman St Hampton, VIC 3188 Australia   http://www.open.com.au
Phone +61 3 9598-0985   Fax   +61 3 9598-0955

Radiator: the most portable, flexible and configurable RADIUS server 
anywhere. SQL, proxy, DBM, files, LDAP, NIS+, password, NT, Emerald, 
Platypus, Freeside, external, etc etc on Unix, Win95/8, NT, Rhapsody
===
To unsubscribe, email '[EMAIL PROTECTED]' with
'unsubscribe radiator' in the body of the message.



Re: (RADIATOR) DBM Auth

1999-04-25 Thread tom minchin

On Sun, Apr 25, 1999 at 07:53:26PM -0600, Chris Magnuson wrote:
> Not gaining access on Linux, here's the relevant info:
> 
> Here's my config file snippet:
> 
> 
> #   
> # The filename defaults to %D/users
> #   Identifier System
> #   Filename /etc/shadow
> #   
> 
> Identifier System
> Filename %D/users
> 
> # Log accounting to the detail file in LogDir
> AcctLogFileName %L/detail
> 
> 

That's different to the way I do it (which works):



Filename %D/users

AcctLogFileName %L/detail



Identifier System
Filename /etc/shadow



[EMAIL PROTECTED]

===
To unsubscribe, email '[EMAIL PROTECTED]' with
'unsubscribe radiator' in the body of the message.