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/config | |
parent | 56789cfa13f85071f5fb37575fa1f1071f587efc (diff) | |
download | sssd-67aa400d9ce91705225e51010e832877511cb7d4.tar.gz sssd-67aa400d9ce91705225e51010e832877511cb7d4.tar.bz2 sssd-67aa400d9ce91705225e51010e832877511cb7d4.zip |
Add pam_pwd_expiration_warning config option
Diffstat (limited to 'src/config')
-rw-r--r-- | src/config/SSSDConfig.py | 1 | ||||
-rw-r--r-- | src/config/etc/sssd.api.conf | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/src/config/SSSDConfig.py b/src/config/SSSDConfig.py index 3191ad79..98a5ddad 100644 --- a/src/config/SSSDConfig.py +++ b/src/config/SSSDConfig.py @@ -65,6 +65,7 @@ option_strings = { 'offline_failed_login_delay' : _('How long (minutes) to deny login after offline_failed_login_attempts has been reached'), 'pam_verbosity' : _('What kind of messages are displayed to the user during authentication'), 'pam_id_timeout' : _('How many seconds to keep identity information cached for PAM requests'), + 'pam_pwd_expiration_warning' : _('How many days before password expiration a warning should be displayed'), # [provider] 'id_provider' : _('Identity provider'), diff --git a/src/config/etc/sssd.api.conf b/src/config/etc/sssd.api.conf index 426c5142..e9159716 100644 --- a/src/config/etc/sssd.api.conf +++ b/src/config/etc/sssd.api.conf @@ -35,6 +35,7 @@ offline_failed_login_attempts = int, None, false offline_failed_login_delay = int, None, false pam_verbosity = int, None, false pam_id_timeout = int, None, false +pam_pwd_expiration_warning = int, None, false [provider] #Available provider types |