source: vendor/current/docs-xml/smbdotconf/ldap/ldapderef.xml

Last change on this file was 988, checked in by Silvan Scherrer, 9 years ago

Samba Server: update vendor to version 4.4.3

File size: 781 bytes
Line 
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">
6
7<description>
8
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>
17
18</description>
19
20<value type="default">auto</value>
21<value type="example">searching</value>
22
23</samba:parameter>
Note: See TracBrowser for help on using the repository browser.