diff options
author | Andrew Tridgell <tridge@samba.org> | 2001-12-10 22:10:31 +0000 |
---|---|---|
committer | Andrew Tridgell <tridge@samba.org> | 2001-12-10 22:10:31 +0000 |
commit | 3d27d7b9f79d530d7652106332a21e3595b7c812 (patch) | |
tree | 341d8a25941e5a1b11b9f30b4e9da71589884273 /source3/libads | |
parent | 273deacb32325369bcaebab384fe6072b0893959 (diff) | |
download | samba-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')
-rw-r--r-- | source3/libads/kerberos.c | 8 |
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 */ |