diff options
author | Gary Lockyer <gary@catalyst.net.nz> | 2018-04-04 11:56:30 +1200 |
---|---|---|
committer | Andrew Bartlett <abartlet@samba.org> | 2018-05-16 04:07:16 +0200 |
commit | 2ba55f81a9514a9e8adc6904e58d166c98aecaa7 (patch) | |
tree | 88acb01dede5ba245fa0c4c41c010f061490becb /lib/util/debug.h | |
parent | 74cf8f5e3b991292ae592a0786e01914ca162caf (diff) | |
download | samba-2ba55f81a9514a9e8adc6904e58d166c98aecaa7.tar.gz |
logging: add ldb audit classes
Signed-off-by: Gary Lockyer <gary@catalyst.net.nz>
Reviewed-by: Andrew Bartlett <abartlet@samba.org>
Diffstat (limited to 'lib/util/debug.h')
-rw-r--r-- | lib/util/debug.h | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/lib/util/debug.h b/lib/util/debug.h index 1e184b47de9..8d285cd7b0f 100644 --- a/lib/util/debug.h +++ b/lib/util/debug.h @@ -95,6 +95,12 @@ bool dbghdr( int level, const char *location, const char *func); #define DBGC_DRS_REPL 27 #define DBGC_SMB2 28 #define DBGC_SMB2_CREDITS 29 +#define DBGC_DSDB_AUDIT 30 +#define DBGC_DSDB_AUDIT_JSON 31 +#define DBGC_DSDB_PWD_AUDIT 32 +#define DBGC_DSDB_PWD_AUDIT_JSON 33 +#define DBGC_DSDB_TXN_AUDIT 34 +#define DBGC_DSDB_TXN_AUDIT_JSON 35 /* So you can define DBGC_CLASS before including debug.h */ #ifndef DBGC_CLASS |