mirror of
https://github.com/samba-team/samba.git
synced 2025-03-27 22:50:26 +03:00
s3: No value change, just use the correct enum value
Autobuild-User: Volker Lendecke <vlendec@samba.org> Autobuild-Date: Fri Jan 6 16:33:42 CET 2012 on sn-devel-104
This commit is contained in:
parent
fd69ebda26
commit
487c9d3b83
@ -1946,7 +1946,7 @@ static int winbind_chauthtok_request(struct pwb_context *ctx,
|
||||
}
|
||||
|
||||
params.account_name = user;
|
||||
params.level = WBC_AUTH_USER_LEVEL_PLAIN;
|
||||
params.level = WBC_CHANGE_PASSWORD_LEVEL_PLAIN;
|
||||
params.old_password.plaintext = oldpass;
|
||||
params.new_password.plaintext = newpass;
|
||||
params.flags = flags;
|
||||
|
Loading…
x
Reference in New Issue
Block a user