mirror of
https://github.com/samba-team/samba.git
synced 2025-01-12 09:18:10 +03:00
64b720d284
Signed-off-by: Michael Adam <obnox@samba.org> Reviewed-by: Jeremy Allison <jra@samba.org>
22 lines
702 B
XML
22 lines
702 B
XML
<samba:parameter name="only user"
|
|
type="boolean"
|
|
context="S"
|
|
xmlns:samba="http://www.samba.org/samba/DTD/samba-doc">
|
|
<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="username"/>. The supported way to restrict
|
|
a service to a particular set of users is the
|
|
<smbconfoption name="valid users"/> parameter.</para>
|
|
|
|
</description>
|
|
|
|
<related>user</related>
|
|
|
|
<value type="default">no</value>
|
|
</samba:parameter>
|