diff options
author | Günther Deschner <gd@samba.org> | 2009-05-25 15:55:26 +0200 |
---|---|---|
committer | Günther Deschner <gd@samba.org> | 2009-05-25 15:56:47 +0200 |
commit | 4258750e4f112040b3537c2c479f62b6e59b32e3 (patch) | |
tree | 6a9ce4def807ec1b4c28f9f6f30d6fd358c12b30 /source3/script/tests/selftest.sh | |
parent | 3111d78001f458cfcaf81123a1d1c23d5927a6c2 (diff) | |
download | samba-4258750e4f112040b3537c2c479f62b6e59b32e3.tar.gz samba-4258750e4f112040b3537c2c479f62b6e59b32e3.tar.bz2 samba-4258750e4f112040b3537c2c479f62b6e59b32e3.zip |
s3-selftest: fix typo.
Guenther
Diffstat (limited to 'source3/script/tests/selftest.sh')
-rwxr-xr-x | source3/script/tests/selftest.sh | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/source3/script/tests/selftest.sh b/source3/script/tests/selftest.sh index 1e84d1c0b8..1f3ad761b2 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 |