diff options
author | Sumit Bose <sbose@redhat.com> | 2011-01-19 08:52:20 +0100 |
---|---|---|
committer | Stephen Gallagher <sgallagh@redhat.com> | 2011-01-19 09:53:20 -0500 |
commit | 67aa400d9ce91705225e51010e832877511cb7d4 (patch) | |
tree | ee9e0641762373bbe4779e1179a1dbd9d2034488 /src/man/sssd.conf.5.xml | |
parent | 56789cfa13f85071f5fb37575fa1f1071f587efc (diff) | |
download | sssd-67aa400d9ce91705225e51010e832877511cb7d4.tar.gz sssd-67aa400d9ce91705225e51010e832877511cb7d4.tar.xz sssd-67aa400d9ce91705225e51010e832877511cb7d4.zip |
Add pam_pwd_expiration_warning config option
Diffstat (limited to 'src/man/sssd.conf.5.xml')
-rw-r--r-- | src/man/sssd.conf.5.xml | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/src/man/sssd.conf.5.xml b/src/man/sssd.conf.5.xml index 449c01f81..6ac9de890 100644 --- a/src/man/sssd.conf.5.xml +++ b/src/man/sssd.conf.5.xml @@ -462,6 +462,24 @@ </para> </listitem> </varlistentry> + + <varlistentry> + <term>pam_pwd_expiration_warning (integer)</term> + <listitem> + <para> + Display a warning N days before the password expires. + </para> + <para> + Please note that the backend server has to provide + information about the expiration time of the password. + If this information is missing, sssd cannot display a + warning. + </para> + <para> + Default: 7 + </para> + </listitem> + </varlistentry> </variablelist> </refsect2> </refsect1> |