From 88a8005a1f074cf78cf6becef90aa733c0e2b7aa Mon Sep 17 00:00:00 2001 From: Sumit Bose Date: Thu, 8 Oct 2009 09:58:11 +0200 Subject: add description of chpass_provider option to sssd.conf man page --- server/man/sssd.conf.5.xml | 30 ++++++++++++++++++++++++++++++ 1 file changed, 30 insertions(+) diff --git a/server/man/sssd.conf.5.xml b/server/man/sssd.conf.5.xml index 59f249dec..7946ed45c 100644 --- a/server/man/sssd.conf.5.xml +++ b/server/man/sssd.conf.5.xml @@ -512,6 +512,36 @@ + + chpass_provider (string) + + + The provider which should handle change password + operations for the domain. + Supported change password providers are: + + + ldap to change a password stored + in a LDAP server. See + + sssd-ldap + 5 + for more information on configuring LDAP. + + + krb5 to change the Kerberos + password. See + + sssd-krb5 + 5 + for more information on configuring Kerberos. + + + proxy for relaying password changes + to some other PAM target. + + + -- cgit