From 1a6802ed4ce8a247963f2b220dabd0cb4afa124e Mon Sep 17 00:00:00 2001 From: Ralph Boehme Date: Fri, 31 Mar 2017 16:24:05 +0200 Subject: [PATCH] selftest: wbinfo --sids-to-unix-ids tests for wellknown SIDs This test passes even without the fix, as in sids2xids we use the lookupnames just to determine the mapping domain, using the default idmap domain as fallback if that fails. Bug: https://bugzilla.samba.org/show_bug.cgi?id=12727 Signed-off-by: Ralph Boehme Reviewed-by: Jeremy Allison (cherry picked from commit 8bd5f774fdc1f4ea012885262eb0f40640504de8) --- source3/script/tests/test_wbinfo_sids2xids_int.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source3/script/tests/test_wbinfo_sids2xids_int.py b/source3/script/tests/test_wbinfo_sids2xids_int.py index f3dbed8a6ea..3ad3156ea93 100755 --- a/source3/script/tests/test_wbinfo_sids2xids_int.py +++ b/source3/script/tests/test_wbinfo_sids2xids_int.py @@ -29,7 +29,7 @@ domsid = domsid.split(' ')[0] #print domain #print domsid -sids=[ domsid + '-512', 'S-1-5-32-545', domsid + '-513' ] +sids=[ domsid + '-512', 'S-1-5-32-545', domsid + '-513', 'S-1-1-0', 'S-1-3-1', 'S-1-5-1' ] flush_cache()