summaryrefslogtreecommitdiffstats
path: root/server/man
diff options
context:
space:
mode:
authorSumit Bose <sbose@redhat.com>2009-10-14 12:49:10 +0200
committerSimo Sorce <ssorce@redhat.com>2009-10-15 18:10:15 -0400
commit740a9255a5c6a05f58dd63ce7adbd103d9d52164 (patch)
tree4d8b54f2f718eab4a7f7f33239ce9d1cafb88510 /server/man
parentac120f0b3613aedae9c2f3e3314514da98a9393c (diff)
downloadsssd-740a9255a5c6a05f58dd63ce7adbd103d9d52164.tar.gz
sssd-740a9255a5c6a05f58dd63ce7adbd103d9d52164.tar.xz
sssd-740a9255a5c6a05f58dd63ce7adbd103d9d52164.zip
set chpass_provider implicit if not set explicit
- if chpass_provider is not given in the configuration file but an auth_provider and the auth_provider can also handle change password requests it is used as chpass_provider.
Diffstat (limited to 'server/man')
-rw-r--r--server/man/sssd.conf.5.xml7
1 files changed, 7 insertions, 0 deletions
diff --git a/server/man/sssd.conf.5.xml b/server/man/sssd.conf.5.xml
index 3eab23553..7af229251 100644
--- a/server/man/sssd.conf.5.xml
+++ b/server/man/sssd.conf.5.xml
@@ -499,6 +499,13 @@
<quote>proxy</quote> for relaying password changes
to some other PAM target.
</para>
+ <para>
+ <quote>none</quote> disallows password changes explicitly.
+ </para>
+ <para>
+ Default: <quote>auth_provider</quote> is used if it
+ is set and can handle change password request.
+ </para>
</listitem>
</varlistentry>
</variablelist>