summaryrefslogtreecommitdiff
path: root/source3/nsswitch/winbindd_ads.c
diff options
context:
space:
mode:
authorGünther Deschner <gd@samba.org>2006-03-10 13:36:39 +0000
committerGerald (Jerry) Carter <jerry@samba.org>2007-10-10 11:15:13 -0500
commit14e904fe868eb61e4ce39db14d156f384d086743 (patch)
treef8adc77b63e8094befcf1ddb07833894dd350114 /source3/nsswitch/winbindd_ads.c
parenta2d489c187792cb18685830a8c80dd5bfed6163e (diff)
downloadsamba-14e904fe868eb61e4ce39db14d156f384d086743.tar.gz
samba-14e904fe868eb61e4ce39db14d156f384d086743.tar.bz2
samba-14e904fe868eb61e4ce39db14d156f384d086743.zip
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)
Diffstat (limited to 'source3/nsswitch/winbindd_ads.c')
-rw-r--r--source3/nsswitch/winbindd_ads.c4
1 files changed, 0 insertions, 4 deletions
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) {