fixed samr_create_user(). we now correctly parse the query and the reply.
authorJean-François Micouleau <jfm@samba.org>
Thu, 28 Sep 2000 17:35:03 +0000 (17:35 +0000)
committerJean-François Micouleau <jfm@samba.org>
Thu, 28 Sep 2000 17:35:03 +0000 (17:35 +0000)
commitb06d83c909e0587accf93e090c62395ff8b1bb87
tree673a6627b0bbf870ff1377a4da0b58081387e9c5
parent1ef79dbcabbe58c1338040eaea9fbcfe3b7ea105
fixed samr_create_user(). we now correctly parse the query and the reply.
And we create the disabled account. That means we can create user and
trust accounts remotely !

ifdef out a return in passdb/smbpass.c. I think I didn't break any
security. Jeremy could you check if I didn't make any mistakes ???

J.F.
(This used to be commit 416be1b64f366c8b859f25856fce2467ec0446d9)
source3/include/rpc_samr_old.h
source3/passdb/smbpass.c
source3/passdb/smbpasschange.c
source3/rpc_parse/parse_samr.c
source3/rpc_server/srv_samr.c