diff options
author | Günther Deschner <gd@samba.org> | 2010-05-07 19:26:43 +0200 |
---|---|---|
committer | Günther Deschner <gd@samba.org> | 2010-05-10 21:30:27 +0200 |
commit | 732a132c4f9699de629d3d12a14b4345ac51fb9a (patch) | |
tree | 86aa9c4cbfcbb8a39cccc2f07b27f429262bc4cc /librpc | |
parent | 0085a3bd2e60cc6c539259d8d83e97e852ef5e52 (diff) | |
download | samba-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.idl | 8 |
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 */ |