debug: Add group logging classes
authorGary Lockyer <gary@catalyst.net.nz>
Mon, 23 Apr 2018 00:24:34 +0000 (12:24 +1200)
committerAndrew Bartlett <abartlet@samba.org>
Wed, 16 May 2018 05:02:20 +0000 (07:02 +0200)
Signed-off-by: Gary Lockyer <gary@catalyst.net.nz>
Reviewed-by: Andrew Bartlett <abartlet@samba.org>
Autobuild-User(master): Andrew Bartlett <abartlet@samba.org>
Autobuild-Date(master): Wed May 16 07:02:20 CEST 2018 on sn-devel-144

lib/util/debug.c
lib/util/debug.h

index d7b641e4384bd80a40f1b98fb24958e031e04c41..2dafd8e1d3a15d2a6613c3ef7dfafd0e9150d118 100644 (file)
@@ -549,6 +549,8 @@ static const char *default_classname_table[] = {
        [DBGC_DSDB_PWD_AUDIT_JSON] = "dsdb_password_json_audit",
        [DBGC_DSDB_TXN_AUDIT]  =        "dsdb_transaction_audit",
        [DBGC_DSDB_TXN_AUDIT_JSON] = "dsdb_transaction_json_audit",
+       [DBGC_DSDB_GROUP_AUDIT] =       "dsdb_group_audit",
+       [DBGC_DSDB_GROUP_AUDIT_JSON] = "dsdb_group_json_audit",
 };
 
 /*
index 8d285cd7b0f09c7001f1c9dbaf28ff254c2cff9b..2895d15788752dc50ff8381f38cc1d385880b499 100644 (file)
@@ -101,6 +101,8 @@ bool dbghdr( int level, const char *location, const char *func);
 #define DBGC_DSDB_PWD_AUDIT_JSON       33
 #define DBGC_DSDB_TXN_AUDIT            34
 #define DBGC_DSDB_TXN_AUDIT_JSON       35
+#define DBGC_DSDB_GROUP_AUDIT  36
+#define DBGC_DSDB_GROUP_AUDIT_JSON     37
 
 /* So you can define DBGC_CLASS before including debug.h */
 #ifndef DBGC_CLASS