[SCM] Samba Shared Repository - branch master updated - release-4-0-0alpha7-907-g18d475c

Günther Deschner gd at samba.org
Wed Apr 8 09:49:19 GMT 2009


The branch, master has been updated
       via  18d475cea92bd0de2fbb9c3251cb5b768795bce4 (commit)
      from  8e3145e55194cfef56fa792edbed724ef4bf111a (commit)

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


- Log -----------------------------------------------------------------
commit 18d475cea92bd0de2fbb9c3251cb5b768795bce4
Author: Günther Deschner <gd at samba.org>
Date:   Wed Apr 8 10:15:01 2009 +0200

    selftest: add a fake root user to nss_wrapper_passwd in s3.
    
    Needed to make some server calls to get_root_nt_token() succeed.
    make selftest/make test gurus, please check.
    
    Guenther

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

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


Changeset truncated at 500 lines:

diff --git a/selftest/target/Samba3.pm b/selftest/target/Samba3.pm
index 0b176d6..a367214 100644
--- a/selftest/target/Samba3.pm
+++ b/selftest/target/Samba3.pm
@@ -521,6 +521,7 @@ sub provision($$$$$$)
 
 	open(PASSWD, ">$nss_wrapper_passwd") or die("Unable to open $nss_wrapper_passwd");
 	print PASSWD "nobody:x:65534:65533:nobody gecos:$prefix_abs:/bin/false
+root:x:65533:65532:root gecos:$prefix_abs:/bin/false
 $unix_name:x:$unix_uid:$unix_gids[0]:$unix_name gecos:$prefix_abs:/bin/false
 ";
 	close(PASSWD);


-- 
Samba Shared Repository


More information about the samba-cvs mailing list