diff options
author | Andrew Bartlett <abartlet@samba.org> | 2007-05-29 13:06:08 +0000 |
---|---|---|
committer | Gerald (Jerry) Carter <jerry@samba.org> | 2007-10-10 14:53:03 -0500 |
commit | f1c7d48da03492b902f64950897d2a9d63328bf6 (patch) | |
tree | 57b013a99dcc3812b73318d6b16210e32e22c740 /source4/selftest/selftest.pl | |
parent | 86a4886e393189b7679ec6220d4d59bb6ef1b50e (diff) | |
download | samba-f1c7d48da03492b902f64950897d2a9d63328bf6.tar.gz samba-f1c7d48da03492b902f64950897d2a9d63328bf6.tar.bz2 samba-f1c7d48da03492b902f64950897d2a9d63328bf6.zip |
r23191: Use the new provision-backend script to setup Fedora DS for make test.
OpenLDAP to follow once I get things working...
Andrew Bartlett
(This used to be commit 2cde9eb860fe95b52e7e9300222000a2a1666ca2)
Diffstat (limited to 'source4/selftest/selftest.pl')
-rwxr-xr-x | source4/selftest/selftest.pl | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/source4/selftest/selftest.pl b/source4/selftest/selftest.pl index 263abae363..45e352f731 100755 --- a/source4/selftest/selftest.pl +++ b/source4/selftest/selftest.pl @@ -422,7 +422,7 @@ Target Specific: --expected-failures=FILE specify list of tests that is guaranteed to fail Samba4 Specific: - --ldap=openldap|fedora back smbd onto specified ldap server + --ldap=openldap|fedora-ds back smbd onto specified ldap server Samba3 Specific: --bindir=PATH path to binaries @@ -477,7 +477,7 @@ my $old_pwd = "$RealBin/.."; # Backwards compatibility: if (defined($ENV{TEST_LDAP}) and $ENV{TEST_LDAP} eq "yes") { if (defined($ENV{FEDORA_DS_PREFIX})) { - $ldap = "fedora"; + $ldap = "fedora-ds"; } else { $ldap = "openldap"; } |