diff options
Diffstat (limited to 'source3/librpc/idl/libnetapi.idl')
-rw-r--r-- | source3/librpc/idl/libnetapi.idl | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/source3/librpc/idl/libnetapi.idl b/source3/librpc/idl/libnetapi.idl index 07b640d841..c260b3018f 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 */ /*******************************************/ |