1
0
mirror of https://github.com/samba-team/samba.git synced 2025-01-27 14:04:05 +03:00

s3:docs: document ldap deref

This commit is contained in:
Björn Jacke 2009-12-11 13:28:31 +01:00
parent 5dd86c7394
commit c69b9b7890

View File

@ -0,0 +1,21 @@
<samba:parameter name="ldap deref" context="G" type="enum"
advanced="1" developer="1"
xmlns:samba="http://www.samba.org/samba/DTD/samba-doc">
<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
<emphasis>never</emphasis>, </emphasis>finding</emphasis>,
</emphasis>searching</emphasis> and <emphasis>always</emphasis>. Grab
your LDAP manual for more information.
</para>
</description>
<value type="default">auto</value>
<value type="example">searching</value>
</samba:parameter>