From 3ada17d81447c63065ea0d2f91b05f42c3593761 Mon Sep 17 00:00:00 2001 From: Stephen Gallagher Date: Thu, 18 Feb 2010 08:06:00 -0500 Subject: Build all manpages from a single location --- src/man/pam_sss.8.xml | 97 +++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 97 insertions(+) create mode 100644 src/man/pam_sss.8.xml (limited to 'src/man/pam_sss.8.xml') diff --git a/src/man/pam_sss.8.xml b/src/man/pam_sss.8.xml new file mode 100644 index 00000000..f6ac9f47 --- /dev/null +++ b/src/man/pam_sss.8.xml @@ -0,0 +1,97 @@ + + + +SSSD Manual pages + + + SSSD + The SSSD upstream - http://fedorahosted.org/sssd + + + + pam_sss + 8 + + + + pam_sss + PAM module for SSSD + + + + + pam_sss.so + + forward_pass + + + use_first_pass + + + use_authtok + + + + + + DESCRIPTION + pam_sss.so is the PAM interface to the System + Security Services daemon (SSSD). Errors and results are logged through + syslog(3) with the LOG_AUTHPRIV facility. + + + + OPTIONS + + + + + + + If is set the entered + password is put on the stack for other PAM modules to use. + + + + + + + + + The argument use_first_pass forces the module to use + a previous stacked modules password and will never prompt + the user - if no password is available or the password is + not appropriate, the user will be denied access. + + + + + + + + When password changing enforce the module to set the + new password to the one provided by a previously stacked + password module. + + + + + + + MODULE TYPES PROVIDED + All module types (, , + and ) are provided. + + + + + SEE ALSO + + + sssd.conf8 + + + + + -- cgit