1
0
mirror of https://github.com/samba-team/samba.git synced 2025-02-25 17:57:42 +03:00

netlogon.idl: mark session keys with NDR_SECRET

Signed-off-by: Ralph Boehme <slow@samba.org>
Reviewed-by: Andreas Schneider <asn@samba.org>
This commit is contained in:
Ralph Boehme 2017-07-03 12:38:22 +02:00
parent 492930779a
commit 4be4f4b3a3

View File

@ -231,11 +231,11 @@ interface netlogon
uint32 primary_gid;
samr_RidWithAttributeArray groups;
netr_UserFlags user_flags;
netr_UserSessionKey key;
[flag(NDR_SECRET)] netr_UserSessionKey key;
lsa_StringLarge logon_server;
lsa_StringLarge logon_domain;
dom_sid2 *domain_sid;
netr_LMSessionKey LMSessKey;
[flag(NDR_SECRET)] netr_LMSessionKey LMSessKey;
samr_AcctFlags acct_flags;
uint32 sub_auth_status;
NTTIME last_successful_logon;