summaryrefslogtreecommitdiff
path: root/docs-xml/smbdotconf/ldap/ldapfollowreferral.xml
diff options
context:
space:
mode:
authorKarolin Seeger <kseeger@samba.org>2009-10-26 12:11:59 +0100
committerKarolin Seeger <kseeger@samba.org>2009-10-26 12:11:59 +0100
commitf381faa8d6fc2c4205e7d59c91f00324f70ca8b9 (patch)
treeb8045086dff2d2eedd02a0dfc63f6834c2473dae /docs-xml/smbdotconf/ldap/ldapfollowreferral.xml
parent35dc481289c28a77f354dd76193d6298de32c66d (diff)
downloadsamba-f381faa8d6fc2c4205e7d59c91f00324f70ca8b9.tar.gz
samba-f381faa8d6fc2c4205e7d59c91f00324f70ca8b9.tar.bz2
samba-f381faa8d6fc2c4205e7d59c91f00324f70ca8b9.zip
s3: Rename new parameter "ldap ref follow" to "ldap follow referral".
This parameter will be introduced with Samba 3.5.0. Karolin
Diffstat (limited to 'docs-xml/smbdotconf/ldap/ldapfollowreferral.xml')
-rw-r--r--docs-xml/smbdotconf/ldap/ldapfollowreferral.xml21
1 files changed, 21 insertions, 0 deletions
diff --git a/docs-xml/smbdotconf/ldap/ldapfollowreferral.xml b/docs-xml/smbdotconf/ldap/ldapfollowreferral.xml
new file mode 100644
index 0000000000..4c43b5bb50
--- /dev/null
+++ b/docs-xml/smbdotconf/ldap/ldapfollowreferral.xml
@@ -0,0 +1,21 @@
+<samba:parameter name="ldap follow referral" context="G" type="enum"
+ advanced="1" developer="1"
+ xmlns:samba="http://www.samba.org/samba/DTD/samba-doc">
+
+<description>
+
+ <para>This option controls whether to follow LDAP referrals or not when
+ searching for entries in the LDAP database. Possible values are
+ <emphasis>on</emphasis> to enable following referrals,
+ <emphasis>off</emphasis> to disable this, and
+ <emphasis>auto</emphasis>, to use the libldap default settings.
+ libldap's choice of following referrals or not is set in
+ /etc/openldap/ldap.conf with the REFERRALS parameter as documented in
+ ldap.conf(5).</para>
+
+</description>
+
+<value type="default">auto</value>
+<value type="example">off</value>
+
+</samba:parameter>