source: vendor/current/docs-xml/smbdotconf/ldap/ldapsuffix.xml

Last change on this file was 988, checked in by Silvan Scherrer, 9 years ago

Samba Server: update vendor to version 4.4.3

File size: 754 bytes
Line 
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>
Note: See TracBrowser for help on using the repository browser.