smbd: Fix cached dos attributes
[Samba.git] / docs-xml / smbdotconf / security / algorithmicridbase.xml
bloba5eba3c50a2cf222b7b84c7055590c44442d17c9
1 <samba:parameter name="algorithmic rid base"
2                  context="G"
3                  type="integer"
4                  xmlns:samba="http://www.samba.org/samba/DTD/samba-doc">
5 <description>
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>
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 system users etc. 
14     </para>
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 arbitrary-rid supporting backends.
21     </para>
22 </description>
24 <value type="default">1000</value>
25 <value type="example">100000</value>
26 </samba:parameter>