From: Gary Lockyer Date: Sun, 22 Apr 2018 20:49:26 +0000 (+1200) Subject: messaging idl add group membersip events X-Git-Tag: ldb-1.4.0~210 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=0c6cb4639aba69262a1ad0d098aadb181035e79b;p=thirdparty%2Fsamba.git messaging idl add group membersip events Signed-off-by: Gary Lockyer Reviewed-by: Andrew Bartlett --- 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"; }