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:
parent
dfa341c1eb
commit
472dca2905
@ -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",
|
||||
};
|
||||
|
||||
/*
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user