From 7020a5bd6e90c178085bb8d04325ac5ba83b4c3d Mon Sep 17 00:00:00 2001 From: =?utf8?q?G=C3=BCnther=20Deschner?= Date: Wed, 25 Jun 2008 00:29:06 +0200 Subject: [PATCH] netapi: add NetUserChangePassword() to IDL. Guenther --- source/librpc/idl/libnetapi.idl | 11 +++++++++++ 1 file changed, 11 insertions(+) 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 */ /*******************************************/ -- 2.47.3