From 3ff06e993bb2647a041a95b4dd9dce6bd29e6cec 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 (This used to be commit 7020a5bd6e90c178085bb8d04325ac5ba83b4c3d) --- source3/librpc/idl/libnetapi.idl | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/source3/librpc/idl/libnetapi.idl b/source3/librpc/idl/libnetapi.idl index 07b640d841b..c260b3018fa 100644 --- a/source3/librpc/idl/libnetapi.idl +++ b/source3/librpc/idl/libnetapi.idl @@ -199,6 +199,17 @@ interface libnetapi ); /*******************************************/ + /* 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.11.4.GIT