From a17d276fa0164cd3f13c85a0ae02cc2a504d394d Mon Sep 17 00:00:00 2001 From: Günther Deschner Date: Fri, 17 Mar 2006 10:22:13 +0000 Subject: r14506: Remove remaining references to a KCM credential cache type. Guenther (This used to be commit aae8f8ae7a79d06c74151186f3c2470bdec5687d) --- source3/printing/nt_printing.c | 4 ---- 1 file changed, 4 deletions(-) (limited to 'source3/printing') diff --git a/source3/printing/nt_printing.c b/source3/printing/nt_printing.c index 63f722c9b5..727d226e2a 100644 --- a/source3/printing/nt_printing.c +++ b/source3/printing/nt_printing.c @@ -3125,11 +3125,7 @@ WERROR nt_printer_publish(Printer_entry *print_hnd, int snum, int action) win_rc = WERR_SERVER_UNAVAILABLE; goto done; } -#ifdef HAVE_KCM - setenv(KRB5_ENV_CCNAME, "KCM:SYSTEM", 1); -#else setenv(KRB5_ENV_CCNAME, "MEMORY:prtpub_cache", 1); -#endif SAFE_FREE(ads->auth.password); ads->auth.password = secrets_fetch_machine_password(lp_workgroup(), NULL, NULL); -- cgit