mirror of
https://github.com/samba-team/samba.git
synced 2025-02-03 13:47:25 +03:00
s3-rap: fix cli_oem_change_password() and give room for the convert reply word.
Any servers I could find so far return it. Guenther
This commit is contained in:
parent
99a7ebc556
commit
70f707c219
@ -500,7 +500,7 @@ bool cli_oem_change_password(struct cli_state *cli, const char *user, const char
|
||||
PIPE_LANMAN, /* name */
|
||||
0,0, /* fid, flags */
|
||||
NULL,0,0, /* setup, length, max */
|
||||
param,param_len,2, /* param, length, max */
|
||||
param,param_len,4, /* param, length, max */
|
||||
(char *)data,data_len,0 /* data, length, max */
|
||||
) == False) {
|
||||
DEBUG(0,("cli_oem_change_password: Failed to send password change for user %s\n",
|
||||
|
Loading…
x
Reference in New Issue
Block a user