summaryrefslogtreecommitdiff
path: root/docs/smbdotconf/ldap/ldapsuffix.xml
blob: 819d0ef606712b9014dedc8ede1561d7a01ce109 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
<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 where user and machine accounts are added to the
	tree. Can be overriden by <smbconfoption name="ldap user suffix"/> and 
	<smbconfoption name="ldap machine suffix"/>. It also used as the base dn for all ldap
	searches. </para>
</description>
<value type="default"></value>
<value type="example">dc=samba,dc=org</value>
</samba:parameter>