~zulcss/samba/server-dailies-3.4

« back to all changes in this revision

Viewing changes to docs-xml/smbdotconf/security/algorithmicridbase.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="algorithmic rid base"
 
2
                 context="G"
 
3
                 advanced="1" developer="1"
 
4
                                 type="integer"
 
5
                 xmlns:samba="http://www.samba.org/samba/DTD/samba-doc">
 
6
<description>
 
7
    <para>This determines how Samba will use its
 
8
    algorithmic mapping from uids/gid to the RIDs needed to construct
 
9
    NT Security Identifiers.
 
10
    </para>
 
11
 
 
12
    <para>Setting this option to a larger value could be useful to sites
 
13
    transitioning from WinNT and Win2k, as existing user and 
 
14
    group rids would otherwise clash with sytem users etc. 
 
15
    </para>
 
16
 
 
17
    <para>All UIDs and GIDs must be able to be resolved into SIDs for  
 
18
    the correct operation of ACLs on the server.  As such the algorithmic
 
19
    mapping can't be 'turned off', but pushing it 'out of the way' should
 
20
    resolve the issues.  Users and groups can then be assigned 'low' RIDs
 
21
    in arbitrary-rid supporting backends.
 
22
    </para>
 
23
</description>
 
24
 
 
25
<value type="default">1000</value>
 
26
<value type="example">100000</value>
 
27
</samba:parameter>