diff options
author | Andrew Tridgell <tridge@samba.org> | 2003-11-23 21:51:24 +0000 |
---|---|---|
committer | Andrew Tridgell <tridge@samba.org> | 2003-11-23 21:51:24 +0000 |
commit | 27b1dbaea64e02eccf07ff6643bffc2991264533 (patch) | |
tree | c29400229869335b2812f7686615538c83c010d7 /source4/librpc/idl/samr.idl | |
parent | 3d0e6b3835379d545189563ce25ffe37ed340703 (diff) | |
download | samba-27b1dbaea64e02eccf07ff6643bffc2991264533.tar.gz samba-27b1dbaea64e02eccf07ff6643bffc2991264533.tar.bz2 samba-27b1dbaea64e02eccf07ff6643bffc2991264533.zip |
* better diagnostics in ndrdump
* added samr_Connect2()
(This used to be commit 6b262ca37ca3fc0e3210b4379b2d9e46e1a2d336)
Diffstat (limited to 'source4/librpc/idl/samr.idl')
-rw-r--r-- | source4/librpc/idl/samr.idl | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/source4/librpc/idl/samr.idl b/source4/librpc/idl/samr.idl index 43db18a298..d7ae25a88a 100644 --- a/source4/librpc/idl/samr.idl +++ b/source4/librpc/idl/samr.idl @@ -806,7 +806,11 @@ /************************/ /* Function 0x39 */ - NTSTATUS samr_CONNECT2(); + NTSTATUS samr_Connect2( + [in] unistr *system_name, + [in] uint32 access_mask, + [out,ref] policy_handle *handle + ); /************************/ /* Function 0x3a */ |