summaryrefslogtreecommitdiffstats
path: root/docs-xml/smbdotconf/ldap/ldapfollowreferral.xml
blob: 3130a7b3c87e596500e7838d08cd4335f7574d4f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
<samba:parameter name="ldap follow referral"
                 context="G"
                 type="enum"
                 enumlist="enum_bool_auto"
                 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>