selftest: fix SID composition in a test script
authorRalph Boehme <slow@samba.org>
Wed, 5 Apr 2017 09:13:43 +0000 (11:13 +0200)
committerVolker Lendecke <vl@samba.org>
Wed, 5 Apr 2017 15:59:32 +0000 (17:59 +0200)
Signed-off-by: Ralph Boehme <slow@samba.org>
Reviewed-by: Volker Lendecke <vl@samba.org>
Autobuild-User(master): Volker Lendecke <vl@samba.org>
Autobuild-Date(master): Wed Apr  5 17:59:32 CEST 2017 on sn-devel-144

nsswitch/tests/test_idmap_nss.sh

index 999bccb68ef00773f1af4a3de8c8f4fb87eaa238..5072a0df72cb8212e548b118db23748e50c7d129 100755 (executable)
@@ -22,7 +22,7 @@ RID=66666
 while true ; do
     id $RID
     if [ $? -ne 0 ] ; then
-       $wbinfo -s $DOMAIN_SID\\$RID
+       $wbinfo -s $DOMAIN_SID-$RID
        if [ $? -ne 0 ] ; then
            break
        fi