From 27b1dbaea64e02eccf07ff6643bffc2991264533 Mon Sep 17 00:00:00 2001 From: Andrew Tridgell Date: Sun, 23 Nov 2003 21:51:24 +0000 Subject: * better diagnostics in ndrdump * added samr_Connect2() (This used to be commit 6b262ca37ca3fc0e3210b4379b2d9e46e1a2d336) --- source4/librpc/idl/samr.idl | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'source4/librpc/idl') 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 */ -- cgit