diff options
author | Simo Sorce <idra@samba.org> | 2011-08-16 10:46:17 -0400 |
---|---|---|
committer | Simo Sorce <idra@samba.org> | 2011-08-16 22:27:05 +0200 |
commit | 102f39ae3e7df26faf81595c8e0120b2e2a45bbd (patch) | |
tree | 8b3f1c37f75f76e192b39710a48074b8f3846d3f /source3/librpc/idl | |
parent | 6c8ee02e178145cc2ae4e4fbf0a78a0852d6a7f3 (diff) | |
download | samba-102f39ae3e7df26faf81595c8e0120b2e2a45bbd.tar.gz samba-102f39ae3e7df26faf81595c8e0120b2e2a45bbd.tar.bz2 samba-102f39ae3e7df26faf81595c8e0120b2e2a45bbd.zip |
s3-messaging: IDMAP_ messages belongs to the Winbind range
Autobuild-User: Simo Sorce <idra@samba.org>
Autobuild-Date: Tue Aug 16 22:27:05 CEST 2011 on sn-devel-104
Diffstat (limited to 'source3/librpc/idl')
-rw-r--r-- | source3/librpc/idl/messaging.idl | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/source3/librpc/idl/messaging.idl b/source3/librpc/idl/messaging.idl index aca90c4c8a..41df791315 100644 --- a/source3/librpc/idl/messaging.idl +++ b/source3/librpc/idl/messaging.idl @@ -35,10 +35,6 @@ interface messaging MSG_REQ_DMALLOC_LOG_CHANGED = 0x000C, MSG_SHUTDOWN = 0x000D, - MSG_IDMAP_FLUSH = 0x000E, - MSG_IDMAP_DELETE = 0x000F, - MSG_IDMAP_KILL = 0x0010, - /* Changes to smb.conf are really of general interest */ MSG_SMB_CONF_UPDATED = 0x0021, @@ -94,6 +90,10 @@ interface messaging MSG_WINBIND_DUMP_DOMAIN_LIST = 0x0409, MSG_WINBIND_IP_DROPPED = 0x040A, + MSG_IDMAP_FLUSH = 0x040E, + MSG_IDMAP_DELETE = 0x040F, + MSG_IDMAP_KILL = 0x0410, + /* event messages */ MSG_DUMP_EVENT_LIST = 0x0500, |