Add new framework for smb.conf(5). Please read README before trying to compile.
[Samba/gebeck_regimport.git] / docs / docbook / smbdotconf / security / algorithmicridbase.xml
blob3c2bf8686eb15178cd402f41f9e9fe36a220e909
1 <samba:parameter xmlns:samba="http://samba.org/common">
2                 <term><anchor id="ALGORITHMICRIDBASE"/>algorithmic rid base (G)</term>
3                 <listitem><para>This determines how Samba will use its
4                 algorithmic mapping from uids/gid to the RIDs needed to construct
5                 NT Security Identifiers.</para>
7                 <para>Setting this option to a larger value could be useful to sites
8                 transitioning from WinNT and Win2k, as existing user and 
9                 group rids would otherwise clash with sytem users etc. 
10                 </para>
12                 <para>All UIDs and GIDs must be able to be resolved into SIDs for  
13                 the correct operation of ACLs on the server.  As such the algorithmic
14                 mapping can't be 'turned off', but pushing it 'out of the way' should
15                 resolve the issues.  Users and groups can then be assigned 'low' RIDs
16                 in arbitary-rid supporting backends. </para>
18                 <para>Default: <command moreinfo="none">algorithmic rid base = 1000</command></para>
20                 <para>Example: <command moreinfo="none">algorithmic rid base = 100000</command></para>
21                 </listitem>
22                 </samba:parameter>