diff options
author | Björn Jacke <bj@sernet.de> | 2009-12-11 13:28:31 +0100 |
---|---|---|
committer | Björn Jacke <bj@sernet.de> | 2009-12-11 13:28:31 +0100 |
commit | c69b9b789020ddef20bac37bffac7fdb1e49722e (patch) | |
tree | a895bef49d28baa09c40b0e813fc66f77ca16542 /docs-xml | |
parent | 5dd86c7394abb61163af6befda575e4fb8969771 (diff) | |
download | samba-c69b9b789020ddef20bac37bffac7fdb1e49722e.tar.gz samba-c69b9b789020ddef20bac37bffac7fdb1e49722e.tar.bz2 samba-c69b9b789020ddef20bac37bffac7fdb1e49722e.zip |
s3:docs: document ldap deref
Diffstat (limited to 'docs-xml')
-rw-r--r-- | docs-xml/smbdotconf/ldap/ldapderef.xml | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/docs-xml/smbdotconf/ldap/ldapderef.xml b/docs-xml/smbdotconf/ldap/ldapderef.xml new file mode 100644 index 0000000000..e4868a6163 --- /dev/null +++ b/docs-xml/smbdotconf/ldap/ldapderef.xml @@ -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> |