From 67aa400d9ce91705225e51010e832877511cb7d4 Mon Sep 17 00:00:00 2001 From: Sumit Bose Date: Wed, 19 Jan 2011 08:52:20 +0100 Subject: Add pam_pwd_expiration_warning config option --- src/man/sssd.conf.5.xml | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) (limited to 'src/man') 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 @@ + + + pam_pwd_expiration_warning (integer) + + + Display a warning N days before the password expires. + + + 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. + + + Default: 7 + + + -- cgit