1
0
mirror of https://github.com/samba-team/samba.git synced 2024-12-25 23:21:54 +03:00
samba-mirror/docs-xml/smbdotconf/ldap/ldapsuffix.xml
Michael Adam 64b720d284 docs:smbdotconf: make formatting of headers uniform.
Signed-off-by: Michael Adam <obnox@samba.org>
Reviewed-by: Jeremy Allison <jra@samba.org>
2015-07-31 01:55:29 +02:00

18 lines
754 B
XML

<samba:parameter name="ldap suffix"
context="G"
type="string"
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>