mirror of
https://github.com/samba-team/samba.git
synced 2024-12-24 21:34:56 +03:00
a72bc3e15d
Signed-off-by: Andreas Schneider <asn@samba.org> Reviewed-by: Jeremy Allison <jra@samba.org>
22 lines
824 B
XML
22 lines
824 B
XML
<samba:parameter name="invalid users"
|
|
context="S"
|
|
type="cmdlist"
|
|
xmlns:samba="http://www.samba.org/samba/DTD/samba-doc">
|
|
<description>
|
|
<para>This is a list of users that should not be allowed
|
|
to login to this service. This is really a <emphasis>paranoid</emphasis>
|
|
check to absolutely ensure an improper setting does not breach
|
|
your security.</para>
|
|
|
|
<para>A name starting with a '@' is interpreted UNIX group.</para>
|
|
|
|
<para>The current servicename is substituted for <parameter moreinfo="none">%S</parameter>.
|
|
This is useful in the [homes] section.</para>
|
|
</description>
|
|
|
|
<related>valid users</related>
|
|
|
|
<value type="default"><comment>no invalid users</comment></value>
|
|
<value type="example">root fred admin @wheel</value>
|
|
</samba:parameter>
|