[SCM] Samba Shared Repository - branch master updated

Volker Lendecke vlendec at samba.org
Wed Apr 5 16:00:03 UTC 2017


The branch, master has been updated
       via  78403a8 selftest: fix SID composition in a test script
      from  f1e3c8e rpcclient: allow -U'OTHERDOMAIN\user' again

https://git.samba.org/?p=samba.git;a=shortlog;h=master


- Log -----------------------------------------------------------------
commit 78403a8a71d47142568f88586d26afd89c2fdec1
Author: Ralph Boehme <slow at samba.org>
Date:   Wed Apr 5 11:13:43 2017 +0200

    selftest: fix SID composition in a test script
    
    Signed-off-by: Ralph Boehme <slow at samba.org>
    Reviewed-by: Volker Lendecke <vl at samba.org>
    
    Autobuild-User(master): Volker Lendecke <vl at samba.org>
    Autobuild-Date(master): Wed Apr  5 17:59:32 CEST 2017 on sn-devel-144

-----------------------------------------------------------------------

Summary of changes:
 nsswitch/tests/test_idmap_nss.sh | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)


Changeset truncated at 500 lines:

diff --git a/nsswitch/tests/test_idmap_nss.sh b/nsswitch/tests/test_idmap_nss.sh
index 999bccb..5072a0d 100755
--- a/nsswitch/tests/test_idmap_nss.sh
+++ b/nsswitch/tests/test_idmap_nss.sh
@@ -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


-- 
Samba Shared Repository



More information about the samba-cvs mailing list