s3:doc: update the ldap_user_dn documentation in the idmap_ldap manpage
authorMichael Adam <obnox@samba.org>
Tue, 31 May 2011 23:19:50 +0000 (01:19 +0200)
committerMichael Adam <obnox@samba.org>
Wed, 1 Jun 2011 00:53:32 +0000 (02:53 +0200)
also extend the example with ldap_user_dn.

Autobuild-User: Michael Adam <obnox@samba.org>
Autobuild-Date: Wed Jun  1 02:53:32 CEST 2011 on sn-devel-104

docs-xml/manpages-3/idmap_ldap.8.xml

index e77aec091588003e110f0dd1bbaf6077d2daacf3..2c0fcfd17c6d1eaa50ce26035d5e2ab1d2fd08f4 100644 (file)
                <varlistentry>
                <term>ldap_user_dn = DN</term>
                <listitem><para>
-                       Defines the user DN to be used for authentication. If absent an
-                       anonymous bind will be performed.
+                       Defines the user DN to be used for authentication.
+                       The secret for authenticating this user should be
+                       stored with net idmap secret
+                       (see <citerefentry><refentrytitle>net</refentrytitle>
+                       <manvolnum>8</manvolnum></citerefentry>).
+                       If absent, the ldap credentials from the ldap passdb configuration
+                       are used, and if these are also absent, an anonymous
+                       bind will be performed as last fallback.
                </para></listitem>
                </varlistentry>
 
@@ -78,7 +84,8 @@
        <para>
        The following example shows how an ldap directory is used as the 
        default idmap backend. It also configures the idmap range and base 
-       directory suffix.
+       directory suffix. The secret for the ldap_user_dn has to be set with
+       &quot;net idmap secret '*' password&quot;.
        </para>
 
        <programlisting>
@@ -87,6 +94,7 @@
        idmap config * : range        = 1000000-1999999
        idmap config * : ldap_url     = ldap://localhost/
        idmap config * : ldap_base_dn = ou=idmap,dc=example,dc=com
+       idmap config * : ldap_user_dn = cn=idmap_admin,dc=example,dc=com
        </programlisting>
 
        <para>