docs: fix opening and ending tag mismatch: para
[Samba/gebeck_regimport.git] / docs-xml / smbdotconf / ldap / ldapderef.xml
blobd102f51983f7a021f70327bdb53dde803a53932f
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">
5 <description>
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>
16 </description>
18 <value type="default">auto</value>
19 <value type="example">searching</value>
21 </samba:parameter>