From 2d122490cb57fe4e8c4b8968d68576f092eb0e60 Mon Sep 17 00:00:00 2001 From: Sumit Bose Date: Wed, 23 Sep 2009 17:28:00 +0200 Subject: add a man page for pam_sss --- sss_client/man/pam_sss.8.xml | 97 ++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 97 insertions(+) create mode 100644 sss_client/man/pam_sss.8.xml (limited to 'sss_client/man') diff --git a/sss_client/man/pam_sss.8.xml b/sss_client/man/pam_sss.8.xml new file mode 100644 index 00000000..f6ac9f47 --- /dev/null +++ b/sss_client/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