-
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
2 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -6,7 +6,7 @@ | |
# Author.....: Stefan Oehrli (oes) [email protected] | ||
# Editor.....: Stefan Oehrli | ||
# Date.......: 2023.03.28 | ||
# Version....: v3.0.3 | ||
# Version....: v3.0.2 | ||
# Purpose....: Script to create the OUD instance with EUS context | ||
# using oud-setup. | ||
# Notes......: Will skip oud-proxy-setup if config.ldif already exists | ||
|
@@ -39,7 +39,7 @@ echo "BASEDN : ${BASEDN}" | |
# check mandatory variables | ||
[ -z ${OUD_INSTANCE_HOME} ] && echo "- skip $(basename $0), variable OUD_INSTANCE_HOME not set" && exit | ||
[ -z ${PWD_FILE} ] && echo "- skip $(basename $0), variable PWD_FILE not set" && exit | ||
[ ! -f ${PWD_FILE} ] && echo "- skip $(basename $0), missing password file ${PWD_FILE}" && exit | ||
[ ! -f ${PWD_FILE} ] && echo "- skip $(basename $0), missing password file ${PWD_FILE}" && exit | ||
[ -z ${HOST} ] && echo "- skip $(basename $0), variable HOST not set" && exit | ||
[ -z ${PORT} ] && echo "- skip $(basename $0), variable PORT not set" && exit | ||
[ -z ${PORT_SSL} ] && echo "- skip $(basename $0), variable PORT_SSL not set" && exit | ||
|