~zulcss/samba/server-dailies-3.4

« back to all changes in this revision

Viewing changes to docs-xml/smbdotconf/ldap/ldapmachinesuffix.xml

  • Committer: Chuck Short
  • Date: 2010-09-28 20:38:39 UTC
  • Revision ID: zulcss@ubuntu.com-20100928203839-pgjulytsi9ue63x1
Initial version

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
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>