diff options
author | Volker Lendecke <vl@samba.org> | 2020-01-13 15:19:58 +0100 |
---|---|---|
committer | Jeremy Allison <jra@samba.org> | 2020-01-15 21:25:35 +0000 |
commit | 5394885167fac40a910613272f10b7077e59f05c (patch) | |
tree | 229dbf5859eb58138203b2cd73e715f9eb05a50f /librpc/idl | |
parent | c9850e3d80320a5d13a69194246cce3f09f4ba3e (diff) | |
download | samba-5394885167fac40a910613272f10b7077e59f05c.tar.gz |
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>
Diffstat (limited to 'librpc/idl')
-rw-r--r-- | librpc/idl/messaging.idl | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/librpc/idl/messaging.idl b/librpc/idl/messaging.idl index f355c7503d9..8160c76149c 100644 --- a/librpc/idl/messaging.idl +++ b/librpc/idl/messaging.idl @@ -111,6 +111,9 @@ interface messaging MSG_SMB_NOTIFY_STARTED = 0x031F, MSG_SMB_SLEEP = 0x0320, + /* smbd message */ + MSG_SMB_FORCE_TDIS_DENIED = 0x0321, + /* winbind messages */ MSG_WINBIND_FINISHED = 0x0401, MSG_WINBIND_FORGET_STATE = 0x0402, |