This commit was manufactured by cvs2svn to create branch 'SAMBA_3_0'.
[samba.git] / docs / docbook / smbdotconf / security / algorithmicridbase.xml
1 <samba:parameter name="algorithmic rid base"
2                  context="G"
3                  advanced="1" developer="1"
4                  xmlns:samba="http://samba.org/common">
5 <listitem>
6     <para>This determines how Samba will use its
7     algorithmic mapping from uids/gid to the RIDs needed to construct
8     NT Security Identifiers.
9     </para>
10
11     <para>Setting this option to a larger value could be useful to sites
12     transitioning from WinNT and Win2k, as existing user and 
13     group rids would otherwise clash with sytem users etc. 
14     </para>
15
16     <para>All UIDs and GIDs must be able to be resolved into SIDs for  
17     the correct operation of ACLs on the server.  As such the algorithmic
18     mapping can't be 'turned off', but pushing it 'out of the way' should
19     resolve the issues.  Users and groups can then be assigned 'low' RIDs
20     in arbitary-rid supporting backends.
21     </para>
22
23     <para>Default: <command moreinfo="none">algorithmic rid base = 1000</command></para>
24     
25     <para>Example: <command moreinfo="none">algorithmic rid base = 100000</command></para>
26 </listitem>
27 </samba:parameter>