[Date Prev][Date Next] [Chronological] [Thread] [Top]

Re: More with PAM



Have you tried restarting the nscd?  We had a similar problem, and that
fixed if for us.

On Mon, 31 Jul 2000, Javi Polo wrote:

> Hi (again -sick-)
> 
> well, playing a little with /etc/pam.d/login, I've left it like :
> 
> #%PAM-1.0
> auth       required     /lib/security/pam_securetty.so
> auth       required     /lib/security/pam_nologin.so
> auth       sufficient   /lib/security/pam_ldap.so
> auth       required     /lib/security/pam_unix_auth.so try_first_pass
> account    sufficient   /lib/security/pam_ldap.so
> account    required     /lib/security/pam_unix_acct.so
> password   required     /lib/security/pam_cracklib.so
> password   required     /lib/security/pam_ldap.so
> password   required     /lib/security/pam_unix_auth.so use_first_pass
> session    required     /lib/security/pam_unix_session.so
> 
> and now it seems to ask the ldap server ...
> and authenticates right, but ....
> 
> it works as if the home or shell would be /dev/null because it just pops me
> off :( :
> 
> Jul 31 11:28:00 linux3 PAM_unix[11722]: (login) session opened for user javi
> by LOGIN(uid=0)
> 
> so, I just log in and then I find again the login screen :(
> 
> the ldap account data is:
> dn: uid=javi,ou=People,dc=oninet,dc=es
> uid: javi
> cn: Javi Polo mooooooooooooooola
> cn: Javi the Poo
> objectclass: account
> objectclass: posixAccount
> objectclass: top
> loginshell: /bin/bash
> uidnumber: 505
> gidnumber: 506
> homedirectory: /home/javipolo
> gecos: Javi Polo
> 
> and I can't find anything special there .. :? :(
> 
> --
> Javi Polo - javipolo@oninet.es - navo - DrSlump
> Geek Code available in my home page (es que era mu tocho)
> http://javipolo.ivworlds.org/
> 
> 
>