docs:smbdotconf: make formatting of headers uniform.
[gd/samba-autobuild/.git] / docs-xml / smbdotconf / ldap / ldapfollowreferral.xml
1 <samba:parameter name="ldap follow referral"
2                  context="G"
3                  type="enum"
4                  xmlns:samba="http://www.samba.org/samba/DTD/samba-doc">
5
6 <description>
7
8         <para>This option controls whether to follow LDAP referrals or not when
9         searching for entries in the LDAP database. Possible values are
10         <emphasis>on</emphasis> to enable following referrals,
11         <emphasis>off</emphasis> to disable this, and
12         <emphasis>auto</emphasis>, to use the libldap default settings.
13         libldap's choice of following referrals or not is set in
14         /etc/openldap/ldap.conf with the REFERRALS parameter as documented in
15         ldap.conf(5).</para>
16
17 </description>
18
19 <value type="default">auto</value>
20 <value type="example">off</value>
21
22 </samba:parameter>