Next update of VFS modules development guide
[gd/samba-autobuild/.git] / docs / smbdotconf / ldap / ldapmachinesuffix.xml
1 <samba:parameter name="ldap machine suffix"
2                 context="G"
3                 advanced="1"
4                 developer="1"
5                 type="string"
6                 xmlns:samba="http://www.samba.org/samba/DTD/samba-doc">
7
8 <description>
9         <para>
10         It specifies where machines should be added to the ldap tree.  If this parameter is unset, the value of
11         <smbconfoption name="ldap suffix"/> will be used instead.  The suffix string is pre-pended to the
12         <smbconfoption name="ldap suffix"/> string so use a partial DN.
13         </para>
14 </description>
15
16 <value type="default"/>
17 <value type="example">ou=Computers</value>
18 </samba:parameter>