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/man | |
parent | a61d6d01a4e89ec14175af135e84f1cac55af748 (diff) | |
download | sssd-e039f1aefecc65a7b3c2d4a13a612bff1dd367c8.tar.gz sssd-e039f1aefecc65a7b3c2d4a13a612bff1dd367c8.tar.xz sssd-e039f1aefecc65a7b3c2d4a13a612bff1dd367c8.zip |
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/man')
-rw-r--r-- | src/man/sssd.conf.5.xml | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/src/man/sssd.conf.5.xml b/src/man/sssd.conf.5.xml index cf0821dfa..ca4e602d3 100644 --- a/src/man/sssd.conf.5.xml +++ b/src/man/sssd.conf.5.xml @@ -933,6 +933,27 @@ fallback_homedir = /home/%u </para> </listitem> </varlistentry> + <varlistentry> + <term>pam_account_expired_message (string)</term> + <listitem> + <para> + If user is authenticating using SSH keys and + account is expired then by default + 'Permission denied' is output. This output will + be changed to content of this variable if it is + set. + </para> + <para> + example: + <programlisting> +pam_account_expired_message = Account expired, please call help desk. + </programlisting> + </para> + <para> + Default: none + </para> + </listitem> + </varlistentry> </variablelist> </refsect2> |