summaryrefslogtreecommitdiff
path: root/librpc
diff options
context:
space:
mode:
authorVolker Lendecke <vl@samba.org>2018-02-28 15:08:44 +0000
committerRalph Boehme <slow@samba.org>2018-03-15 15:46:09 +0100
commit0af88b98e7e1bba14827305257e77b63dc82d902 (patch)
treef4d25c4ddd10b8ef3f38f488899c679475e09b51 /librpc
parentbffae41842fe218959fe6f8b43df694feec1589c (diff)
downloadsamba-0af88b98e7e1bba14827305257e77b63dc82d902.tar.gz
winbind: Add smbcontrol disconnect-dc
Make a winbind child drop all DC connections Bug: https://bugzilla.samba.org/show_bug.cgi?id=13332 Signed-off-by: Volker Lendecke <vl@samba.org> Reviewed-by: Ralph Boehme <slow@samba.org>
Diffstat (limited to 'librpc')
-rw-r--r--librpc/idl/messaging.idl1
1 files changed, 1 insertions, 0 deletions
diff --git a/librpc/idl/messaging.idl b/librpc/idl/messaging.idl
index 5468334b77b..14a6f92d583 100644
--- a/librpc/idl/messaging.idl
+++ b/librpc/idl/messaging.idl
@@ -124,6 +124,7 @@ interface messaging
MSG_WINBIND_DOMAIN_ONLINE = 0x040B,
MSG_WINBIND_DOMAIN_OFFLINE = 0x040C,
MSG_WINBIND_RELOAD_TRUSTED_DOMAINS = 0x040D,
+ MSG_WINBIND_DISCONNECT_DC = 0x040E,
/* event messages */
/* MSG_DUMP_EVENT_LIST = 0x0500, Obsoleted */