Add ciphertext to ticket data structures

This commit is contained in:
John E. Rollinson 2017-01-29 09:39:12 +09:00
parent 572c9b49fd
commit 832f6d34b4
2 changed files with 3 additions and 0 deletions

View file

@ -3955,6 +3955,8 @@ export {
service_name : string;
## Cipher the ticket was encrypted with
cipher : count;
## Cipher text of the ticket
ciphertext : string &optional;
};
type KRB::Ticket_Vector: vector of KRB::Ticket;