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