From 58081884f76ecd902e407a2cb24ab36261d2a507 Mon Sep 17 00:00:00 2001 From: Gregor Beck Date: Thu, 3 Feb 2011 16:30:29 +0100 Subject: s3: smbcontrol to notify smbd about idmap changes Autobuild-User: Michael Adam Autobuild-Date: Mon Feb 28 14:07:23 CET 2011 on sn-devel-104 --- source3/librpc/idl/messaging.idl | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'source3/librpc/idl/messaging.idl') diff --git a/source3/librpc/idl/messaging.idl b/source3/librpc/idl/messaging.idl index 36f064f23d..8618d53c9a 100644 --- a/source3/librpc/idl/messaging.idl +++ b/source3/librpc/idl/messaging.idl @@ -35,6 +35,10 @@ interface messaging MSG_REQ_DMALLOC_LOG_CHANGED = 0x000C, MSG_SHUTDOWN = 0x000D, + MSG_IDMAP_FLUSH = 0x000E, + MSG_IDMAP_DELETE = 0x000F, + MSG_IDMAP_KILL = 0x0010, + /* nmbd messages */ MSG_FORCE_ELECTION = 0x0101, MSG_WINS_NEW_ENTRY = 0x0102, -- cgit