source: vendor/3.6.23/docs-xml/smbdotconf/security/validusers.xml

Last change on this file was 414, checked in by Herwig Bauernfeind, 15 years ago

Samba 3.5.0: Initial import

File size: 1.0 KB
Line 
1<samba:parameter name="valid users"
2 context="S"
3 type="list"
4 xmlns:samba="http://www.samba.org/samba/DTD/samba-doc">
5<description>
6 <para>
7 This is a list of users that should be allowed to login to this service. Names starting with
8 '@', '+' and '&amp;' are interpreted using the same rules as described in the
9 <parameter moreinfo="none">invalid users</parameter> parameter.
10 </para>
11
12 <para>
13 If this is empty (the default) then any user can login. If a username is in both this list
14 and the <parameter moreinfo="none">invalid users</parameter> list then access is denied
15 for that user.
16 </para>
17
18 <para>
19 The current servicename is substituted for <parameter moreinfo="none">%S</parameter>.
20 This is useful in the [homes] section.
21 </para>
22</description>
23
24<related>invalid users</related>
25
26<value type="default"><comment>No valid users list (anyone can login) </comment></value>
27<value type="example">greg, @pcusers</value>
28</samba:parameter>
Note: See TracBrowser for help on using the repository browser.