mirror of
https://github.com/samba-team/samba.git
synced 2025-07-31 20:22:15 +03:00
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 <slow@samba.org>
Reviewed-by: Jeremy Allison <jra@samba.org>
(cherry picked from commit 8bd5f774fd
)
This commit is contained in:
committed by
Karolin Seeger
parent
1d66d3369d
commit
1a6802ed4c
@ -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()
|
||||
|
||||
|
Reference in New Issue
Block a user