s3:docs: Public is not a synonym for access based shareenum.
[abartlet/samba.git/.git] / docs-xml / smbdotconf / ldap / ldapreffollow.xml
1 <samba:parameter name="ldap ref follow" 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>