From 3d27d7b9f79d530d7652106332a21e3595b7c812 Mon Sep 17 00:00:00 2001 From: Andrew Tridgell Date: Mon, 10 Dec 2001 22:10:31 +0000 Subject: moved ccache location change into winbindd code (This used to be commit be254eb13c4bf316823ed43db3ef9407f45ca23b) --- source3/libads/kerberos.c | 8 -------- 1 file changed, 8 deletions(-) (limited to 'source3') diff --git a/source3/libads/kerberos.c b/source3/libads/kerberos.c index 64eca2c8c4..8fcc32b363 100644 --- a/source3/libads/kerberos.c +++ b/source3/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 */ -- cgit