Re: (RADIATOR) Authenticate users from BSDI password file

1999-10-12 Thread Felix Izquierdo

Hi Jason!

Jason Godsey wrote:
> 
> A quick fix is to change your radius.cfg file to point to
> /etc/master.passwd I think.
> 
> I'm having a similar problem w/ linux (however I just started using PAM)..
> Where if I point to /etc/shadow it doesn't get the users primary group.
> I'd sure like to see radiator support PasswordFile /etc/passwd and
> ShadowFile /etc/shadow etc... :)
> 

This problem is resolved in the acutal version using AuthSYSTEM. It
works fine with /etc/passwd and /etc/shadow files, and with any other
user database supported if the system implements a Solaris like
nsswitch. In the other side Radiator can't cache the AuthSYSTMEM
users/passwords database, but perhaps there is an internal cache in your
nsswitch system like Solaris nscd ( the shadow file is specifically not
cached ).

Félix
__
DATAGRAMA SERVICIOS GLOBALES IP
C/ Acer 30   Pho: +34 93 223 00 98
08038 Barcelona ( SPAIN )Fax: +34 93 223 12 66
mailto:[EMAIL PROTECTED]   http://www.datagrama.net
__

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



Re: (RADIATOR) Authenticate users from BSDI password file

1999-10-11 Thread Jason Godsey


A quick fix is to change your radius.cfg file to point to
/etc/master.passwd I think.

I'm having a similar problem w/ linux (however I just started using PAM)..
Where if I point to /etc/shadow it doesn't get the users primary group.
I'd sure like to see radiator support PasswordFile /etc/passwd and
ShadowFile /etc/shadow etc... :)

Jason

On Mon, 11 Oct 1999, S.K.D. Lakmin Premnath wrote:

> Date: Mon, 11 Oct 1999 18:22:40 +
> From: S.K.D. Lakmin Premnath <[EMAIL PROTECTED]>
> To: [EMAIL PROTECTED]
> Subject: (RADIATOR) Authenticate users from BSDI password file 
> 
> hi mikem
> 
> I'm running Radiator 2.14.1(single CPU Licence) on bsdi 4.0 machine. I need
> to authenticate users from UNIX password file. when I try to do this it
> says following
> 
> lakmin is my user & abc123 is my password.
> 
> radiator: {2} % perl radpwtst -user lakmin -password abc123
> sending Access-Request...
> Rejected
> sending Accounting-Request Start...
> OK
> sending Accounting-Request Stop...
> OK
> radiator: {3} %   
> 
> following is output of password log file
> Mon Oct 11 18:05:17 1999:939643517:lakmin:abc123:ENCRYPTED:FAIL 
> 
> In radius.cfg file
>   
>   
> Identifier System
> Filename /etc/passwd
> GroupFilename /etc/group
>   
>   
> 
> In users file
> #DEFAULT Auth-Type = System, Group = group1, Auth-Type=Radius
> DEFAULT Auth-Type = System, Group = wheel
> #   Reply-Message = you are in group 1
>
> 
> thankx
> 
> lakmin
> 
> 
> 
> ===
> Archive at http://www.thesite.com.au/~radiator/
> To unsubscribe, email '[EMAIL PROTECTED]' with
> 'unsubscribe radiator' in the body of the message.
> 


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



Re: (RADIATOR) Authenticate users from BSDI password file

1999-10-11 Thread Hugh Irvine


Hello Lakmin -

On Tue, 12 Oct 1999, S.K.D. Lakmin Premnath wrote:
> hi mikem
> 
> I'm running Radiator 2.14.1(single CPU Licence) on bsdi 4.0 machine. I need
> to authenticate users from UNIX password file. when I try to do this it
> says following
> 
> lakmin is my user & abc123 is my password.
> 
> radiator: {2} % perl radpwtst -user lakmin -password abc123
> sending Access-Request...
> Rejected
> sending Accounting-Request Start...
> OK
> sending Accounting-Request Stop...
> OK
> radiator: {3} %   
> 
> following is output of password log file
> Mon Oct 11 18:05:17 1999:939643517:lakmin:abc123:ENCRYPTED:FAIL 
> 
> In radius.cfg file
>   
>   
> Identifier System
> Filename /etc/passwd
> GroupFilename /etc/group
>   
>   
> 
> In users file
> #DEFAULT Auth-Type = System, Group = group1, Auth-Type=Radius
> DEFAULT Auth-Type = System, Group = wheel
> #   Reply-Message = you are in group 1
>

There are a couple of issues here.

1. I think BSDI uses a shadow password - if this is the case you will have to
point your AuthBy UNIX at the shadow password file instead of /etc/password.

2. Your configuration file does not reference a users file, so the information
in the users file is never accessed.

Try something like this:

# Set up AuthBy UNIX with Identifier System


Identifier System
Filename shadow
GroupFilename group


# Set up DEFAULT realm with AuthBy FILE



Filename users



# Users file contains the following

DEFAULT Auth-Type = System, Group = group


hth

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.



(RADIATOR) Authenticate users from BSDI password file

1999-10-11 Thread S.K.D. Lakmin Premnath

hi mikem

I'm running Radiator 2.14.1(single CPU Licence) on bsdi 4.0 machine. I need
to authenticate users from UNIX password file. when I try to do this it
says following

lakmin is my user & abc123 is my password.

radiator: {2} % perl radpwtst -user lakmin -password abc123
sending Access-Request...
Rejected
sending Accounting-Request Start...
OK
sending Accounting-Request Stop...
OK
radiator: {3} %   

following is output of password log file
Mon Oct 11 18:05:17 1999:939643517:lakmin:abc123:ENCRYPTED:FAIL 

In radius.cfg file
  

Identifier System
Filename /etc/passwd
GroupFilename /etc/group

  

In users file
#DEFAULT Auth-Type = System, Group = group1, Auth-Type=Radius
DEFAULT Auth-Type = System, Group = wheel
#   Reply-Message = you are in group 1
   

thankx

lakmin



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