r9648: this fixes the krb5 based login with the pac. The key to this whole saga was
authorAndrew Tridgell <tridge@samba.org>
Fri, 26 Aug 2005 11:52:35 +0000 (11:52 +0000)
committerGerald (Jerry) Carter <jerry@samba.org>
Wed, 10 Oct 2007 18:34:37 +0000 (13:34 -0500)
commit7bee374b3ffcdb0424a83f909fe5ad504ea3882e
tree7ad0b82ad9920e90048fca8fcfa7486eaaa76b24
parent4b3e3a9633bf7ce57f537b9897c0e9c613a99f7a
r9648: this fixes the krb5 based login with the pac. The key to this whole saga was
that the logon_time field in the pac must match the authtime field in the ticket we
gave the client in the AS-REP (and thus also the authtime field in the ticket we get
back in the TGS-REQ).

Many thanks to Andrew Bartlett for his patience in showing me the
basic ropes of all this code! This was a joint effort.
source/auth/kerberos/kerberos.h
source/auth/kerberos/kerberos_pac.c
source/heimdal/kdc/kerberos5.c
source/kdc/pac-glue.c
source/kdc/pac-glue.h