[1680] in Kerberos-V5-bugs
appl/bsd/login.c smashes TZ environment variable
daemon@ATHENA.MIT.EDU (epeisach@MIT.EDU)
Sat Oct 21 17:09:57 1995
From: epeisach@MIT.EDU
Date: Sat, 21 Oct 1995 17:09:47 -0400
To: krb5-bugs@MIT.EDU
The dejagnu tests fail on the SGI as TZ is set by init and expected to
be inheritedt by all child processes.
In login.krb5, all environment variables are nuked
so you get
FAIL: date
problems...
What is needed is to save the TZ environment variable (if set) and reset
it later.
The KRB5_CCACHE variable would be another good one that would elegible
so that forwarded tickets were easilly referenced.