git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@1432 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
Assar Westerlund
1997-03-14 17:41:23 +00:00
parent bc8e47dbca
commit 8ca8c34b0b

View File

@@ -308,7 +308,7 @@ kerberos4_is(Authenticator *ap, unsigned char *data, int cnt)
struct passwd *pw = getpwnam(UserNameRequested);
if(pw){
sprintf(ts, "%s%d", TKT_ROOT, pw->pw_uid);
setenv("KRBTKFILE", ts);
setenv("KRBTKFILE", ts, 1);
}
Data(ap, KRB_ACCEPT, NULL, 0);
} else {