source: trunk/server/docs-xml/smbdotconf/ldap/ldapfollowreferral.xml

Last change on this file was 414, checked in by Herwig Bauernfeind, 16 years ago

Samba 3.5.0: Initial import

File size: 733 bytes
Line 
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>
Note: See TracBrowser for help on using the repository browser.