s3-selftest: fix typo.
authorGünther Deschner <gd@samba.org>
Mon, 25 May 2009 13:55:26 +0000 (15:55 +0200)
committerGünther Deschner <gd@samba.org>
Mon, 25 May 2009 13:56:47 +0000 (15:56 +0200)
Guenther

source3/script/tests/selftest.sh

index 1e84d1c0b8312844a68cbf90697d77e5e16aacd2..1f3ad761b21757d0c31bd949f046e4aaa001de50 100755 (executable)
@@ -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