s3:lib: make use of samba_tevent_context_init()
[Samba/gebeck_regimport.git] / docs-xml / smbdotconf / ldap / ldapsuffix.xml
blob48595139a27f3b484b21abf3f9c181022a161932
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>
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>