The branch, master has been updated
       via  4258750e4f112040b3537c2c479f62b6e59b32e3 (commit)
      from  3111d78001f458cfcaf81123a1d1c23d5927a6c2 (commit)

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


- Log -----------------------------------------------------------------
commit 4258750e4f112040b3537c2c479f62b6e59b32e3
Author: Günther Deschner <g...@samba.org>
Date:   Mon May 25 15:55:26 2009 +0200

    s3-selftest: fix typo.
    
    Guenther

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

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


Changeset truncated at 500 lines:

diff --git a/source3/script/tests/selftest.sh b/source3/script/tests/selftest.sh
index 1e84d1c..1f3ad76 100755
--- a/source3/script/tests/selftest.sh
+++ b/source3/script/tests/selftest.sh
@@ -217,10 +217,10 @@ cat >$SERVERCONFFILE<<EOF
        time server = yes
 
        add user script = $PERL $SRCDIR/../lib/nss_wrapper/nss_wrapper.pl 
--path $NSS_WRAPPER_PASSWD --type passwd --action add --name %u
-       add group script = $PERL $SRCDIR/../lib/nss_wrapper/nss_wrapper_pl 
--path $NSS_WRAPPER_GROUP --type group --action add --name %g
+       add group script = $PERL $SRCDIR/../lib/nss_wrapper/nss_wrapper.pl 
--path $NSS_WRAPPER_GROUP --type group --action add --name %g
        add machine script = $PERL $SRCDIR/../lib/nss_wrapper/nss_wrapper.pl 
--path $NSS_WRAPPER_PASSWD --type passwd --action add --name %u
        delete user script = $PERL $SRCDIR/../lib/nss_wrapper/nss_wrapper.pl 
--path $NSS_WRAPPER_PASSWD --type passwd --action delete --name %u
-       delete group script = $PERL $SRCDIR/../lib/nss_wrapper/nss_wrapper_pl 
--path $NSS_WRAPPER_GROUP --type group --action delete --name %g
+       delete group script = $PERL $SRCDIR/../lib/nss_wrapper/nss_wrapper.pl 
--path $NSS_WRAPPER_GROUP --type group --action delete --name %g
 
        kernel oplocks = no
        kernel change notify = no


-- 
Samba Shared Repository

Reply via email to