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
2008-04-23 08:47:48 -05:00

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>