diff options
author | Pavel Březina <pbrezina@redhat.com> | 2013-09-20 12:52:49 +0200 |
---|---|---|
committer | Jakub Hrozek <jhrozek@redhat.com> | 2013-09-24 15:08:19 +0200 |
commit | 56ed2be9a95cb5713ef72c4933e362a36dc7a607 (patch) | |
tree | 2f6d29527f16c210f153a4dc4b9c5329116b9a9e /src/man | |
parent | 6982b488e03b8e29e186f0c54cf5f80438cceadd (diff) | |
download | sssd-56ed2be9a95cb5713ef72c4933e362a36dc7a607.tar.gz sssd-56ed2be9a95cb5713ef72c4933e362a36dc7a607.tar.bz2 sssd-56ed2be9a95cb5713ef72c4933e362a36dc7a607.zip |
man: server side password policies always takes precedence
https://fedorahosted.org/sssd/ticket/2091
Diffstat (limited to 'src/man')
-rw-r--r-- | src/man/sssd-ldap.5.xml | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/src/man/sssd-ldap.5.xml b/src/man/sssd-ldap.5.xml index 8e6a4a39..3a0f7459 100644 --- a/src/man/sssd-ldap.5.xml +++ b/src/man/sssd-ldap.5.xml @@ -1665,6 +1665,11 @@ <para> Default: none </para> + <para> + <emphasis>Note</emphasis>: if a password policy + is configured on server side, it always takes + precedence over policy set with this option. + </para> </listitem> </varlistentry> |