summaryrefslogtreecommitdiff
path: root/docs-xml
diff options
context:
space:
mode:
authorBjörn Jacke <bj@sernet.de>2009-12-11 13:28:31 +0100
committerKarolin Seeger <kseeger@samba.org>2009-12-14 08:29:00 +0100
commitf364a3cdfaf3f658f5f33d24a9ce55bf5ed0cf15 (patch)
tree9bfc868c921e116587541cd8d2c5380bab238c39 /docs-xml
parent66a64e4ebf56fc7eb61de25896a0a8adb7ec3d5d (diff)
downloadsamba-f364a3cdfaf3f658f5f33d24a9ce55bf5ed0cf15.tar.gz
s3:docs: document ldap deref
(cherry picked from commit 54d072b83c53f393253052efd5197b48fac61acb)
Diffstat (limited to 'docs-xml')
-rw-r--r--docs-xml/smbdotconf/ldap/ldapderef.xml21
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 00000000000..e4868a6163c
--- /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>