summaryrefslogtreecommitdiff
path: root/source4/torture/rpc
diff options
context:
space:
mode:
authorAndrew Bartlett <abartlet@samba.org>2008-03-14 10:11:03 +1100
committerAndrew Bartlett <abartlet@samba.org>2008-03-14 10:11:03 +1100
commit39f03829a626388e8396a14c265d2f95520b0e98 (patch)
treeae1163b4be2637564ba0573a8e1fa18c6ec25bef /source4/torture/rpc
parentbd614d28d48a187adcafffd301b0f70c154f4d38 (diff)
downloadsamba-39f03829a626388e8396a14c265d2f95520b0e98.tar.gz
samba-39f03829a626388e8396a14c265d2f95520b0e98.tar.bz2
samba-39f03829a626388e8396a14c265d2f95520b0e98.zip
Check for Administrator as a Alias (copy&paste bug)
Andrew Bartlett (This used to be commit e7afb31df1f12a3cd39ed9b95d76edc6ff0d6a70)
Diffstat (limited to 'source4/torture/rpc')
-rw-r--r--source4/torture/rpc/lsa.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source4/torture/rpc/lsa.c b/source4/torture/rpc/lsa.c
index 60d022fbea..04d13a97c1 100644
--- a/source4/torture/rpc/lsa.c
+++ b/source4/torture/rpc/lsa.c
@@ -295,8 +295,8 @@ static bool test_LookupNames_wellknown(struct dcerpc_pipe *p,
ret &= test_LookupNames(p, mem_ctx, handle, &tnames);
name.name.string = "BUILTIN\\Administrators";
- ret &= test_LookupNames(p, mem_ctx, handle, &tnames);
name.sid_type = SID_NAME_ALIAS;
+ ret &= test_LookupNames(p, mem_ctx, handle, &tnames);
name.name.string = "SYSTEM";
name.sid_type = SID_NAME_WKN_GRP;