source: branches/samba-3.2.x/docs-xml/smbdotconf/ldap/ldapadmindn.xml

Last change on this file was 203, checked in by Herwig Bauernfeind, 16 years ago

Missing 3.2.2 client and HOWTO files

File size: 974 bytes
Line 
1<samba:parameter name="ldap admin dn"
2 context="G"
3 advanced="1" developer="1"
4 type="string"
5 xmlns:samba="http://www.samba.org/samba/DTD/samba-doc">
6 <description>
7
8 <para>
9 The <smbconfoption name="ldap admin dn"/> defines the Distinguished Name (DN) name used by Samba to contact
10 the ldap server when retreiving user account information. The <smbconfoption name="ldap admin dn"/> is used
11 in conjunction with the admin dn password stored in the <filename moreinfo="none">private/secrets.tdb</filename>
12 file. See the <citerefentry><refentrytitle>smbpasswd</refentrytitle> <manvolnum>8</manvolnum></citerefentry>
13 man page for more information on how to accomplish this.
14 </para>
15
16 <para>
17 The <smbconfoption name="ldap admin dn"/> requires a fully specified DN. The <smbconfoption name="ldap
18 suffix"/> is not appended to the <smbconfoption name="ldap admin dn"/>.
19 </para>
20</description>
21</samba:parameter>
Note: See TracBrowser for help on using the repository browser.