~zulcss/samba/server-dailies-3.4

« back to all changes in this revision

Viewing changes to docs-xml/smbdotconf/security/validusers.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="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>