Convert 'Security' section of smb.conf to new format
[Samba/gebeck_regimport.git] / docs / docbook / smbdotconf / security / nonunixaccountrange.xml
blob4004af2d94813eeb6e1d32c4abe473c9ae5fb778
1 <samba:parameter name="non unix account range"
2                  context="G"
3                  advanced="1" developer="1"
4                  xmlns:samba="http://samba.org/common">
5 <listitem>
6     <para>The non unix account range parameter specifies 
7     the range of 'user ids' that are allocated by the various 'non unix 
8     account' passdb backends.  These backends allow
9     the storage of passwords for users who don't exist in /etc/passwd.  
10     This is most often used for machine account creation. 
11     This range of ids should have no existing local or NIS users within 
12     it as strange conflicts can occur otherwise.</para>
14     <note>
15         <para>These userids never appear on the system and Samba will never
16         'become' these users. They are used only to ensure that the algorithmic 
17         RID mapping does not conflict with normal users.
18         </para>
19     </note>
21     <para>Default: <command moreinfo="none">non unix account range = &lt;empty string&gt;</command></para>
22                 
23     <para>Example: <command moreinfo="none">non unix account range = 10000-20000</command></para>
24 </listitem>
25 </samba:parameter>