nsswitch: Add a test looking up domain sid
[nivanova/samba-autobuild/.git] / nsswitch / tests / test_wbinfo_name_lookup.sh
index a8fd5ec4d9998faf2772f98a7ca469e2bd39714d..c1d39c1a602a8064bcebe665e56400f180540e52 100755 (executable)
@@ -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)