diff options
author | Jakub Hrozek <jhrozek@redhat.com> | 2012-09-28 07:55:32 +0200 |
---|---|---|
committer | Jakub Hrozek <jhrozek@redhat.com> | 2012-10-01 21:50:21 +0200 |
commit | e9cbbaf5b12a2d7aad69337d9d396449068a7786 (patch) | |
tree | 322b6f0e45e0f79408f8dffb9cdbc12e6543a7b3 /src/man | |
parent | fc0e15ef667a7263787afdc8fc59c61f5bdd6d00 (diff) | |
download | sssd-e9cbbaf5b12a2d7aad69337d9d396449068a7786.tar.gz sssd-e9cbbaf5b12a2d7aad69337d9d396449068a7786.tar.xz sssd-e9cbbaf5b12a2d7aad69337d9d396449068a7786.zip |
Document ldap_chpass_update_last_change
Add the option to the manual page and the configAPI
https://fedorahosted.org/sssd/ticket/1494
Diffstat (limited to 'src/man')
-rw-r--r-- | src/man/sssd-ldap.5.xml | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/src/man/sssd-ldap.5.xml b/src/man/sssd-ldap.5.xml index f8cf8f233..00acc8968 100644 --- a/src/man/sssd-ldap.5.xml +++ b/src/man/sssd-ldap.5.xml @@ -1620,6 +1620,21 @@ </varlistentry> <varlistentry> + <term>ldap_chpass_update_last_change (bool)</term> + <listitem> + <para> + Specifies whether to update the + ldap_user_shadow_last_change attribute with + days since the Epoch after a password change + operation. + </para> + <para> + Default: False + </para> + </listitem> + </varlistentry> + + <varlistentry> <term>ldap_access_filter (string)</term> <listitem> <para> |