From 7f3d4cc9805bbe2455d663544bbe01bb4b6da09a Mon Sep 17 00:00:00 2001 From: Andrew Tridgell Date: Thu, 27 May 2004 06:27:21 +0000 Subject: r919: - added lsa_QueryInfoPolicy2() to IDL, test suite and server - added lsa_OpenPolicy2() to server - added guid handling in samdb - added a couple more info policy levels in lsa server - added some DNS info in the provisioning template and script With the above changes WinXP professional can join a Samba4 domain (This used to be commit d6dca96352144d6061175c964069ed54d942b9c2) --- source4/librpc/idl/lsa.idl | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) (limited to 'source4/librpc/idl') diff --git a/source4/librpc/idl/lsa.idl b/source4/librpc/idl/lsa.idl index e477ce7054..b9acbfcf10 100644 --- a/source4/librpc/idl/lsa.idl +++ b/source4/librpc/idl/lsa.idl @@ -500,6 +500,13 @@ /* Function: 0x2d */ NTSTATUS UNK_GET_CONNUSER (); + + /**********************/ /* Function: 0x2e */ - NTSTATUS QUERYINFO2 (); + + NTSTATUS lsa_QueryInfoPolicy2( + [in,ref] policy_handle *handle, + [in] uint16 level, + [out,switch_is(level)] lsa_PolicyInformation *info + ); } -- cgit