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

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

Samba 3.5.0: Initial import

File size: 715 bytes
Line 
1<samba:parameter name="ldap deref" 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 Samba should tell the LDAP library
8 to use a certain alias dereferencing method. The default is
9 <emphasis>auto</emphasis>, which means that the default setting of the
10 ldap client library will be kept. Other possible values are
11 <emphasis>never</emphasis>, <emphasis>finding</emphasis>,
12 <emphasis>searching</emphasis> and <emphasis>always</emphasis>. Grab
13 your LDAP manual for more information.
14 </para>
15
16</description>
17
18<value type="default">auto</value>
19<value type="example">searching</value>
20
21</samba:parameter>
Note: See TracBrowser for help on using the repository browser.