diff options
author | Gregor Beck <gbeck@sernet.de> | 2011-02-03 16:30:29 +0100 |
---|---|---|
committer | Michael Adam <obnox@samba.org> | 2011-02-28 14:07:23 +0100 |
commit | 58081884f76ecd902e407a2cb24ab36261d2a507 (patch) | |
tree | c4696837a4640ba994da628198802ca2077df467 /source3/librpc | |
parent | 42a4a9cbc339ffcafc23969c03e02050e1394dfb (diff) | |
download | samba-58081884f76ecd902e407a2cb24ab36261d2a507.tar.gz samba-58081884f76ecd902e407a2cb24ab36261d2a507.tar.bz2 samba-58081884f76ecd902e407a2cb24ab36261d2a507.zip |
s3: smbcontrol to notify smbd about idmap changes
Autobuild-User: Michael Adam <obnox@samba.org>
Autobuild-Date: Mon Feb 28 14:07:23 CET 2011 on sn-devel-104
Diffstat (limited to 'source3/librpc')
-rw-r--r-- | source3/librpc/idl/messaging.idl | 4 |
1 files changed, 4 insertions, 0 deletions
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, |