diff options
author | Günther Deschner <gd@samba.org> | 2008-02-17 02:50:11 +0100 |
---|---|---|
committer | Günther Deschner <gd@samba.org> | 2008-02-17 02:50:11 +0100 |
commit | 95b6f33da6277e3a3a8114f31cbe150524c4a7a8 (patch) | |
tree | 8317cee1d8928fcfbba1419caac4f09de0483fbd /source3/rpc_client | |
parent | 41e93135cf23e86660ec64430b8765c405505c08 (diff) | |
download | samba-95b6f33da6277e3a3a8114f31cbe150524c4a7a8.tar.gz samba-95b6f33da6277e3a3a8114f31cbe150524c4a7a8.tar.bz2 samba-95b6f33da6277e3a3a8114f31cbe150524c4a7a8.zip |
Remove unused marshalling for NET_SAM_LOGON_EX and finally NET_USER_INFO_3.
Guenther
(This used to be commit ead1f11dd21b1df9a595295b3513c5f6088397c9)
Diffstat (limited to 'source3/rpc_client')
-rw-r--r-- | source3/rpc_client/init_netlogon.c | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/source3/rpc_client/init_netlogon.c b/source3/rpc_client/init_netlogon.c index f63c54999f..62f1fac626 100644 --- a/source3/rpc_client/init_netlogon.c +++ b/source3/rpc_client/init_netlogon.c @@ -158,6 +158,17 @@ void init_netr_IdentityInfo(struct netr_IdentityInfo *r, /******************************************************************* inits a structure. + This is a network logon packet. The log_id parameters + are what an NT server would generate for LUID once the + user is logged on. I don't think we care about them. + + Note that this has no access to the NT and LM hashed passwords, + so it forwards the challenge, and the NT and LM responses (24 + bytes each) over the secure channel to the Domain controller + for it to say yea or nay. This is the preferred method of + checking for a logon as it doesn't export the password + hashes to anyone who has compromised the secure channel. JRA. + ********************************************************************/ void init_netr_NetworkInfo(struct netr_NetworkInfo *r, |