9bddabc2612f214c4aeadba17525a66b957bac56
[sfrench/samba-autobuild/.git] / docs-xml / smbdotconf / ldap / ldapderef.xml
1 <samba:parameter name="ldap deref"
2                  context="G"
3                  type="enum"
4                  xmlns:samba="http://www.samba.org/samba/DTD/samba-doc">
5
6 <description>
7
8         <para>This option controls whether Samba should tell the LDAP library
9         to use a certain alias dereferencing method. The default is
10         <emphasis>auto</emphasis>, which means that the default setting of the
11         ldap client library will be kept. Other possible values are
12         <emphasis>never</emphasis>, <emphasis>finding</emphasis>,
13         <emphasis>searching</emphasis> and <emphasis>always</emphasis>. Grab
14         your LDAP manual for more information.
15         </para>
16
17 </description>
18
19 <value type="default">auto</value>
20 <value type="example">searching</value>
21
22 </samba:parameter>