diff options
author | Sumit Bose <sbose@redhat.com> | 2009-10-14 12:49:10 +0200 |
---|---|---|
committer | Simo Sorce <ssorce@redhat.com> | 2009-10-15 18:10:15 -0400 |
commit | 740a9255a5c6a05f58dd63ce7adbd103d9d52164 (patch) | |
tree | 4d8b54f2f718eab4a7f7f33239ce9d1cafb88510 /server/man/sssd.conf.5.xml | |
parent | ac120f0b3613aedae9c2f3e3314514da98a9393c (diff) | |
download | sssd-740a9255a5c6a05f58dd63ce7adbd103d9d52164.tar.gz sssd-740a9255a5c6a05f58dd63ce7adbd103d9d52164.tar.bz2 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/sssd.conf.5.xml')
-rw-r--r-- | server/man/sssd.conf.5.xml | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/server/man/sssd.conf.5.xml b/server/man/sssd.conf.5.xml index 3eab2355..7af22925 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> |