Next update of VFS modules development guide
[bbaumbach/samba-autobuild/.git] / docs / smbdotconf / ldap / ldapsuffix.xml
1 <samba:parameter name="ldap suffix"
2                  context="G"
3                  type="string"
4                  advanced="1" developer="1"
5                  xmlns:samba="http://www.samba.org/samba/DTD/samba-doc">
6 <description>
7         <para>Specifies the base for all ldap suffixes and for storing the sambaDomain object.</para>
8
9         <para>
10         The ldap suffix will be appended to the values specified for the <smbconfoption name="ldap user suffix"/>,
11          <smbconfoption name="ldap group suffix"/>, <smbconfoption name="ldap machine suffix"/>, and the
12          <smbconfoption name="ldap idmap suffix"/>. Each of these should be given only a DN relative to the
13          <smbconfoption name ="ldap suffix"/>.
14         </para>
15 </description>
16 <value type="default"></value>
17 <value type="example">dc=samba,dc=org</value>
18 </samba:parameter>