diff options
| author | Pavel Reichl <preichl@redhat.com> | 2015-02-19 11:17:36 -0500 |
|---|---|---|
| committer | Jakub Hrozek <jhrozek@redhat.com> | 2015-02-23 13:47:53 +0100 |
| commit | e039f1aefecc65a7b3c2d4a13a612bff1dd367c8 (patch) | |
| tree | d86b9878bbb80a2718ea30f1ab3afde95f81fd70 /src/config/etc | |
| parent | a61d6d01a4e89ec14175af135e84f1cac55af748 (diff) | |
PAM: new option pam_account_expired_message
This option sets string to be printed when authenticating using SSH
keys and account is expired.
Resolves:
https://fedorahosted.org/sssd/ticket/2050
Reviewed-by: Sumit Bose <sbose@redhat.com>
Diffstat (limited to 'src/config/etc')
| -rw-r--r-- | src/config/etc/sssd.api.conf | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/config/etc/sssd.api.conf b/src/config/etc/sssd.api.conf index 3503635e..4fa54270 100644 --- a/src/config/etc/sssd.api.conf +++ b/src/config/etc/sssd.api.conf @@ -58,6 +58,7 @@ pam_pwd_expiration_warning = int, None, false get_domains_timeout = int, None, false pam_trusted_users = str, None, false pam_public_domains = str, None, false +pam_account_expired_message = str, None, false [sudo] # sudo service |
