summaryrefslogtreecommitdiff
path: root/docs/smbdotconf/ldap/ldapadmindn.xml
diff options
context:
space:
mode:
authorJohn Terpstra <jht@samba.org>2005-08-17 16:24:08 +0000
committerGerald W. Carter <jerry@samba.org>2008-04-23 08:47:05 -0500
commit46da9877db6ec59d5f71c1af01c8a7eb7dab6356 (patch)
tree4166687d812a07559968322f8029bae18a0a1c3a /docs/smbdotconf/ldap/ldapadmindn.xml
parentd5bb12a0237e8a30a4fd84def9a04fc1452b9ae3 (diff)
downloadsamba-46da9877db6ec59d5f71c1af01c8a7eb7dab6356.tar.gz
samba-46da9877db6ec59d5f71c1af01c8a7eb7dab6356.tar.bz2
samba-46da9877db6ec59d5f71c1af01c8a7eb7dab6356.zip
Further clarification regarding ldap suffix usage.
(This used to be commit 4510dccd6ecf8c562be752fb8961901b607fdeb1)
Diffstat (limited to 'docs/smbdotconf/ldap/ldapadmindn.xml')
-rw-r--r--docs/smbdotconf/ldap/ldapadmindn.xml21
1 files changed, 13 insertions, 8 deletions
diff --git a/docs/smbdotconf/ldap/ldapadmindn.xml b/docs/smbdotconf/ldap/ldapadmindn.xml
index 5f8805ad14..442d242679 100644
--- a/docs/smbdotconf/ldap/ldapadmindn.xml
+++ b/docs/smbdotconf/ldap/ldapadmindn.xml
@@ -4,13 +4,18 @@
type="string"
xmlns:samba="http://www.samba.org/samba/DTD/samba-doc">
<description>
- <para> The <smbconfoption name="ldap admin dn"/>
- defines the Distinguished Name (DN) name used by Samba to
- contact the ldap server when retreiving user account
- information. The <smbconfoption name="ldap admin dn"/> is used in conjunction with the admin dn password
- stored in the <filename moreinfo="none">private/secrets.tdb</filename> file.
- See the <citerefentry><refentrytitle>smbpasswd</refentrytitle>
- <manvolnum>8</manvolnum></citerefentry> man page for more
- information on how to accmplish this.</para>
+
+ <para>
+ The <smbconfoption name="ldap admin dn"/> defines the Distinguished Name (DN) name used by Samba to contact
+ the ldap server when retreiving user account information. The <smbconfoption name="ldap admin dn"/> is used
+ in conjunction with the admin dn password stored in the <filename moreinfo="none">private/secrets.tdb</filename>
+ file. See the <citerefentry><refentrytitle>smbpasswd</refentrytitle> <manvolnum>8</manvolnum></citerefentry>
+ man page for more information on how to accomplish this.
+ </para>
+
+ <para>
+ The <smbconfoption name="ldap admin dn"/> requires a fully specified DN. The <smbconfoption name="ldap
+ suffix"/> is not appended to the <smbconfoption name="ldap admin dn"/>.
+ </para>
</description>
</samba:parameter>