mirror of
https://github.com/samba-team/samba.git
synced 2025-01-11 05:18:09 +03:00
selftest: Prime the netlogon cache during test_idmap_rfc2307
This ensures that the group memberships just created are reflected in the test comparison. Otherwise we are trusting that no caches are primed, which is simply not safe in a test. (The login will put a list of groups, as obtained by the login over NETLOGON or via the PAC, into the samlogon cache). Signed-off-by: Andrew Bartlett <abartlet@samba.org> Reviewed-by: Stefan Metzmacher <metze@samba.org> Autobuild-User(master): Stefan Metzmacher <metze@samba.org> Autobuild-Date(master): Sun Jul 2 21:59:18 CEST 2017 on sn-devel-144
This commit is contained in:
parent
eb26522a52
commit
0cfef7f50e
@ -185,6 +185,12 @@ testit "Count number of valid sids found" \
|
||||
test ${NUM_VALID_SIDS} = ${NUMGROUPS} ||
|
||||
failed=$(expr $failed + 1)
|
||||
|
||||
# Prime the cache so we test idmap, not the harder problem of
|
||||
# consistent group memberships for users without a login.
|
||||
|
||||
testit "Authenticate the user to prime the netlogon cache" \
|
||||
$wbinfo -a $DOMAIN/$DC_USERNAME%$DC_PASSWORD || failed=$(expr $failed + 1)
|
||||
|
||||
# Test whether wbinfo -r shows all groups
|
||||
|
||||
EXPECTED_USERGROUPS="1000000/1000001/2000002/"
|
||||
|
Loading…
Reference in New Issue
Block a user