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/Makefile.am | 2 +- src/man/pam_sss.8.xml | 97 ++++++++++++++++++++++++++++++++++++++++ src/sss_client/man/pam_sss.8.xml | 97 ---------------------------------------- 3 files changed, 98 insertions(+), 98 deletions(-) create mode 100644 src/man/pam_sss.8.xml delete mode 100644 src/sss_client/man/pam_sss.8.xml diff --git a/src/Makefile.am b/src/Makefile.am index eeb8cfef..d5d33de2 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -838,7 +838,7 @@ dist_man_MANS = man/sss_useradd.8 man/sss_userdel.8 man/sss_usermod.8 \ man/sss_groupadd.8 man/sss_groupdel.8 man/sss_groupmod.8 \ man/sssd.8 man/sssd.conf.5 man/sssd-ldap.5 man/sssd-krb5.5 \ man/sssd-ipa.5 man/sssd_krb5_locator_plugin.8 \ - man/sss_groupshow.8 sss_client/man/pam_sss.8 + man/sss_groupshow.8 man/pam_sss.8 SUFFIXES = .1.xml .1 .3.xml .3 .5.xml .5 .8.xml .8 .1.xml.1: 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 + + + + + diff --git a/src/sss_client/man/pam_sss.8.xml b/src/sss_client/man/pam_sss.8.xml deleted file mode 100644 index f6ac9f47..00000000 --- a/src/sss_client/man/pam_sss.8.xml +++ /dev/null @@ -1,97 +0,0 @@ - - - -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