source: vendor/current/docs-xml/smbdotconf/security/username.xml

Last change on this file was 988, checked in by Silvan Scherrer, 9 years ago

Samba Server: update vendor to version 4.4.3

File size: 914 bytes
Line 
1<samba:parameter name="username"
2 context="S"
3 type="string"
4 deprecated="1"
5 xmlns:samba="http://www.samba.org/samba/DTD/samba-doc">
6<synonym>user</synonym>
7<synonym>users</synonym>
8<description>
9 <para>To restrict a service to a particular set of users you
10 can use the <smbconfoption name="valid users"/> parameter.</para>
11
12 <para>This parameter is deprecated</para>
13
14 <para>However, it currently operates only in conjunction with
15 <smbconfoption name="only user"/>. The supported way to restrict
16 a service to a particular set of users is the
17 <smbconfoption name="valid users"/> parameter.</para>
18
19</description>
20
21<value type="default"><comment>The guest account if a guest service,
22 else &lt;empty string&gt;.</comment></value>
23
24<value type="example">fred, mary, jack, jane, @users, @pcgroup</value>
25</samba:parameter>
Note: See TracBrowser for help on using the repository browser.