diff options
author | Arthur de Jong <arthur@arthurdejong.org> | 2010-06-03 21:24:14 +0000 |
---|---|---|
committer | Arthur de Jong <arthur@arthurdejong.org> | 2010-06-03 21:24:14 +0000 |
commit | f36606529832d3e65b219d40ce4996368756812b (patch) | |
tree | ab9a7510599578be99d6ab74d86c6cc893fd7327 | |
parent | e1f0721124a0dd72c7fb8a0d9c2b36c60aa5e7fd (diff) |
also ignore other ignorable PAM return codes
git-svn-id: http://arthurdejong.org/svn/nss-pam-ldapd/nss-pam-ldapd@1133 ef36b2f9-881f-0410-afb5-c4e39611909c
-rw-r--r-- | debian/libpam-ldapd.pam-auth-update | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/debian/libpam-ldapd.pam-auth-update b/debian/libpam-ldapd.pam-auth-update index 243e990..9181a69 100644 --- a/debian/libpam-ldapd.pam-auth-update +++ b/debian/libpam-ldapd.pam-auth-update @@ -8,7 +8,7 @@ Auth: [success=end default=ignore] pam_ldap.so minimum_uid=1000 use_first_pass Account-Type: Additional Account: - [success=ok user_unknown=ignore default=bad] pam_ldap.so minimum_uid=1000 + [success=ok new_authtok_reqd=done ignore=ignore user_unknown=ignore authinfo_unavail=ignore default=bad] pam_ldap.so minimum_uid=1000 Password-Type: Primary Password-Initial: [success=end default=ignore] pam_ldap.so minimum_uid=1000 |