s4-kerberos: use TZ=GMT when we are invoking krb5 code in helpers
authorAndrew Tridgell <tridge@samba.org>
Wed, 29 Sep 2010 03:43:58 +0000 (20:43 -0700)
committerAndrew Tridgell <tridge@samba.org>
Wed, 29 Sep 2010 03:55:04 +0000 (03:55 +0000)
commit06022dad70ec11ddbedc09a4a1fffe127ced2a06
treedfeb7e1fbfec23319fa752fca850e330714507d8
parent3b0d6fda38749b01d2f8c4ff0ccbfc6ffc7bde49
s4-kerberos: use TZ=GMT when we are invoking krb5 code in helpers

Our helper scripts can fail on Fedora with the PDT timezone (Western
USA). This is the same issue we found with Heimdal earlier today, the
24 second difference between GMT and UTC, but this time in MIT
Kerberos as linked into bind9.

By forcing TZ=GMT in these scripts we avoid the problem

Pair-Programmed-With: Andrew Bartlett <abartlet@samba.org>
source4/scripting/bin/samba_dnsupdate
source4/scripting/bin/samba_spnupdate