From 93d2e91b901a2fea3ea87667fbb2e609029ae2c5 Mon Sep 17 00:00:00 2001 From: Günther Deschner Date: Thu, 6 May 2010 18:08:41 +0200 Subject: rap: add rap_NetUserPasswordSet2() to IDL. Guenther --- librpc/idl/rap.idl | 10 ++++++++++ 1 file changed, 10 insertions(+) (limited to 'librpc/idl/rap.idl') diff --git a/librpc/idl/rap.idl b/librpc/idl/rap.idl index 604ed64904..8ab9fd21fe 100644 --- a/librpc/idl/rap.idl +++ b/librpc/idl/rap.idl @@ -754,6 +754,16 @@ interface rap [out,switch_is(level)] rap_printdest_info info ); + [public] void rap_NetUserPasswordSet2( + [in] astring UserName, + [in] [charset(DOS)] uint8 OldPassword[16], + [in] [charset(DOS)] uint8 NewPassword[16], + [in] uint16 EncryptedPassword, + [in] uint16 RealPasswordLength, + [out] rap_status status, + [out] uint16 convert + ); + /* Parameter description strings for RAP calls */ /* Names are defined name for RAP call with _REQ */ -- cgit