[SCM] Samba Shared Repository - branch master updated - release-4-0-0alpha7-1916-gdf167ee

Günther Deschner gd at samba.org
Sat May 30 07:43:45 GMT 2009


The branch, master has been updated
       via  df167ee7712a9c92fcb6ca1541dc4d1e5d93da02 (commit)
      from  bb9103d9c4cb9d68c36f278ea31be9b8a12063b9 (commit)

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


- Log -----------------------------------------------------------------
commit df167ee7712a9c92fcb6ca1541dc4d1e5d93da02
Author: Günther Deschner <gd at samba.org>
Date:   Sat May 30 02:25:11 2009 +0200

    s3-selftest: Fix invalid /etc/group file used with nss_wrapper.
    
    Found by torture test.
    
    Guenther

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

Summary of changes:
 selftest/target/Samba3.pm        |    1 +
 source3/script/tests/selftest.sh |    1 +
 2 files changed, 2 insertions(+), 0 deletions(-)


Changeset truncated at 500 lines:

diff --git a/selftest/target/Samba3.pm b/selftest/target/Samba3.pm
index 95d2a82..4723fd6 100644
--- a/selftest/target/Samba3.pm
+++ b/selftest/target/Samba3.pm
@@ -542,6 +542,7 @@ $unix_name:x:$unix_uid:$unix_gids[0]:$unix_name gecos:$prefix_abs:/bin/false
 	open(GROUP, ">$nss_wrapper_group") or die("Unable to open $nss_wrapper_group");
 	print GROUP "nobody:x:65533:
 nogroup:x:65534:nobody
+root:x:65532:
 $unix_name-group:x:$unix_gids[0]:
 ";
 	close(GROUP);
diff --git a/source3/script/tests/selftest.sh b/source3/script/tests/selftest.sh
index 956c5af..e387113 100755
--- a/source3/script/tests/selftest.sh
+++ b/source3/script/tests/selftest.sh
@@ -289,6 +289,7 @@ EOF
 cat >$NSS_WRAPPER_GROUP<<EOF
 nobody:x:65533:
 nogroup:x:65534:nobody
+root:x:65532:
 $USERNAME-group:x:$GROUPID:
 EOF
 


-- 
Samba Shared Repository


More information about the samba-cvs mailing list