mirror of
https://github.com/samba-team/samba.git
synced 2025-01-29 21:47:30 +03:00
netapi: add NetUserChangePassword() to IDL.
Guenther
This commit is contained in:
parent
b47899195e
commit
7020a5bd6e
@ -198,6 +198,17 @@ interface libnetapi
|
||||
[in,out,ref] uint32 *resume_handle
|
||||
);
|
||||
|
||||
/*******************************************/
|
||||
/* NetUserChangePassword */
|
||||
/*******************************************/
|
||||
|
||||
[nopush,nopull] NET_API_STATUS NetUserChangePassword(
|
||||
[in] string domain_name,
|
||||
[in] string user_name,
|
||||
[in] string old_password,
|
||||
[in] string new_password
|
||||
);
|
||||
|
||||
/*******************************************/
|
||||
/* NetQueryDisplayInformation */
|
||||
/*******************************************/
|
||||
|
Loading…
x
Reference in New Issue
Block a user