1
0
mirror of https://github.com/samba-team/samba.git synced 2024-12-23 17:34:34 +03:00

s4-kdc: Fix logging with the KDB driver

Signed-off-by: Andreas Schneider <asn@samba.org>
Reviewed-by: Andrew Bartlet <abartlet@samba.org>
Reviewed-by: Jeremy Allison <jra@samba.org>
This commit is contained in:
Andreas Schneider 2016-09-30 07:41:09 +02:00 committed by Andreas Schneider
parent 2a43c8d6c7
commit ecf42cef39

View File

@ -76,7 +76,7 @@ int mit_samba_context_init(struct mit_samba_context **_ctx)
goto done;
}
setup_logging("mitkdc", DEBUG_STDOUT);
setup_logging("mitkdc", DEBUG_DEFAULT_STDOUT);
/* init s4 configuration */
s4_conf_file = lpcfg_configfile(base_ctx.lp_ctx);