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