From bd290f62727b8903d889705a9d129ee6c9d62bc9 Mon Sep 17 00:00:00 2001 From: Sumit Bose Date: Wed, 21 Apr 2010 14:42:34 +0200 Subject: Display a message if a password reset by root fails --- src/man/pam_sss.8.xml | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) (limited to 'src/man/pam_sss.8.xml') diff --git a/src/man/pam_sss.8.xml b/src/man/pam_sss.8.xml index f6ac9f47..9a681960 100644 --- a/src/man/pam_sss.8.xml +++ b/src/man/pam_sss.8.xml @@ -85,6 +85,28 @@ + + FILES + 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. + + The message is read from the file + pam_sss_pw_reset_message.LOC where LOC stands for a + locale string returned by + setlocale3 + . If there is no matching file the content of + pam_sss_pw_reset_message.txt 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. + + These files are searched in the directory + /etc/sssd/customize/DOMAIN_NAME/. If no matching + file is present a generic message is displayed. + + SEE ALSO -- cgit