mirror of
https://github.com/samba-team/samba.git
synced 2024-12-25 23:21:54 +03:00
64b720d284
Signed-off-by: Michael Adam <obnox@samba.org> Reviewed-by: Jeremy Allison <jra@samba.org>
25 lines
882 B
XML
25 lines
882 B
XML
<samba:parameter name="username"
|
|
context="S"
|
|
type="string"
|
|
xmlns:samba="http://www.samba.org/samba/DTD/samba-doc">
|
|
<synonym>user</synonym>
|
|
<synonym>users</synonym>
|
|
<description>
|
|
<para>To restrict a service to a particular set of users you
|
|
can use the <smbconfoption name="valid users"/> parameter.</para>
|
|
|
|
<para>This parameter is deprecated</para>
|
|
|
|
<para>However, it currently operates only in conjunction with
|
|
<smbconfoption name="only user"/>. The supported way to restrict
|
|
a service to a particular set of users is the
|
|
<smbconfoption name="valid users"/> parameter.</para>
|
|
|
|
</description>
|
|
|
|
<value type="default"><comment>The guest account if a guest service,
|
|
else <empty string>.</comment></value>
|
|
|
|
<value type="example">fred, mary, jack, jane, @users, @pcgroup</value>
|
|
</samba:parameter>
|