From 1325dea8ec34bb77780f5cb9a0437ee17631b575 Mon Sep 17 00:00:00 2001 From: Andrew Tridgell Date: Thu, 22 Apr 2004 07:28:18 +0000 Subject: r326: tweaks to the RPC-SAMR test code to allow win2003 to pass the test (for example, not filling in extra fields in level21 setuserinfo) (This used to be commit d06ed158f9aef94159bfc09065ca5ad0c4c99de3) --- source4/librpc/idl/samr.idl | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'source4/librpc') diff --git a/source4/librpc/idl/samr.idl b/source4/librpc/idl/samr.idl index a5461705ec..8f8a96a819 100644 --- a/source4/librpc/idl/samr.idl +++ b/source4/librpc/idl/samr.idl @@ -824,7 +824,7 @@ /* Function 0x2a */ /* - w2k3 return NT_STATUS_NOT_IMPLEMENTED for this + w2k3 returns NT_STATUS_NOT_IMPLEMENTED for this */ NTSTATUS samr_TestPrivateFunctionsDomain( [in,ref] policy_handle *handle @@ -835,7 +835,7 @@ /* Function 0x2b */ /* - w2k3 return NT_STATUS_NOT_IMPLEMENTED for this + w2k3 returns NT_STATUS_NOT_IMPLEMENTED for this */ NTSTATUS samr_TestPrivateFunctionsUser( [in,ref] policy_handle *handle -- cgit