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