Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
ingo Voss
OpenLDAP
Commits
9f26171f
Commit
9f26171f
authored
Dec 30, 2004
by
Pierangelo Masarati
Browse files
allow to select what relays to use
parent
f1427fd8
Changes
1
Hide whitespace changes
Inline
Side-by-side
tests/scripts/test030-relay
View file @
9f26171f
...
...
@@ -23,27 +23,32 @@ fi
echo
""
RELAYS
=
# back-relay
if
test
$BACKRELAY
=
relayno
;
then
echo
"relay backend not available, test skipped"
else
RELAYS
=
"
$RELAYS
relay"
fi
if
test
"x
$RELAYS
"
=
"x"
;
then
RELAYS
=
# back-relay
if
test
$BACKRELAY
=
relayno
;
then
echo
"relay backend not available, test skipped"
else
RELAYS
=
"
${
RELAYS
}
relay "
fi
# back-ldap
if
test
$BACKLDAP
=
ldapno
;
then
echo
"ldap backend not available, test skipped"
else
RELAYS
=
"
$RELAYS
ldap"
# back-ldap
if
test
$BACKLDAP
=
ldapno
;
then
echo
"ldap backend not available, test skipped"
else
RELAYS
=
"
${
RELAYS
}
ldap "
fi
# back-meta
if
test
$BACKMETA
=
metano
;
then
echo
"meta backend not available, test skipped"
else
RELAYS
=
"
${
RELAYS
}
meta "
fi
fi
# back-meta
if
test
$BACKMETA
=
metano
;
then
echo
"meta backend not available, test skipped"
else
RELAYS
=
"
$RELAYS
meta"
fi
echo
"Using
$RELAYS
..."
echo
""
first
=
1
for
RELAY
in
$RELAYS
;
do
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment