summaryrefslogtreecommitdiffstats
path: root/src/man/sssd.conf.5.xml
diff options
context:
space:
mode:
authorDan Lavu <dlavu@redhat.com>2016-02-05 09:28:41 -0500
committerLukas Slebodnik <lslebodn@redhat.com>2016-02-17 15:46:26 +0100
commit09092b6535b711b9b734ed0c047c671de9e6cafd (patch)
tree5ff3b7d458a219478bb2be0cbb34caeac54bef5d /src/man/sssd.conf.5.xml
parent4180d485829969d4626cc7d49d2b5f7146512f21 (diff)
downloadsssd-09092b6535b711b9b734ed0c047c671de9e6cafd.tar.gz
sssd-09092b6535b711b9b734ed0c047c671de9e6cafd.tar.xz
sssd-09092b6535b711b9b734ed0c047c671de9e6cafd.zip
PAM: Fix man for pam_account_{expired,locked}_message
Reviewed-by: Jakub Hrozek <jhrozek@redhat.com>
Diffstat (limited to 'src/man/sssd.conf.5.xml')
-rw-r--r--src/man/sssd.conf.5.xml35
1 files changed, 29 insertions, 6 deletions
diff --git a/src/man/sssd.conf.5.xml b/src/man/sssd.conf.5.xml
index 2dbc58a45..e03580bf7 100644
--- a/src/man/sssd.conf.5.xml
+++ b/src/man/sssd.conf.5.xml
@@ -1022,16 +1022,39 @@ fallback_homedir = /home/%u
<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.
+ Allows a custom expiration message to be set,
+ replacing the default 'Permission denied'
+ message.
+ </para>
+ <para>
+ Note: Please be aware that message is only
+ printed for the SSH service unless pam_verbostiy
+ is set to 3 (show all messages and debug
+ information).
+ </para>
+ <para>
+ example:
+ <programlisting>
+pam_account_expired_message = Account expired, please contact help desk.
+ </programlisting>
+ </para>
+ <para>
+ Default: none
+ </para>
+ </listitem>
+ </varlistentry>
+ <varlistentry>
+ <term>pam_account_locked_message (string)</term>
+ <listitem>
+ <para>
+ Allows a custom lockout message to be set,
+ replacing the default 'Permission denied'
+ message.
</para>
<para>
example:
<programlisting>
-pam_account_expired_message = Account expired, please call help desk.
+pam_account_locked_message = Account locked, please contact help desk.
</programlisting>
</para>
<para>