summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorPavel Reichl <preichl@redhat.com>2015-03-26 12:38:32 -0400
committerJakub Hrozek <jhrozek@redhat.com>2015-03-27 16:26:42 +0100
commitb025247b620206d31917cd5fb40943b1f2c55201 (patch)
tree62e8f0492d44c3fd5aac5f3e14b6e8e5940e7f3b /src
parent8dc685c6e8658a7844811a86cb1d7f3809026f44 (diff)
downloadsssd-b025247b620206d31917cd5fb40943b1f2c55201.tar.gz
sssd-b025247b620206d31917cd5fb40943b1f2c55201.tar.xz
sssd-b025247b620206d31917cd5fb40943b1f2c55201.zip
MAN: Update ppolicy description
Resolves: https://fedorahosted.org/sssd/ticket/2612 Reviewed-by: Stephen Gallagher <sgallagh@redhat.com> (cherry picked from commit 1426ee8756a1df4ec0651417dce92e1dcc8a246d)
Diffstat (limited to 'src')
-rw-r--r--src/man/sssd-ldap.5.xml11
1 files changed, 7 insertions, 4 deletions
diff --git a/src/man/sssd-ldap.5.xml b/src/man/sssd-ldap.5.xml
index 00da3964a..7de0faef2 100644
--- a/src/man/sssd-ldap.5.xml
+++ b/src/man/sssd-ldap.5.xml
@@ -1959,11 +1959,14 @@ ldap_access_filter = (employeeType=admin)
If set, this option denies access in case that ldap
attribute 'pwdAccountLockedTime' is present and has
value of '000001010000Z' or represents any time in the past.
- The value of 'pwdAccountLockedTime' attribute
- must end with 'Z' as only UTC time zone is
- currently suported. Please see the option
- ldap_pwdlockout_dn.
+ The value of the 'pwdAccountLockedTime' attribute
+ must end with 'Z', which denotes the UTC time zone.
+ Other time zones are not currently supported and
+ will result in "access-denied" when users attempt
+ to log in.
+
+ Please see the option ldap_pwdlockout_dn.
Please note that 'access_provider = ldap' must
be set for this feature to work.
</para>