diff options
author | Andrew Bartlett <abartlet@samba.org> | 2006-09-13 10:26:32 +0000 |
---|---|---|
committer | Gerald (Jerry) Carter <jerry@samba.org> | 2007-10-10 14:18:33 -0500 |
commit | f425072ed961f8cb832c8515ed71766142f07138 (patch) | |
tree | 19a04ecec5774e3f8f827a94451d8414fb533190 /source4/script/tests/selftest.sh | |
parent | c706319c8f0fe0af828da5f75c2dc673cecadf36 (diff) | |
download | samba-f425072ed961f8cb832c8515ed71766142f07138.tar.gz samba-f425072ed961f8cb832c8515ed71766142f07138.tar.bz2 samba-f425072ed961f8cb832c8515ed71766142f07138.zip |
r18459: Set access to test LDAP server as system to anonymous, but also note
the correct authz-regexp for future use.
Fail to test if slapd fails and TEST_LDAP=yes
(This used to be commit 1daf4e7bd47df4f127447ab9b5d583bbe7b2a10a)
Diffstat (limited to 'source4/script/tests/selftest.sh')
-rwxr-xr-x | source4/script/tests/selftest.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source4/script/tests/selftest.sh b/source4/script/tests/selftest.sh index 8c4c41e197..a6b1cb7fc3 100755 --- a/source4/script/tests/selftest.sh +++ b/source4/script/tests/selftest.sh @@ -63,7 +63,7 @@ incdir=`dirname $ARG0` #Start slapd before smbd if [ x"$TEST_LDAP" = x"yes" ]; then - slapd_start + slapd_start || exit 1; echo -n "LDAP PROVISIONING..." $srcdir/bin/smbscript $srcdir/setup/provision $PROVISION_OPTIONS --ldap-backend=$LDAPI || { echo "LDAP PROVISIONING failed: $srcdir/bin/smbscript $srcdir/setup/provision $PROVISION_OPTIONS --ldap-backend=$LDAPI" |