summaryrefslogtreecommitdiff
path: root/librpc
diff options
context:
space:
mode:
authorGünther Deschner <gd@samba.org>2010-05-07 19:26:43 +0200
committerGünther Deschner <gd@samba.org>2010-05-10 21:30:27 +0200
commit732a132c4f9699de629d3d12a14b4345ac51fb9a (patch)
tree86aa9c4cbfcbb8a39cccc2f07b27f429262bc4cc /librpc
parent0085a3bd2e60cc6c539259d8d83e97e852ef5e52 (diff)
downloadsamba-732a132c4f9699de629d3d12a14b4345ac51fb9a.tar.gz
samba-732a132c4f9699de629d3d12a14b4345ac51fb9a.tar.bz2
samba-732a132c4f9699de629d3d12a14b4345ac51fb9a.zip
rap: add rap_NetOEMChangePassword() to IDL.
Guenther
Diffstat (limited to 'librpc')
-rw-r--r--librpc/idl/rap.idl8
1 files changed, 8 insertions, 0 deletions
diff --git a/librpc/idl/rap.idl b/librpc/idl/rap.idl
index 8ab9fd21fe..8392c27fcd 100644
--- a/librpc/idl/rap.idl
+++ b/librpc/idl/rap.idl
@@ -764,6 +764,14 @@ interface rap
[out] uint16 convert
);
+ /* not documented in MS-RAP */
+ [public] void rap_NetOEMChangePassword(
+ [in] astring UserName,
+ [in] uint8 crypt_password[516],
+ [in] uint8 password_hash[16],
+ [out] rap_status status,
+ [out] uint16 convert
+ );
/* Parameter description strings for RAP calls */
/* Names are defined name for RAP call with _REQ */