summaryrefslogtreecommitdiff
path: root/docs-xml/smbdotconf/ldap/ldapreffollow.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/ldapreffollow.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/ldapreffollow.xml')
-rw-r--r--docs-xml/smbdotconf/ldap/ldapreffollow.xml21
1 files changed, 0 insertions, 21 deletions
diff --git a/docs-xml/smbdotconf/ldap/ldapreffollow.xml b/docs-xml/smbdotconf/ldap/ldapreffollow.xml
deleted file mode 100644
index f059f15f15..0000000000
--- a/docs-xml/smbdotconf/ldap/ldapreffollow.xml
+++ /dev/null
@@ -1,21 +0,0 @@
-<samba:parameter name="ldap ref follow" 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>