s4-kdc: Fix logging with the KDB driver
authorAndreas Schneider <asn@samba.org>
Fri, 30 Sep 2016 05:41:09 +0000 (07:41 +0200)
committerAndreas Schneider <asn@cryptomilk.org>
Sat, 29 Apr 2017 21:31:11 +0000 (23:31 +0200)
Signed-off-by: Andreas Schneider <asn@samba.org>
Reviewed-by: Andrew Bartlet <abartlet@samba.org>
Reviewed-by: Jeremy Allison <jra@samba.org>
source4/kdc/mit_samba.c

index 8a2bfe9b71539829439d875fccc29904df3abf9e..0531b017fdb5555c4360c1a8ccf15ab64296f050 100644 (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);