From be254eb13c4bf316823ed43db3ef9407f45ca23b Mon Sep 17 00:00:00 2001 From: Andrew Tridgell Date: Mon, 10 Dec 2001 22:10:31 +0000 Subject: [PATCH] moved ccache location change into winbindd code --- source/libads/kerberos.c | 8 -------- 1 file changed, 8 deletions(-) diff --git a/source/libads/kerberos.c b/source/libads/kerberos.c index 64eca2c8c4d..8fcc32b3639 100644 --- a/source/libads/kerberos.c +++ b/source/libads/kerberos.c @@ -85,14 +85,6 @@ int ads_kinit_password(ADS_STRUCT *ads) { char *s; int ret; - char *ccache; - - ccache = lock_path("winbindd_ccache"); - - /* we don't want this to affect the users ccache */ - setenv("KRB5CCNAME", ccache, 1); - - unlink(ccache); if (!ads->user_name) { /* by default use the machine account */