selftest: add change notify = no to simpleserver env
[Samba.git] / docs-xml / smbdotconf / security / username.xml
bloba04a997d26dd5aa8644cb092f977429f44d95b2d
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>
12     <para>This parameter is deprecated</para>
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>
19 </description>
21 <value type="default"><comment>The guest account if a guest service, 
22                 else &lt;empty string&gt;.</comment></value>
24 <value type="example">fred, mary, jack, jane, @users, @pcgroup</value>
25 </samba:parameter>