~zulcss/samba/server-dailies-3.4

« back to all changes in this revision

Viewing changes to docs-xml/smbdotconf/winbind/idmapuid.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="idmap uid"
 
2
                         type="string"
 
3
                 context="G"
 
4
                 advanced="1" developer="1" hide="1"
 
5
                 xmlns:samba="http://www.samba.org/samba/DTD/samba-doc">
 
6
<synonym>winbind uid</synonym>
 
7
<description>
 
8
        <para>
 
9
        The idmap uid parameter specifies the range of user ids that are 
 
10
        allocated for use in mapping UNIX users to NT user SIDs. This 
 
11
        range of ids should have no existing local
 
12
        or NIS users within it as strange conflicts can occur otherwise.</para>
 
13
 
 
14
        <para>See also the <smbconfoption name="idmap backend"/> and
 
15
        <smbconfoption name="idmap config"/> options.
 
16
        </para>
 
17
</description>
 
18
 
 
19
<value type="default"></value>
 
20
<value type="example">10000-20000</value>
 
21
</samba:parameter>