diff options
author | Andrew Tridgell <tridge@samba.org> | 2004-04-22 07:28:18 +0000 |
---|---|---|
committer | Gerald (Jerry) Carter <jerry@samba.org> | 2007-10-10 12:51:33 -0500 |
commit | 1325dea8ec34bb77780f5cb9a0437ee17631b575 (patch) | |
tree | 2d489a7a6dff5323680eb9468f8b677f56c51c83 /source4/librpc | |
parent | 45b57a8b38cca2043cc8420a1b88da9b55183944 (diff) | |
download | samba-1325dea8ec34bb77780f5cb9a0437ee17631b575.tar.gz samba-1325dea8ec34bb77780f5cb9a0437ee17631b575.tar.bz2 samba-1325dea8ec34bb77780f5cb9a0437ee17631b575.zip |
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)
Diffstat (limited to 'source4/librpc')
-rw-r--r-- | source4/librpc/idl/samr.idl | 4 |
1 files changed, 2 insertions, 2 deletions
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 |