mirror of
https://github.com/samba-team/samba.git
synced 2024-12-22 13:34:15 +03:00
nsswitch: Add a test looking up domain sid
BUG: https://bugzilla.samba.org/show_bug.cgi?id=13369 Signed-off-by: Andreas Schneider <asn@samba.org> Reviewed-by: Stefan Metzmacher <metze@samba.org>
This commit is contained in:
parent
0d2f743d82
commit
0aceca6a94
@ -23,6 +23,10 @@ testit "name-to-sid.single-separator" \
|
||||
$wbinfo -n $DOMAIN/$DC_USERNAME || \
|
||||
failed=$(expr $failed + 1)
|
||||
|
||||
testit "name-to-sid.at_domain" \
|
||||
$wbinfo -n $DOMAIN/ || \
|
||||
failed=$(expr $failed + 1)
|
||||
|
||||
testit "name-to-sid.upn" \
|
||||
$wbinfo -n $DC_USERNAME@$REALM || \
|
||||
failed=$(expr $failed + 1)
|
||||
|
Loading…
Reference in New Issue
Block a user