From 0c6cb4639aba69262a1ad0d098aadb181035e79b Mon Sep 17 00:00:00 2001 From: Gary Lockyer Date: Mon, 23 Apr 2018 08:49:26 +1200 Subject: [PATCH] messaging idl add group membersip events Signed-off-by: Gary Lockyer Reviewed-by: Andrew Bartlett --- librpc/idl/messaging.idl | 2 ++ 1 file changed, 2 insertions(+) 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"; } -- 2.47.2