summaryrefslogtreecommitdiffstats
path: root/src/man/sssd-ldap.5.xml
diff options
context:
space:
mode:
authorSumit Bose <sbose@redhat.com>2010-11-29 14:29:19 +0100
committerStephen Gallagher <sgallagh@redhat.com>2010-12-06 09:30:14 -0500
commit33b8fa8693df109fb33b6051bb29cb0cf5bc4d19 (patch)
tree63a40c0c94631ce767e5a71dd6ba84da9586ab3b /src/man/sssd-ldap.5.xml
parent32266b2c1c6b8bf95f3ba8fd7f3ff2ef63d8fb9a (diff)
downloadsssd_unused-33b8fa8693df109fb33b6051bb29cb0cf5bc4d19.tar.gz
sssd_unused-33b8fa8693df109fb33b6051bb29cb0cf5bc4d19.tar.xz
sssd_unused-33b8fa8693df109fb33b6051bb29cb0cf5bc4d19.zip
Add ldap_chpass_uri config option
Diffstat (limited to 'src/man/sssd-ldap.5.xml')
-rw-r--r--src/man/sssd-ldap.5.xml34
1 files changed, 34 insertions, 0 deletions
diff --git a/src/man/sssd-ldap.5.xml b/src/man/sssd-ldap.5.xml
index 8936882c..786d5fda 100644
--- a/src/man/sssd-ldap.5.xml
+++ b/src/man/sssd-ldap.5.xml
@@ -70,6 +70,26 @@
</varlistentry>
<varlistentry>
+ <term>ldap_chpass_uri (string)</term>
+ <listitem>
+ <para>
+ Specifies the list of URIs of the LDAP servers to
+ which SSSD should connect in the order of preference
+ to change the password of a user. Refer to the
+ <quote>FAILOVER</quote> section for more information
+ on failover and server redundancy.
+ </para>
+ <para>
+ To enable service discovery
+ ldap_chpass_dns_service_name must be set.
+ </para>
+ <para>
+ Default: empty, i.e. ldap_uri is used.
+ </para>
+ </listitem>
+ </varlistentry>
+
+ <varlistentry>
<term>ldap_search_base (string)</term>
<listitem>
<para>
@@ -988,6 +1008,20 @@
</varlistentry>
<varlistentry>
+ <term>ldap_chpass_dns_service_name (string)</term>
+ <listitem>
+ <para>
+ Specifies the service name to use to find an LDAP
+ server which allows password changes when service
+ discovery is enabled.
+ </para>
+ <para>
+ Default: not set, i.e. service discovery is disabled
+ </para>
+ </listitem>
+ </varlistentry>
+
+ <varlistentry>
<term>ldap_access_filter (string)</term>
<listitem>
<para>