modified smbd/msrpc credential transfer system. user session key
authorLuke Leighton <lkcl@samba.org>
Tue, 11 Jan 2000 02:00:31 +0000 (02:00 +0000)
committerLuke Leighton <lkcl@samba.org>
Tue, 11 Jan 2000 02:00:31 +0000 (02:00 +0000)
commit8433aa437990357a327dbed19afc8033a1ed9be4
treecdbd416168b095f6e31ce557eb89f4e7221dbd14
parent0af00edf672eda7556f12745c80873376b85676f
modified smbd/msrpc credential transfer system.  user session key
is *missing* from samba cvs main, therefore it is set to all zeros.
this will cause, amongst other things, administrator-changing-user-passwords,
and setting up new accounts, to fail, as the user's password can only be
decoded with the session key (in this case, the administrator's usr sess key).

it's never a perfect world, is it?
(This used to be commit 3362fcdfa492cfd1d9d4ec35ef2108192302b984)
source3/include/rpc_creds.h
source3/rpc_parse/parse_creds.c
source3/rpc_server/srv_pipe_hnd.c