1
0
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:
Günther Deschner 2008-06-25 00:29:06 +02:00
parent b47899195e
commit 7020a5bd6e

View File

@ -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 */
/*******************************************/