Add new framework for smb.conf(5). Please read README before trying to compile.
[Samba/gebeck_regimport.git] / docs / docbook / smbdotconf / security / nonunixaccountrange.xml
bloba8e426649e6d4939bc70dca348d065f9818778bf
1 <samba:parameter xmlns:samba="http://samba.org/common">
2                 <term><anchor id="NONUNIXACCOUNTRANGE"/>non unix account range (G)</term>
3                 <listitem><para>The non unix account range parameter specifies 
4                 the range of 'user ids' that are allocated by the various 'non unix 
5                 account' passdb backends.  These backends allow
6                 the storage of passwords for users who don't exist in /etc/passwd.  
7                 This is most often used for machine account creation. 
8                 This range of ids should have no existing local or NIS users within 
9                 it as strange conflicts can occur otherwise.</para>
11                 <para>NOTE: These userids never appear on the system and Samba will never
12                 'become' these users. They are used only to ensure that the algorithmic 
13                 RID mapping does not conflict with normal users.
14                 </para>
16                 <para>Default: <command moreinfo="none">non unix account range = &lt;empty string&gt;
17                 </command></para>
18                 
19                 <para>Example: <command moreinfo="none">non unix account range = 10000-20000</command></para>
20                 </listitem>
21                 </samba:parameter>