mirror of
https://github.com/samba-team/samba.git
synced 2025-08-24 21:49:29 +03:00
idl-pac: add a decoder for the pac info ctr
Pair-Programmed-With: Stefan Metzmacher <metze@samba.org> Pair-Programmed-With: Andrew Bartlett <abartlet@samba.org>
This commit is contained in:
@ -122,6 +122,10 @@ interface krb5pac
|
||||
[in] PAC_LOGON_INFO logon_info
|
||||
);
|
||||
|
||||
void decode_login_info_ctr(
|
||||
[in] PAC_LOGON_INFO_CTR logon_info_ctr
|
||||
);
|
||||
|
||||
void decode_pac_validate(
|
||||
[in] PAC_Validate pac_validate
|
||||
);
|
||||
|
Reference in New Issue
Block a user