1
0
mirror of https://github.com/samba-team/samba.git synced 2025-01-06 13:18:07 +03:00
samba-mirror/docs-xml/smbdotconf/ldap/ldapderef.xml

24 lines
781 B
XML
Raw Permalink Normal View History

<samba:parameter name="ldap deref"
context="G"
type="enum"
enumlist="enum_ldap_deref"
xmlns:samba="http://www.samba.org/samba/DTD/samba-doc">
2009-12-11 15:28:31 +03:00
<description>
<para>This option controls whether Samba should tell the LDAP library
to use a certain alias dereferencing method. The default is
<emphasis>auto</emphasis>, which means that the default setting of the
ldap client library will be kept. Other possible values are
2009-12-14 10:58:50 +03:00
<emphasis>never</emphasis>, <emphasis>finding</emphasis>,
<emphasis>searching</emphasis> and <emphasis>always</emphasis>. Grab
2009-12-11 15:28:31 +03:00
your LDAP manual for more information.
</para>
</description>
<value type="default">auto</value>
<value type="example">searching</value>
</samba:parameter>