~zulcss/samba/server-dailies-3.4

« back to all changes in this revision

Viewing changes to docs-xml/smbdotconf/ldap/ldapidmapsuffix.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 idmap suffix"
 
2
                 context="G"
 
3
                 advanced="1" developer="1"
 
4
                 type="string"
 
5
                 xmlns:samba="http://www.samba.org/samba/DTD/samba-doc">
 
6
<description>
 
7
        <para>
 
8
        This parameters specifies the suffix that is used when storing idmap mappings. If this parameter 
 
9
        is unset, the value of <smbconfoption name="ldap suffix"/> will be used instead.  The suffix 
 
10
        string is pre-pended to the <smbconfoption name="ldap suffix"/> string so use a partial DN.
 
11
        </para>
 
12
</description>
 
13
<value type="default"></value>
 
14
<value type="example">ou=Idmap</value>
 
15
</samba:parameter>