summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSumit Bose <sbose@redhat.com>2009-10-08 09:58:11 +0200
committerSimo Sorce <ssorce@redhat.com>2009-10-08 16:09:45 -0400
commit88a8005a1f074cf78cf6becef90aa733c0e2b7aa (patch)
tree0389e02cf71752d18866e89511fc0afb8bc4d0b7
parentc7ac7a54ad32a53b866151663172acad2e82c8ee (diff)
downloadsssd-88a8005a1f074cf78cf6becef90aa733c0e2b7aa.tar.gz
sssd-88a8005a1f074cf78cf6becef90aa733c0e2b7aa.tar.xz
sssd-88a8005a1f074cf78cf6becef90aa733c0e2b7aa.zip
add description of chpass_provider option to sssd.conf man page
-rw-r--r--server/man/sssd.conf.5.xml30
1 files changed, 30 insertions, 0 deletions
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 @@
</para>
</listitem>
</varlistentry>
+ <varlistentry>
+ <term>chpass_provider (string)</term>
+ <listitem>
+ <para>
+ The provider which should handle change password
+ operations for the domain.
+ Supported change password providers are:
+ </para>
+ <para>
+ <quote>ldap</quote> to change a password stored
+ in a LDAP server. See
+ <citerefentry>
+ <refentrytitle>sssd-ldap</refentrytitle>
+ <manvolnum>5</manvolnum>
+ </citerefentry> for more information on configuring LDAP.
+ </para>
+ <para>
+ <quote>krb5</quote> to change the Kerberos
+ password. See
+ <citerefentry>
+ <refentrytitle>sssd-krb5</refentrytitle>
+ <manvolnum>5</manvolnum>
+ </citerefentry> for more information on configuring Kerberos.
+ </para>
+ <para>
+ <quote>proxy</quote> for relaying password changes
+ to some other PAM target.
+ </para>
+ </listitem>
+ </varlistentry>
</variablelist>
</para>