]> git.ipfire.org Git - thirdparty/samba.git/commitdiff
netapi: add NetUserChangePassword() to IDL.
authorGünther Deschner <gd@samba.org>
Tue, 24 Jun 2008 22:29:06 +0000 (00:29 +0200)
committerGünther Deschner <gd@samba.org>
Wed, 25 Jun 2008 07:55:11 +0000 (09:55 +0200)
Guenther

source/librpc/idl/libnetapi.idl

index 07b640d841b72edbb678d9001a2ead856e9dc44c..c260b3018fa650179a4aff4066e718876ebf5ee3 100644 (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              */
        /*******************************************/