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