mirror of
https://github.com/samba-team/samba.git
synced 2024-12-25 23:21:54 +03:00
8f8a9f0190
(This used to be commit 9f672c26d6
)
19 lines
770 B
XML
19 lines
770 B
XML
<samba:parameter name="ldap suffix"
|
|
context="G"
|
|
type="string"
|
|
advanced="1" developer="1"
|
|
xmlns:samba="http://www.samba.org/samba/DTD/samba-doc">
|
|
<description>
|
|
<para>Specifies the base for all ldap suffixes and for storing the sambaDomain object.</para>
|
|
|
|
<para>
|
|
The ldap suffix will be appended to the values specified for the <smbconfoption name="ldap user suffix"/>,
|
|
<smbconfoption name="ldap group suffix"/>, <smbconfoption name="ldap machine suffix"/>, and the
|
|
<smbconfoption name="ldap idmap suffix"/>. Each of these should be given only a DN relative to the
|
|
<smbconfoption name ="ldap suffix"/>.
|
|
</para>
|
|
</description>
|
|
<value type="default"></value>
|
|
<value type="example">dc=samba,dc=org</value>
|
|
</samba:parameter>
|