summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrew Tridgell <tridge@samba.org>2001-12-10 22:10:31 +0000
committerAndrew Tridgell <tridge@samba.org>2001-12-10 22:10:31 +0000
commitbe254eb13c4bf316823ed43db3ef9407f45ca23b (patch)
treee59a94ddfb0d20b9ea59e6ee4b3e8fbf70d7cf9c
parent24aa09ff3dd128c6f12b4cb072943ff668a29a67 (diff)
downloadsamba-be254eb13c4bf316823ed43db3ef9407f45ca23b.tar.gz
moved ccache location change into winbindd code
-rw-r--r--source/libads/kerberos.c8
1 files changed, 0 insertions, 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 */