summaryrefslogtreecommitdiff
path: root/source4/selftest/selftest.pl
diff options
context:
space:
mode:
authorAndrew Bartlett <abartlet@samba.org>2007-12-21 02:33:43 -0600
committerStefan Metzmacher <metze@samba.org>2007-12-24 01:50:59 -0600
commit571506e34ef9fbfe16de8ae2a6a39f932fb1b8a9 (patch)
treeea4e7de6543329ed433b3483f1be7e874f80f95d /source4/selftest/selftest.pl
parent758be0eedc8c0a780405a767970417f2c88dde27 (diff)
downloadsamba-571506e34ef9fbfe16de8ae2a6a39f932fb1b8a9.tar.gz
samba-571506e34ef9fbfe16de8ae2a6a39f932fb1b8a9.tar.bz2
samba-571506e34ef9fbfe16de8ae2a6a39f932fb1b8a9.zip
r26556: Make Fedora DS consistant use FEDORA_DS_ROOT, now we use OPENLDAP_ROOT.
Add in another varient to test with in the OpenLDAP module-guessing game, from Howard Chu. Andrew Bartlett (This used to be commit 722d8a56651dfcd246c85904fed0e2aa48086dff)
Diffstat (limited to 'source4/selftest/selftest.pl')
-rwxr-xr-xsource4/selftest/selftest.pl2
1 files changed, 1 insertions, 1 deletions
diff --git a/source4/selftest/selftest.pl b/source4/selftest/selftest.pl
index 8fccb8d4a0..7401205041 100755
--- a/source4/selftest/selftest.pl
+++ b/source4/selftest/selftest.pl
@@ -356,7 +356,7 @@ my $old_pwd = "$RealBin/..";
# Backwards compatibility:
if (defined($ENV{TEST_LDAP}) and $ENV{TEST_LDAP} eq "yes") {
- if (defined($ENV{FEDORA_DS_PREFIX})) {
+ if (defined($ENV{FEDORA_DS_ROOT})) {
$ldap = "fedora-ds";
} else {
$ldap = "openldap";