diff options
author | Günther Deschner <gd@samba.org> | 2011-03-17 21:52:20 +0100 |
---|---|---|
committer | Günther Deschner <gd@samba.org> | 2011-03-18 01:24:06 +0100 |
commit | dd5460c2e5f8c074bffdd45314fea506d7dbbc8a (patch) | |
tree | b71e1d2542fd5851d57adb3c86d614580cc4d90e /librpc/idl/rap.idl | |
parent | 40398acf75d5de3c69aaed56eddc1c1cbde5b3ca (diff) | |
download | samba-dd5460c2e5f8c074bffdd45314fea506d7dbbc8a.tar.gz samba-dd5460c2e5f8c074bffdd45314fea506d7dbbc8a.tar.xz samba-dd5460c2e5f8c074bffdd45314fea506d7dbbc8a.zip |
rap: add rap_NetUserAdd IDL.
Guenther
Diffstat (limited to 'librpc/idl/rap.idl')
-rw-r--r-- | librpc/idl/rap.idl | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/librpc/idl/rap.idl b/librpc/idl/rap.idl index 7e3698a054..3de48bd23c 100644 --- a/librpc/idl/rap.idl +++ b/librpc/idl/rap.idl @@ -937,6 +937,17 @@ interface rap [out,switch_is(level)] rap_session_info info[count] ); + /* not documented in MS-RAP */ + [public] void rap_NetUserAdd( + [in] uint16 level, + [in] uint16 bufsize, + [in] uint16 pwdlength, + [in] uint16 unknown, + [in,switch_is(level)] rap_netuser_info info, + [out] rap_status status, + [out] uint16 convert + ); + /* Parameter description strings for RAP calls */ /* Names are defined name for RAP call with _REQ */ /* appended to end. */ |