diff options
author | Günther Deschner <gd@samba.org> | 2009-06-25 12:00:20 +0200 |
---|---|---|
committer | Günther Deschner <gd@samba.org> | 2009-06-25 12:19:10 +0200 |
commit | f62d9f5b5774c6066229ce029bc7c96f8478a3b1 (patch) | |
tree | c1fbe0affe65047014aeaa5cde5a9cbb927b85fa /source3/include | |
parent | ebf0af0bc7647df3093a2d92767095114512bdd8 (diff) | |
download | samba-f62d9f5b5774c6066229ce029bc7c96f8478a3b1.tar.gz samba-f62d9f5b5774c6066229ce029bc7c96f8478a3b1.tar.bz2 samba-f62d9f5b5774c6066229ce029bc7c96f8478a3b1.zip |
s3-netlogon: fix validation level 2 support in netr_SamLogon and friends.
Guenther
Diffstat (limited to 'source3/include')
-rw-r--r-- | source3/include/proto.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/source3/include/proto.h b/source3/include/proto.h index d55d6c1976..17d754c832 100644 --- a/source3/include/proto.h +++ b/source3/include/proto.h @@ -5605,6 +5605,10 @@ void init_netr_SamInfo3(struct netr_SamInfo3 *r, uint32_t acct_flags, uint32_t sidcount, struct netr_SidAttr *sids); +NTSTATUS serverinfo_to_SamInfo2(struct auth_serversupplied_info *server_info, + uint8_t *pipe_session_key, + size_t pipe_session_key_len, + struct netr_SamInfo2 *sam2); NTSTATUS serverinfo_to_SamInfo3(struct auth_serversupplied_info *server_info, uint8_t *pipe_session_key, size_t pipe_session_key_len, |