summaryrefslogtreecommitdiff
path: root/source3/libads/kerberos.c
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
commit3d27d7b9f79d530d7652106332a21e3595b7c812 (patch)
tree341d8a25941e5a1b11b9f30b4e9da71589884273 /source3/libads/kerberos.c
parent273deacb32325369bcaebab384fe6072b0893959 (diff)
downloadsamba-3d27d7b9f79d530d7652106332a21e3595b7c812.tar.gz
samba-3d27d7b9f79d530d7652106332a21e3595b7c812.tar.bz2
samba-3d27d7b9f79d530d7652106332a21e3595b7c812.zip
moved ccache location change into winbindd code
(This used to be commit be254eb13c4bf316823ed43db3ef9407f45ca23b)
Diffstat (limited to 'source3/libads/kerberos.c')
-rw-r--r--source3/libads/kerberos.c8
1 files changed, 0 insertions, 8 deletions
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 */