[2474] in Kerberos_V5_Development
Re: Password expiration via a preauth mechanism
daemon@ATHENA.MIT.EDU (Ken Hornstein)
Thu Jul 31 13:21:55 1997
To: krbdev@MIT.EDU
In-Reply-To: Your message of "Thu, 31 Jul 1997 13:01:56 EDT."
<199707311701.NAA12174@dcl.MIT.EDU>
Date: Thu, 31 Jul 1997 13:20:12 -0400
From: Ken Hornstein <kenh@cmf.nrl.navy.mil>
>Yes, but all of the ASN.1 marshalling and unmarshalling is already in
>place. It's simply a matter of filling in the linked list of last_req
>entries in the KDC.
Good point ... I realize that (now :-)).
So, I'm looking at this, and I don't quite understand:
#define KRB5_LRQ_ALL_LAST_TGT 1
#define KRB5_LRQ_ONE_LAST_TGT (-1)
...
What's the difference between LRQ_ALL and LRQ_ONE?
--Ken