summaryrefslogtreecommitdiff
path: root/nsswitch/tests/test_wbinfo_name_lookup.sh
diff options
context:
space:
mode:
Diffstat (limited to 'nsswitch/tests/test_wbinfo_name_lookup.sh')
-rwxr-xr-xnsswitch/tests/test_wbinfo_name_lookup.sh4
1 files changed, 4 insertions, 0 deletions
diff --git a/nsswitch/tests/test_wbinfo_name_lookup.sh b/nsswitch/tests/test_wbinfo_name_lookup.sh
index a8fd5ec4d99..c1d39c1a602 100755
--- a/nsswitch/tests/test_wbinfo_name_lookup.sh
+++ b/nsswitch/tests/test_wbinfo_name_lookup.sh
@@ -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)