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