From: Günther Deschner Date: Tue, 24 Jun 2008 22:29:06 +0000 (+0200) Subject: netapi: add NetUserChangePassword() to IDL. X-Git-Tag: samba-3.3.0pre1~774 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=7020a5bd6e90c178085bb8d04325ac5ba83b4c3d;p=thirdparty%2Fsamba.git netapi: add NetUserChangePassword() to IDL. Guenther --- diff --git a/source/librpc/idl/libnetapi.idl b/source/librpc/idl/libnetapi.idl index 07b640d841b..c260b3018fa 100644 --- a/source/librpc/idl/libnetapi.idl +++ b/source/librpc/idl/libnetapi.idl @@ -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 */ /*******************************************/