From 14e904fe868eb61e4ce39db14d156f384d086743 Mon Sep 17 00:00:00 2001 From: Günther Deschner Date: Fri, 10 Mar 2006 13:36:39 +0000 Subject: r14148: Removing the not very well tested krb5 ticket refresh handling activated over --with-kcm. No time to look after it for the moment. Guenther (This used to be commit 7ec2b31a8790db1466ffafeab533c11ab7ea801a) --- source3/nsswitch/winbindd_ads.c | 4 ---- 1 file changed, 4 deletions(-) (limited to 'source3/nsswitch/winbindd_ads.c') diff --git a/source3/nsswitch/winbindd_ads.c b/source3/nsswitch/winbindd_ads.c index 721c345aa5..179659f86f 100644 --- a/source3/nsswitch/winbindd_ads.c +++ b/source3/nsswitch/winbindd_ads.c @@ -59,11 +59,7 @@ static ADS_STRUCT *ads_cached_connection(struct winbindd_domain *domain) } /* we don't want this to affect the users ccache */ -#ifdef WITH_KCM - setenv("KRB5CCNAME", "KCM:SYSTEM", 1); -#else setenv("KRB5CCNAME", "MEMORY:winbind_ccache", 1); -#endif ads = ads_init(domain->alt_name, domain->name, NULL); if (!ads) { -- cgit