source: branches/samba-3.5.x/docs-xml/smbdotconf/ldap/ldapmachinesuffix.xml

Last change on this file was 414, checked in by Herwig Bauernfeind, 15 years ago

Samba 3.5.0: Initial import

File size: 566 bytes
Line 
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>
Note: See TracBrowser for help on using the repository browser.