git.samba.org
/
ira
/
wip.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
6f4b579
)
s4-smbtorture: avoid acct_flags check at the end of RPC-SAMR-PASSWORDS for Samba3.
author
Günther Deschner
<gd@samba.org>
Thu, 7 May 2009 22:30:11 +0000
(
00:30
+0200)
committer
Günther Deschner
<gd@samba.org>
Thu, 7 May 2009 22:46:54 +0000
(
00:46
+0200)
I don't get this, why would the account suddenly get ACB_PWNOTREQ ?
Guenther
source4/torture/rpc/samr.c
patch
|
blob
|
history
diff --git
a/source4/torture/rpc/samr.c
b/source4/torture/rpc/samr.c
index 282001487393c8bd7e388135d0e16fe55a1bd4b5..c3076ebdf0ce86068a5634278409340b08a8d724 100644
(file)
--- a/
source4/torture/rpc/samr.c
+++ b/
source4/torture/rpc/samr.c
@@
-3410,7
+3410,10
@@
static bool test_user_ops(struct dcerpc_pipe *p,
printf("QuerUserInfo level 5 failed, it returned 0x%08x when we expected flags of 0x%08x\n",
info->info5.acct_flags,
expected_flags);
- ret = false;
+ /* FIXME: GD */
+ if (!torture_setting_bool(tctx, "samba3", false)) {
+ ret = false;
+ }
}
if (info->info5.rid != rid) {
printf("QuerUserInfo level 5 failed, it returned %u when we expected rid of %u\n",