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