Add new framework for smb.conf(5). Please read README before trying to compile.
[Samba/gebeck_regimport.git] / docs / docbook / smbdotconf / security / validusers.xml
blob5155a5ef343293308c478ada45adc5eee8e7f825
1 <samba:parameter xmlns:samba="http://samba.org/common">
2                 <term><anchor id="VALIDUSERS"/>valid users (S)</term>
3                 <listitem><para>This is a list of users that should be allowed 
4                 to login to this service. Names starting with '@', '+' and  '&amp;'
5                 are interpreted using the same rules as described in the 
6                 <parameter moreinfo="none">invalid users</parameter> parameter.</para>
8                 <para>If this is empty (the default) then any user can login. 
9                 If a username is in both this list and the <parameter moreinfo="none">invalid 
10                 users</parameter> list then access is denied for that user.</para>
12                 <para>The current servicename is substituted for <parameter moreinfo="none">%S
13                 </parameter>. This is useful in the [homes] section.</para>
15                 <para>See also <link linkend="INVALIDUSERS"><parameter moreinfo="none">invalid users
16                 </parameter></link></para>
18                 <para>Default: <emphasis>No valid users list (anyone can login)
19                 </emphasis></para>
21                 <para>Example: <command moreinfo="none">valid users = greg, @pcusers</command></para>
22                 </listitem>
23                 </samba:parameter>