1
0
mirror of https://github.com/samba-team/samba.git synced 2024-12-23 17:34:34 +03:00
samba-mirror/docs-xml/smbdotconf/ldap/ldapderef.xml
Michael Adam 63e3c75374 docs:smbdotconf: add enumlist property to parameters where missing
Signed-off-by: Michael Adam <obnox@samba.org>
Reviewed-by: Jeremy Allison <jra@samba.org>
2015-07-31 01:55:29 +02:00

24 lines
781 B
XML

<samba:parameter name="ldap deref"
context="G"
type="enum"
enumlist="enum_ldap_deref"
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>