Re: getting a UID on the client after PAM authentication passes

2004-03-19 Thread Bill Feero
That's what I thought (because I could not find any instructions on how to do it). Now I know to start looking for that next step. Thanks. On Fri March 19 2004 2:55 pm, Michael Griego wrote: > RADIUS does not provide name services, such as UID/GID mapping. It is > simply an authorization and aut

Re: getting a UID on the client after PAM authentication passes

2004-03-19 Thread Michael Griego
RADIUS does not provide name services, such as UID/GID mapping. It is simply an authorization and authentication service. For name services, you'll need to either create the /etc/passwd entry on each machine or use a directory service such as NIS/NIS+ or LDAP. The same applies to PAM. PAM only

getting a UID on the client after PAM authentication passes

2004-03-19 Thread Bill Feero
I'm trying to authenticate with PAM to freeRADIUS 0.9.0 I'm using pam_radius_auth version 1.3.15 on a RedHat 8.0 system Here is my /etc/pam.d/login file: #%PAM-1.0 auth required /lib/security/pam_securetty.so auth sufficient /lib/security/pam_radius_auth.so debug auth requi