diff options
author | Sumit Bose <sbose@redhat.com> | 2010-04-21 14:42:34 +0200 |
---|---|---|
committer | Stephen Gallagher <sgallagh@redhat.com> | 2010-04-26 09:55:00 -0400 |
commit | bd290f62727b8903d889705a9d129ee6c9d62bc9 (patch) | |
tree | b9e2b762dcce26a5540213a959f7ea335d5ac070 /src/man/pam_sss.8.xml | |
parent | b843b55b1565176d9f27554d89e5e041b34c0dcf (diff) | |
download | sssd-bd290f62727b8903d889705a9d129ee6c9d62bc9.tar.gz sssd-bd290f62727b8903d889705a9d129ee6c9d62bc9.tar.xz sssd-bd290f62727b8903d889705a9d129ee6c9d62bc9.zip |
Display a message if a password reset by root fails
Diffstat (limited to 'src/man/pam_sss.8.xml')
-rw-r--r-- | src/man/pam_sss.8.xml | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/src/man/pam_sss.8.xml b/src/man/pam_sss.8.xml index f6ac9f477..9a681960a 100644 --- a/src/man/pam_sss.8.xml +++ b/src/man/pam_sss.8.xml @@ -85,6 +85,28 @@ </para> </refsect1> + <refsect1 id='files'> + <title>FILES</title> + <para>If a password reset by root fails, because the corresponding SSSD + provider does not support password resets, an individual message can be + displayed. This message can e.g. contain instructions about how to reset + a password.</para> + + <para>The message is read from the file + <filename>pam_sss_pw_reset_message.LOC</filename> where LOC stands for a + locale string returned by <citerefentry> + <refentrytitle>setlocale</refentrytitle><manvolnum>3</manvolnum> + </citerefentry>. If there is no matching file the content of + <filename>pam_sss_pw_reset_message.txt</filename> is displayed. Root + must be the owner of the files and only root may have read and write + permissions while all other users must have only read + permisssions.</para> + + <para>These files are searched in the directory + <filename>/etc/sssd/customize/DOMAIN_NAME/</filename>. If no matching + file is present a generic message is displayed.</para> + </refsect1> + <refsect1 id='see_also'> <title>SEE ALSO</title> <para> |