The branch, v3-5-test has been updated
       via  54d072b... s3:docs: document ldap deref
      from  8adbc16... s3: add LDAP Alias Dereferencing support

http://gitweb.samba.org/?p=samba.git;a=shortlog;h=v3-5-test


- Log -----------------------------------------------------------------
commit 54d072b83c53f393253052efd5197b48fac61acb
Author: Björn Jacke <[email protected]>
Date:   Fri Dec 11 13:28:31 2009 +0100

    s3:docs: document ldap deref

-----------------------------------------------------------------------

Summary of changes:
 docs-xml/smbdotconf/ldap/ldapderef.xml |   21 +++++++++++++++++++++
 1 files changed, 21 insertions(+), 0 deletions(-)
 create mode 100644 docs-xml/smbdotconf/ldap/ldapderef.xml


Changeset truncated at 500 lines:

diff --git a/docs-xml/smbdotconf/ldap/ldapderef.xml 
b/docs-xml/smbdotconf/ldap/ldapderef.xml
new file mode 100644
index 0000000..e4868a6
--- /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>


-- 
Samba Shared Repository

Reply via email to