pam ldap & passwd
From: Jef Peeraer (jef.peeraer_at_deadspam.com)
Date: 03/12/04
- Next message: Codepunk: "can linux help me out in this nasty situation"
- Previous message: Shaddin: "wireless card not working with iwspy"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Date: Fri, 12 Mar 2004 14:06:17 GMT
i have a server with all users in ldap. works great. however, how can i
change a password from a user who forget his password with passwd. It (
passwd ) always asks for an ldap password to start with, eg
# passwd jpe
Changing password for jpe.
Enter login(LDAP) password:
Password change aborted
New password:
Bad password: too short
Re-enter new password:
You can only change local passwords.
passwd: Authentication information cannot be recovered
my passwd in pam says
# cat /etc/pam.d/passwd
#%PAM-1.0
auth required pam_unix2.so nullok
account required pam_unix2.so
#account sufficient pam_localuser.so
password required pam_pwcheck.so nullok
password required pam_unix2.so nullok use_first_pass use_authtok
#password required pam_make.so /var/yp
session required pam_unix2.so
jef
- Next message: Codepunk: "can linux help me out in this nasty situation"
- Previous message: Shaddin: "wireless card not working with iwspy"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Relevant Pages
|