mirror of
https://github.com/samba-team/samba.git
synced 2025-08-04 08:22:08 +03:00
smbd: Add close-denied-share message
This is like close-share, but kicks out only active users where share access controls are changed such that now access would be denied Signed-off-by: Volker Lendecke <vl@samba.org> Reviewed-by: Jeremy Allison <jra@samba.org>
This commit is contained in:
committed by
Jeremy Allison
parent
c9850e3d80
commit
5394885167
@ -119,6 +119,16 @@
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
|
||||
<varlistentry><term>close-denied-share</term>
|
||||
<listitem><para>Behave like <constant>close-share</constant>,
|
||||
but don't disconnect users that are still allowed to access
|
||||
the share. It can safely be sent to all smbds after changing
|
||||
share access controls. It will only affect users who have been
|
||||
denied access since having connected initially. This message
|
||||
can only be sent to <constant>smbd</constant>.</para>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
|
||||
<varlistentry>
|
||||
<term>debug</term>
|
||||
<listitem><para>Set debug level to the value specified by the
|
||||
|
Reference in New Issue
Block a user