1
0
mirror of https://github.com/samba-team/samba.git synced 2024-12-22 13:34:15 +03:00

messaging idl add group membersip events

Signed-off-by: Gary Lockyer <gary@catalyst.net.nz>
Reviewed-by: Andrew Bartlett <abartlet@samba.org>
This commit is contained in:
Gary Lockyer 2018-04-23 08:49:26 +12:00 committed by Andrew Bartlett
parent 2d47f9e160
commit 0c6cb4639a

View File

@ -147,6 +147,7 @@ interface messaging
MSG_AUTH_LOG = 0x0800, MSG_AUTH_LOG = 0x0800,
MSG_DSDB_LOG = 0x0801, MSG_DSDB_LOG = 0x0801,
MSG_DSDB_PWD_LOG = 0x0802, MSG_DSDB_PWD_LOG = 0x0802,
MSG_GROUP_LOG = 0x0803,
/* dbwrap messages 4001-4999 (0x0FA0 - 0x1387) */ /* dbwrap messages 4001-4999 (0x0FA0 - 0x1387) */
/* MSG_DBWRAP_TDB2_CHANGES = 4001, */ /* MSG_DBWRAP_TDB2_CHANGES = 4001, */
@ -186,4 +187,5 @@ interface messaging
const string AUTH_EVENT_NAME = "auth_event"; const string AUTH_EVENT_NAME = "auth_event";
const string DSDB_EVENT_NAME = "dsdb_event"; const string DSDB_EVENT_NAME = "dsdb_event";
const string DSDB_PWD_EVENT_NAME = "dsdb_password_event"; const string DSDB_PWD_EVENT_NAME = "dsdb_password_event";
const string DSDB_GROUP_EVENT_NAME = "dsdb_group_event";
} }