diff options
author | Arthur de Jong <arthur@arthurdejong.org> | 2010-06-01 22:24:23 +0200 |
---|---|---|
committer | Arthur de Jong <arthur@arthurdejong.org> | 2010-06-01 22:24:23 +0200 |
commit | 99ee179d9dc7f533792d1e57aa3c4e303e8edc60 (patch) | |
tree | 4aa7673deb8cab900b13a1cb403020f30b022ef6 /man | |
parent | cc014bf0165d3e952465fb473de7335ba43b2eeb (diff) |
implement an nullok PAM option and disable empty passwords by default
git-svn-id: http://arthurdejong.org/svn/nss-pam-ldapd/nss-pam-ldapd@1129 ef36b2f9-881f-0410-afb5-c4e39611909c
Diffstat (limited to 'man')
-rw-r--r-- | man/pam_ldap.8.xml | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/man/pam_ldap.8.xml b/man/pam_ldap.8.xml index eaebe4f..62c1ba2 100644 --- a/man/pam_ldap.8.xml +++ b/man/pam_ldap.8.xml @@ -90,6 +90,17 @@ </varlistentry> <varlistentry> <term> + <option>nullok</option> + </term> + <listitem> + <para> + Specifying this option allows users to log in with a blank password. + Normally logins without a password are denied. + </para> + </listitem> + </varlistentry> + <varlistentry> + <term> <option>ignore_unknown_user</option> </term> <listitem> |