mirror of
https://github.com/samba-team/samba.git
synced 2024-12-24 21:34:56 +03:00
Revert "fix for commit d96248a9b4
which broke Heimdal builds"
This does not build.
This reverts commit af736923a5
.
This commit is contained in:
parent
20a1cb1569
commit
1318fe8c60
@ -72,15 +72,9 @@ static bool ads_dedicated_keytab_verify_ticket(krb5_context context,
|
||||
}
|
||||
|
||||
/* Get the key for checking the pac signature */
|
||||
#ifdef HAVE_ETYPE_IN_ENCRYPTEDDATA /* Heimdal */
|
||||
ret = krb5_kt_get_entry(context, keytab, dec_ticket->server,
|
||||
dec_ticket.enc_part.kvno, dec_ticket.enc_part.etype,
|
||||
&kt_entry);
|
||||
#else /* MIT */
|
||||
ret = krb5_kt_get_entry(context, keytab, dec_ticket->server,
|
||||
dec_ticket->enc_part.kvno, dec_ticket->enc_part.enctype,
|
||||
&kt_entry);
|
||||
#endif
|
||||
if (ret) {
|
||||
DEBUG(0, ("krb5_kt_get_entry failed (%s)\n",
|
||||
error_message(ret)));
|
||||
|
Loading…
Reference in New Issue
Block a user