diff options
| author | Gary Lockyer <gary@catalyst.net.nz> | 2017-03-06 16:16:51 +1300 |
|---|---|---|
| committer | Andrew Bartlett <abartlet@samba.org> | 2017-03-29 02:37:27 +0200 |
| commit | 387eb18a1ccdcea3040476efbc2769de40ccf86e (patch) | |
| tree | 8ece2624609a73b544bf8189ba0c3bcc3ffc10e8 /lib/util/debug.c | |
| parent | 366f8cf0903e3583fda42696df62a5337f22131f (diff) | |
| download | samba-387eb18a1ccdcea3040476efbc2769de40ccf86e.tar.gz samba-387eb18a1ccdcea3040476efbc2769de40ccf86e.tar.bz2 samba-387eb18a1ccdcea3040476efbc2769de40ccf86e.zip | |
auth_log: Add JSON logging of Authorisation and Authentications
Signed-off-by: Gary Lockyer <gary@catalyst.net.nz>
Pair-Programmed: Andrew Bartlett <abartlet@samba.org>
Diffstat (limited to 'lib/util/debug.c')
| -rw-r--r-- | lib/util/debug.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/util/debug.c b/lib/util/debug.c index 009f3629979..f48daf69553 100644 --- a/lib/util/debug.c +++ b/lib/util/debug.c @@ -538,6 +538,7 @@ static const char *default_classname_table[] = { [DBGC_LDB] = "ldb", [DBGC_TEVENT] = "tevent", [DBGC_AUTH_AUDIT] = "auth_audit", + [DBGC_AUTH_AUDIT_JSON] = "auth_json_audit", }; /* |
