summaryrefslogtreecommitdiff
path: root/librpc
diff options
context:
space:
mode:
authorGary Lockyer <gary@catalyst.net.nz>2018-04-23 08:49:26 +1200
committerAndrew Bartlett <abartlet@samba.org>2018-05-16 04:07:16 +0200
commit0c6cb4639aba69262a1ad0d098aadb181035e79b (patch)
tree1b34a546a7059458403b5b4f1594f521dfc11297 /librpc
parent2d47f9e160a3982b21293013b2f66999b62deab8 (diff)
downloadsamba-0c6cb4639aba69262a1ad0d098aadb181035e79b.tar.gz
messaging idl add group membersip events
Signed-off-by: Gary Lockyer <gary@catalyst.net.nz> Reviewed-by: Andrew Bartlett <abartlet@samba.org>
Diffstat (limited to 'librpc')
-rw-r--r--librpc/idl/messaging.idl2
1 files changed, 2 insertions, 0 deletions
diff --git a/librpc/idl/messaging.idl b/librpc/idl/messaging.idl
index fef00b1a408..c916768ccec 100644
--- a/librpc/idl/messaging.idl
+++ b/librpc/idl/messaging.idl
@@ -147,6 +147,7 @@ interface messaging
MSG_AUTH_LOG = 0x0800,
MSG_DSDB_LOG = 0x0801,
MSG_DSDB_PWD_LOG = 0x0802,
+ MSG_GROUP_LOG = 0x0803,
/* dbwrap messages 4001-4999 (0x0FA0 - 0x1387) */
/* MSG_DBWRAP_TDB2_CHANGES = 4001, */
@@ -186,4 +187,5 @@ interface messaging
const string AUTH_EVENT_NAME = "auth_event";
const string DSDB_EVENT_NAME = "dsdb_event";
const string DSDB_PWD_EVENT_NAME = "dsdb_password_event";
+ const string DSDB_GROUP_EVENT_NAME = "dsdb_group_event";
}