mirror of
https://github.com/samba-team/samba.git
synced 2025-02-04 17:47:26 +03:00
r7986: Fix the compile, thanks to HotaruT.
This won't actually work until I get the keyblock filled in again, but at least it will compile. I first need to decide if we want to keep the server-side gensec_krb5 code at all, now we have the GSSAPI layer doing what we want. Andrew Bartlett (This used to be commit 28e49de9293002ee89f0666144c9028daefdde88)
This commit is contained in:
parent
5daf957362
commit
cbbe4e816c
@ -444,7 +444,7 @@ static NTSTATUS gensec_krb5_session_info(struct gensec_security *gensec_security
|
||||
|
||||
/* decode and verify the pac */
|
||||
nt_status = kerberos_decode_pac(gensec_krb5_state, &logon_info, gensec_krb5_state->pac,
|
||||
gensec_krb5_state);
|
||||
gensec_krb5_state->smb_krb5_context, &(gensec_krb5_state->keyblock));
|
||||
|
||||
/* IF we have the PAC - otherwise we need to get this
|
||||
* data from elsewere - local ldb, or (TODO) lookup of some
|
||||
|
Loading…
x
Reference in New Issue
Block a user