Fix location of nss_wrapper.pl script.
authorJelmer Vernooij <jelmer@samba.org>
Thu, 18 Sep 2008 13:16:48 +0000 (15:16 +0200)
committerJelmer Vernooij <jelmer@samba.org>
Thu, 18 Sep 2008 13:16:48 +0000 (15:16 +0200)
source3/script/tests/selftest.sh

index 15e48b00efbc466c09dc859357d7ba80de3f2945..0894b2507dc2b4f33c1997a18fdfca56726c052d 100755 (executable)
@@ -166,9 +166,9 @@ cat >$SERVERCONFFILE<<EOF
        domain logons = yes
        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 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
+       add user script = $PERL $SRCDIR/../lib/nss_wrapper/nss_wrapper.pl --path $NSS_WRAPPER_PASSWD --type passwd --action add --name %u
+       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
 
        kernel oplocks = no
        kernel change notify = no