1
0
mirror of https://github.com/samba-team/samba.git synced 2025-01-10 01:18:15 +03:00

debug: Add group logging classes

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
This commit is contained in:
Gary Lockyer 2018-04-23 12:24:34 +12:00 committed by Andrew Bartlett
parent dfa341c1eb
commit 472dca2905
2 changed files with 4 additions and 0 deletions

View 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",
};
/*

View 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