diff --git a/CHANGELOG.md b/CHANGELOG.md index 5d3d5e8a..1ac1cd4f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -15,6 +15,12 @@ Latest releases are always available via [releases]. ### Fixed +## [3.3.3] - 2023.03.29 + +### Fixed + +- Fix a few issues in *52_remove_unavailable.sh* + ## [3.3.2] - 2023.03.29 ### Fixed diff --git a/VERSION b/VERSION index fd85dffa..f63caa15 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -v3.3.2 \ No newline at end of file +v3.3.3 \ No newline at end of file diff --git a/local/oudbase/bin/oud_backup.sh b/local/oudbase/bin/oud_backup.sh index c0e04858..ca866d7d 100755 --- a/local/oudbase/bin/oud_backup.sh +++ b/local/oudbase/bin/oud_backup.sh @@ -6,7 +6,7 @@ # Author.....: Stefan Oehrli (oes) stefan.oehrli@oradba.ch # Editor.....: Stefan Oehrli # Date.......: 2023.03.29 -# Version....: v3.3.2 +# Version....: v3.3.3 # Purpose....: Bash Script to backup all running OUD Instances # Notes......: This script is mainly used for environment without TVD-Basenv # Reference..: https://github.com/oehrlis/oudbase @@ -21,7 +21,7 @@ # - End of Customization ------------------------------------------------------- # - Default Values ------------------------------------------------------ -VERSION=v3.3.2 +VERSION=v3.3.3 DOAPPEND="TRUE" # enable log file append VERBOSE="FALSE" # enable verbose mode SCRIPT_NAME=$(basename $0) diff --git a/local/oudbase/bin/oud_eusm.sh b/local/oudbase/bin/oud_eusm.sh index 3b9988f6..90e5c904 100755 --- a/local/oudbase/bin/oud_eusm.sh +++ b/local/oudbase/bin/oud_eusm.sh @@ -6,7 +6,7 @@ # Author.....: Stefan Oehrli (oes) stefan.oehrli@oradba.ch # Editor.....: Stefan Oehrli # Date.......: 2023.03.29 -# Version....: v3.3.2 +# Version....: v3.3.3 # Purpose....: Shell script for EUS admin tool (command line) # Notes......: This script is mainly used for environment without TVD-Basenv # Reference..: https://github.com/oehrlis/oudbase @@ -18,7 +18,7 @@ # ------------------------------------------------------------------------------ # - Default Values ------------------------------------------------------ -VERSION=v3.3.2 +VERSION=v3.3.3 JRE_HOME=$JAVA_HOME/jre/ EUSMLIBDIR=$ORACLE_BASE/local/oudbase/lib ORACLEPKI=$ORACLE_HOME/oracle_common/modules/oracle.pki/oraclepki.jar diff --git a/local/oudbase/bin/oud_export.sh b/local/oudbase/bin/oud_export.sh index a0527320..4a4508a0 100755 --- a/local/oudbase/bin/oud_export.sh +++ b/local/oudbase/bin/oud_export.sh @@ -6,7 +6,7 @@ # Author.....: Stefan Oehrli (oes) stefan.oehrli@oradba.ch # Editor.....: Stefan Oehrli # Date.......: 2023.03.29 -# Version....: v3.3.2 +# Version....: v3.3.3 # Purpose....: Bash Script to export all running OUD Instances # Notes......: This script is mainly used for environment without TVD-Basenv # Reference..: https://github.com/oehrlis/oudbase @@ -21,7 +21,7 @@ # - End of Customization ------------------------------------------------------- # - Default Values ------------------------------------------------------ -VERSION=v3.3.2 +VERSION=v3.3.3 DOAPPEND="TRUE" # enable log file append VERBOSE="FALSE" # enable verbose mode SCRIPT_NAME=$(basename $0) diff --git a/local/oudbase/bin/oud_functions.sh b/local/oudbase/bin/oud_functions.sh index c0cb4de7..0335b0e2 100755 --- a/local/oudbase/bin/oud_functions.sh +++ b/local/oudbase/bin/oud_functions.sh @@ -6,7 +6,7 @@ # Author.....: Stefan Oehrli (oes) stefan.oehrli@oradba.ch # Editor.....: Stefan Oehrli # Date.......: 2023.03.29 -# Version....: v3.3.2 +# Version....: v3.3.3 # Purpose....: Common OUD Base functions. # Notes......: Has to be source in the vagrant provisioning bash scripts to load # environment and default values based on vagrant.yml @@ -23,7 +23,7 @@ # - Environment Variables ------------------------------------------------------ # define default values -VERSION=v3.3.2 +VERSION=v3.3.3 DOAPPEND=${DOAPPEND:-"TRUE"} # enable log file append VERBOSE=${VERBOSE:-"FALSE"} # enable verbose mode DEBUG=${DEBUG:-"FALSE"} # enable debug mode diff --git a/local/oudbase/bin/oud_start_stop.sh b/local/oudbase/bin/oud_start_stop.sh index 338009a4..edae9840 100755 --- a/local/oudbase/bin/oud_start_stop.sh +++ b/local/oudbase/bin/oud_start_stop.sh @@ -6,7 +6,7 @@ # Author.....: Stefan Oehrli (oes) stefan.oehrli@oradba.ch # Editor.....: Stefan Oehrli # Date.......: 2023.03.29 -# Version....: v3.3.2 +# Version....: v3.3.3 # Purpose....: Bash Script to start/stop OUD Instances # Notes......: This script is mainly used for environment without TVD-Basenv # Reference..: https://github.com/oehrlis/oudbase @@ -21,7 +21,7 @@ # - End of Customization ------------------------------------------------------- # - Default Values ------------------------------------------------------ -VERSION=v3.3.2 +VERSION=v3.3.3 DOAPPEND="TRUE" # enable log file append VERBOSE="FALSE" # enable verbose mode FORCE="FALSE" # enable force restart diff --git a/local/oudbase/bin/oud_start_stop_all b/local/oudbase/bin/oud_start_stop_all index d4daf373..f80a5cee 100755 --- a/local/oudbase/bin/oud_start_stop_all +++ b/local/oudbase/bin/oud_start_stop_all @@ -6,7 +6,7 @@ # Author.....: Stefan Oehrli (oes) stefan.oehrli@oradba.ch # Editor.....: Stefan Oehrli # Date.......: 2023.03.29 -# Version....: v3.3.2 +# Version....: v3.3.3 # Purpose....: Wrapper Script for oud_start_stop.sh to start/stop OUD Instances # Notes......: This script is mainly used for environment without TVD-Basenv # Reference..: https://github.com/oehrlis/oudbase @@ -18,7 +18,7 @@ # ------------------------------------------------------------------------------ # - Default Values ------------------------------------------------------ -VERSION=v3.3.2 +VERSION=v3.3.3 SCRIPT_NAME=$(basename $0) export OUDBASE_BIN="$(cd "$(dirname "${BASH_SOURCE[0]}")" ; pwd -P)" # - End of Default Values ------------------------------------------------------ diff --git a/local/oudbase/bin/oud_status.sh b/local/oudbase/bin/oud_status.sh index c40b8253..ef8dd93d 100755 --- a/local/oudbase/bin/oud_status.sh +++ b/local/oudbase/bin/oud_status.sh @@ -6,7 +6,7 @@ # Author.....: Stefan Oehrli (oes) stefan.oehrli@oradba.ch # Editor.....: Stefan Oehrli # Date.......: 2023.03.29 -# Version....: v3.3.2 +# Version....: v3.3.3 # Purpose....: Bash Script to get the instance status as retun code # Notes......: This script is mainly used for environment without TVD-Basenv # Reference..: https://github.com/oehrlis/oudbase @@ -23,7 +23,7 @@ export OUD_CON_HANDLER=${OUD_CON_HANDLER:-"LDAP LDAPS"} # - End of Customization ------------------------------------------------------- # - Default Values ------------------------------------------------------ -VERSION=v3.3.2 +VERSION=v3.3.3 DOAPPEND="TRUE" # enable log file append VERBOSE="FALSE" # enable verbose mode SCRIPT_NAME=$(basename $0) diff --git a/local/oudbase/bin/oudbase_install.sh b/local/oudbase/bin/oudbase_install.sh index 00a28497..40105fbb 100755 --- a/local/oudbase/bin/oudbase_install.sh +++ b/local/oudbase/bin/oudbase_install.sh @@ -6,7 +6,7 @@ # Author.....: Stefan Oehrli (oes) stefan.oehrli@oradba.ch # Editor.....: Stefan Oehrli # Date.......: 2023.03.29 -# Version....: v3.3.2 +# Version....: v3.3.3 # Purpose....: This script is used as base install script for the OUD # Environment # Notes......: -- @@ -23,7 +23,7 @@ export LOG_BASE=${LOG_BASE-"/tmp"} # - End of Customization ------------------------------------------------------- # - Default Values ------------------------------------------------------ -VERSION=v3.3.2 +VERSION=v3.3.3 DOAPPEND="TRUE" # enable log file append VERBOSE="TRUE" # enable verbose mode SCRIPT_NAME="$(basename ${BASH_SOURCE[0]})" # Basename of the script diff --git a/local/oudbase/bin/oudenv.sh b/local/oudbase/bin/oudenv.sh index e74f024e..0b96d5b0 100755 --- a/local/oudbase/bin/oudenv.sh +++ b/local/oudbase/bin/oudenv.sh @@ -6,7 +6,7 @@ # Author.....: Stefan Oehrli (oes) stefan.oehrli@oradba.ch # Editor.....: Stefan Oehrli # Date.......: 2023.03.29 -# Version....: v3.3.2 +# Version....: v3.3.3 # Purpose....: Bash Source File to set the environment for OUD Instances # Notes......: This script is mainly used for environment without TVD-Basenv # Reference..: https://github.com/oehrlis/oudbase @@ -22,7 +22,7 @@ # externally. In principle, these variables should not be changed at this # point. The customization should be done externally in .bash_profile or # in oudenv_core.conf. -VERSION=v3.3.2 +VERSION=v3.3.3 # define some binaries for later user PGREP_BIN=$(command -v pgrep) # get the binary for pgrep diff --git a/local/oudbase/bin/setup_oud.sh b/local/oudbase/bin/setup_oud.sh index f244e8eb..dfb6a014 100755 --- a/local/oudbase/bin/setup_oud.sh +++ b/local/oudbase/bin/setup_oud.sh @@ -6,7 +6,7 @@ # Author.....: Stefan Oehrli (oes) stefan.oehrli@oradba.ch # Editor.....: Stefan Oehrli # Date.......: 2023.03.29 -# Version....: v3.3.2 +# Version....: v3.3.3 # Purpose....: generic script to install Oracle Unified Directory binaries. # Notes......: Script would like to be executed as oracle :-). # Reference..: -- @@ -32,7 +32,7 @@ DEFAULT_OUD_ONEOFF_PKGS="" # - End of Customization ------------------------------------------------------- # - Default Values ------------------------------------------------------ -VERSION=v3.3.2 +VERSION=v3.3.3 SCRIPT_NAME=$(basename $0) SCRIPT_DIR="$(cd "$(dirname "${BASH_SOURCE[0]}")" ; pwd -P)" START_HEADER="START: Start of ${SCRIPT_NAME} (Version ${VERSION}) with $*" diff --git a/local/oudbase/bin/setup_oud_patch.sh b/local/oudbase/bin/setup_oud_patch.sh index fe79de60..a10ee89c 100755 --- a/local/oudbase/bin/setup_oud_patch.sh +++ b/local/oudbase/bin/setup_oud_patch.sh @@ -6,7 +6,7 @@ # Author.....: Stefan Oehrli (oes) stefan.oehrli@oradba.ch # Editor.....: Stefan Oehrli # Date.......: 2023.03.29 -# Version....: v3.3.2 +# Version....: v3.3.3 # Purpose....: Script to patch Oracle Unified Directory binaries # Notes......: - Script would like to be executed as oracle :-) # - If the required software is not in /opt/stage, an attempt is @@ -36,7 +36,7 @@ DEFAULT_OUD_ONEOFF_PKGS="" # - End of Customization ------------------------------------------------------- # - Default Values ------------------------------------------------------ -VERSION=v3.3.2 +VERSION=v3.3.3 SCRIPT_NAME=$(basename $0) SCRIPT_DIR="$(cd "$(dirname "${BASH_SOURCE[0]}")" ; pwd -P)" START_HEADER="START: Start of ${SCRIPT_NAME} (Version ${VERSION}) with $*" diff --git a/local/oudbase/bin/tns_add.sh b/local/oudbase/bin/tns_add.sh index f0300777..4c19c295 100755 --- a/local/oudbase/bin/tns_add.sh +++ b/local/oudbase/bin/tns_add.sh @@ -6,7 +6,7 @@ # Author.....: Stefan Oehrli (oes) stefan.oehrli@oradba.ch # Editor.....: Stefan Oehrli # Date.......: 2023.03.29 -# Version....: v3.3.2 +# Version....: v3.3.3 # Purpose....: Add a tns entry # Notes......: -- # Reference..: -- @@ -27,7 +27,7 @@ set -o pipefail # pipefail exit after 1st piped commands fai set -o noglob # Disable filename expansion (globbing). # - Environment Variables ------------------------------------------------------ # define generic environment variables -VERSION=v3.3.2 +VERSION=v3.3.3 TVDLDAP_VERBOSE=${TVDLDAP_VERBOSE:-"FALSE"} # enable verbose mode TVDLDAP_DEBUG=${TVDLDAP_DEBUG:-"FALSE"} # enable debug mode TVDLDAP_QUIET=${TVDLDAP_QUIET:-"FALSE"} # enable quiet mode diff --git a/local/oudbase/bin/tns_delete.sh b/local/oudbase/bin/tns_delete.sh index 5edf2d27..d40313ad 100755 --- a/local/oudbase/bin/tns_delete.sh +++ b/local/oudbase/bin/tns_delete.sh @@ -6,7 +6,7 @@ # Author.....: Stefan Oehrli (oes) stefan.oehrli@oradba.ch # Editor.....: Stefan Oehrli # Date.......: 2023.03.29 -# Version....: v3.3.2 +# Version....: v3.3.3 # Purpose....: Delete a tns entry # Notes......: -- # Reference..: -- @@ -27,7 +27,7 @@ set -o pipefail # pipefail exit after 1st piped commands fai set -o noglob # Disable filename expansion (globbing). # - Environment Variables ------------------------------------------------------ # define generic environment variables -VERSION=v3.3.2 +VERSION=v3.3.3 TVDLDAP_VERBOSE=${TVDLDAP_VERBOSE:-"FALSE"} # enable verbose mode TVDLDAP_DEBUG=${TVDLDAP_DEBUG:-"FALSE"} # enable debug mode TVDLDAP_QUIET=${TVDLDAP_QUIET:-"FALSE"} # enable quiet mode diff --git a/local/oudbase/bin/tns_dump.sh b/local/oudbase/bin/tns_dump.sh index 275ca4a0..9b840c3b 100755 --- a/local/oudbase/bin/tns_dump.sh +++ b/local/oudbase/bin/tns_dump.sh @@ -6,7 +6,7 @@ # Author.....: Stefan Oehrli (oes) stefan.oehrli@oradba.ch # Editor.....: Stefan Oehrli # Date.......: 2023.03.29 -# Version....: v3.3.2 +# Version....: v3.3.3 # Purpose....: Dump entries as tnsnames.ora # Notes......: -- # Reference..: -- @@ -28,7 +28,7 @@ set -o noglob # Disable filename expansion (globbing). # - Environment Variables ------------------------------------------------------ # define generic environment variables -VERSION=v3.3.2 +VERSION=v3.3.3 TVDLDAP_VERBOSE=${TVDLDAP_VERBOSE:-"FALSE"} # enable verbose mode TVDLDAP_DEBUG=${TVDLDAP_DEBUG:-"FALSE"} # enable debug mode TVDLDAP_QUIET=${TVDLDAP_QUIET:-"FALSE"} # enable quiet mode diff --git a/local/oudbase/bin/tns_functions.sh b/local/oudbase/bin/tns_functions.sh index 07ac6dc1..fa84934e 100755 --- a/local/oudbase/bin/tns_functions.sh +++ b/local/oudbase/bin/tns_functions.sh @@ -6,7 +6,7 @@ # Author.....: Stefan Oehrli (oes) stefan.oehrli@oradba.ch # Editor.....: Stefan Oehrli # Date.......: 2023.03.29 -# Version....: v3.3.2 +# Version....: v3.3.3 # Purpose....: Common functions used by the TNS bash scripts. # Notes......: -- # Reference..: -- @@ -45,7 +45,7 @@ TVDLDAP_DEFAULT_DUMP_OUTPUT_DIR=${TNS_ADMIN:-""} # - Environment Variables ------------------------------------------------------ # define generic environment variables -VERSION=v3.3.2 +VERSION=v3.3.3 TVDLDAP_VERBOSE=${TVDLDAP_VERBOSE:-"FALSE"} # enable verbose mode TVDLDAP_DEBUG=${TVDLDAP_DEBUG:-"FALSE"} # enable debug mode TVDLDAP_QUIET=${TVDLDAP_QUIET:-"FALSE"} # enable quiet mode diff --git a/local/oudbase/bin/tns_load.sh b/local/oudbase/bin/tns_load.sh index fc75fde9..bf9a314b 100755 --- a/local/oudbase/bin/tns_load.sh +++ b/local/oudbase/bin/tns_load.sh @@ -6,7 +6,7 @@ # Author.....: Stefan Oehrli (oes) stefan.oehrli@oradba.ch # Editor.....: Stefan Oehrli # Date.......: 2023.03.29 -# Version....: v3.3.2 +# Version....: v3.3.3 # Purpose....: Load a tnsnames.ora # Notes......: -- # Reference..: -- @@ -28,7 +28,7 @@ set -o pipefail # pipefail exit after 1st piped commands fai set -o noglob # Disable filename expansion (globbing). # - Environment Variables ------------------------------------------------------ # define generic environment variables -VERSION=v3.3.2 +VERSION=v3.3.3 TVDLDAP_VERBOSE=${TVDLDAP_VERBOSE:-"FALSE"} # enable verbose mode TVDLDAP_DEBUG=${TVDLDAP_DEBUG:-"FALSE"} # enable debug mode TVDLDAP_QUIET=${TVDLDAP_QUIET:-"FALSE"} # enable quiet mode diff --git a/local/oudbase/bin/tns_modify.sh b/local/oudbase/bin/tns_modify.sh index 563bd9ca..c79d969b 100755 --- a/local/oudbase/bin/tns_modify.sh +++ b/local/oudbase/bin/tns_modify.sh @@ -6,7 +6,7 @@ # Author.....: Stefan Oehrli (oes) stefan.oehrli@oradba.ch # Editor.....: Stefan Oehrli # Date.......: 2023.03.29 -# Version....: v3.3.2 +# Version....: v3.3.3 # Purpose....: Modify a tns entry # Notes......: -- # Reference..: -- @@ -27,7 +27,7 @@ set -o pipefail # pipefail exit after 1st piped commands fai set -o noglob # Disable filename expansion (globbing). # - Environment Variables ------------------------------------------------------ # define generic environment variables -VERSION=v3.3.2 +VERSION=v3.3.3 TVDLDAP_VERBOSE=${TVDLDAP_VERBOSE:-"FALSE"} # enable verbose mode TVDLDAP_DEBUG=${TVDLDAP_DEBUG:-"FALSE"} # enable debug mode TVDLDAP_QUIET=${TVDLDAP_QUIET:-"FALSE"} # enable quiet mode diff --git a/local/oudbase/bin/tns_search.sh b/local/oudbase/bin/tns_search.sh index 7adbc213..e5329f7b 100755 --- a/local/oudbase/bin/tns_search.sh +++ b/local/oudbase/bin/tns_search.sh @@ -6,7 +6,7 @@ # Author.....: Stefan Oehrli (oes) stefan.oehrli@oradba.ch # Editor.....: Stefan Oehrli # Date.......: 2023.03.29 -# Version....: v3.3.2 +# Version....: v3.3.3 # Purpose....: Search a tns entry # Notes......: -- # Reference..: -- @@ -27,7 +27,7 @@ set -o nounset # exit if script try to use an uninitialised set -o noglob # Disable filename expansion (globbing). # - Environment Variables ------------------------------------------------------ # define generic environment variables -VERSION=v3.3.2 +VERSION=v3.3.3 TVDLDAP_VERBOSE=${TVDLDAP_VERBOSE:-"FALSE"} # enable verbose mode TVDLDAP_DEBUG=${TVDLDAP_DEBUG:-"FALSE"} # enable debug mode TVDLDAP_QUIET=${TVDLDAP_QUIET:-"FALSE"} # enable quiet mode diff --git a/local/oudbase/bin/tns_test.sh b/local/oudbase/bin/tns_test.sh index 17a8863e..8edfd6a8 100755 --- a/local/oudbase/bin/tns_test.sh +++ b/local/oudbase/bin/tns_test.sh @@ -6,7 +6,7 @@ # Author.....: Stefan Oehrli (oes) stefan.oehrli@oradba.ch # Editor.....: Stefan Oehrli # Date.......: 2023.03.29 -# Version....: v3.3.2 +# Version....: v3.3.3 # Purpose....: Test LDAP entries using tnsping and sqlplus # Notes......: -- # Reference..: -- @@ -27,7 +27,7 @@ set -o nounset # exit if script try to use an uninitialised set -o noglob # Disable filename expansion (globbing). # - Environment Variables ------------------------------------------------------ # define generic environment variables -VERSION=v3.3.2 +VERSION=v3.3.3 TVDLDAP_VERBOSE=${TVDLDAP_VERBOSE:-"FALSE"} # enable verbose mode TVDLDAP_DEBUG=${TVDLDAP_DEBUG:-"FALSE"} # enable debug mode TVDLDAP_QUIET=${TVDLDAP_QUIET:-"FALSE"} # enable quiet mode diff --git a/local/oudbase/doc/.oudbase.sha b/local/oudbase/doc/.oudbase.sha index e8527c28..23cf8853 100644 --- a/local/oudbase/doc/.oudbase.sha +++ b/local/oudbase/doc/.oudbase.sha @@ -1,136 +1,136 @@ -898a1ebb794118d080c9bdcf292946a801e0cb77 ./bin/tns_functions.sh -b41cced51c937b60b67b3358490a82bbdc8f977a ./bin/oud_functions.sh -14ad258de902287ca28fe39568f4a4b7b529e89c ./bin/tns_add.sh -4bc8582f1d52752b4876da3d61827ecaafc5a90a ./bin/setup_oud_patch.sh -409db1cd5440978a2a1b6e62f3d34fe48daff565 ./bin/oud_status.sh -579ba0de4bee88e304687941b4b0e52ad79c817b ./bin/tns_dump.sh -ed000ef99f9dd2d1dc061780cf42af4f0c718797 ./bin/setup_oud.sh -1beba32887bcbbeac9a8d1857b668a616d0ac2eb ./bin/tns_modify.sh -7652af77c8d008c19fa3967ab933b9544386382d ./bin/tns_search.sh -fabafe90ea90bbd1bdc6e3aa2934d49e93fd6dbc ./bin/tns_load.sh -4852a37b0dcfe2a3fe3a0c109401f01122ea8e72 ./bin/oud_start_stop.sh -d19de57e88dd272f1e7ca6bed50aa3ccb50615a8 ./bin/oud_start_stop_all -9008e7c9b1db81e08e8c87523fc90926cb09bc6b ./bin/oud_export.sh -f09a39a006a23c5722052e472ace4808855d6a8d ./bin/oud_backup.sh -0a3f4d61f4797ad20cab571b0373df6d85436146 ./bin/tns_test.sh -2786836f096f8c8a63f510d32625ce88d378212b ./bin/oudenv.sh -fe41f3bde44bca86d1c67b58d773fe90b56e0858 ./bin/oud_eusm.sh -a43a7297f5db2142d2ee4d4f60513a6d5703b40f ./bin/tns_delete.sh -ee53d640f81a890592922157d049845342fe9bc2 ./etc/oudenv_core.conf -ad713ce48c850d148808d43901a5988a212167c0 ./etc/oudenv.conf +8df5addb493eb148e803451e922035a0be9d8e67 ./bin/tns_functions.sh +660c035e3352486045e7c01b175f40dbb9cd7183 ./bin/oud_functions.sh +e306358e50ac0699fded2a9d175ffff60e0a50b6 ./bin/tns_add.sh +591e2171fb5651c2d85322919b8ee4f3ce8085e9 ./bin/setup_oud_patch.sh +31c6354a91fd777cabae63f85a1f41b6e6353223 ./bin/oud_status.sh +c086b36043673dd20b949b29f4ed46c933785ead ./bin/tns_dump.sh +3f4c1566ed8b5080d0c623003d7e1887eee6b5a3 ./bin/setup_oud.sh +d4c713ed4617175689bbbd2d61dcac0f4f170c32 ./bin/tns_modify.sh +d11403fc3c85aa60861aa4efc00bb5876dbdce05 ./bin/tns_search.sh +c02ee20b807d3f8ee2dddb8be981f5a5166cde5b ./bin/tns_load.sh +eaeb909461e76f0d19d620005664610afd14c463 ./bin/oud_start_stop.sh +97011379559f283b143dc311be04c824d5bd623c ./bin/oud_start_stop_all +27f974be34924376426969024085bd4b1a2644e0 ./bin/oud_export.sh +e0bcd0856f75ff4990608a8227e81f1c74d0a3e5 ./bin/oud_backup.sh +fad0b2d30571ff92bb926bcd29c120dffc32e818 ./bin/tns_test.sh +68cca70d6b8fc1bdbce540bc1330d81d9f69bffd ./bin/oudenv.sh +408f965a1cb2701a2574418a3c2246bfb3618fdb ./bin/oud_eusm.sh +a3922116843af9a487ae538c7a4519a77042635a ./bin/tns_delete.sh +4314abd6faab03e92b18d0fedd50973b00a0b7a2 ./etc/oudenv_core.conf +8c53dd541871ba233e8933f50f2b5ee35ea0c32f ./etc/oudenv.conf e62833b2f2906855b9805600bf186ee58e28a550 ./etc/oudtab -d8728016ae873ecd5f2da2083f4c4030f639224f ./templates/etc/wls_oudsm.service -9273b70a5f0d9552a8a62618d5ccfe096acb8355 ./templates/etc/oudenv_core.conf -f8618ca6fb392e504e8f3a4faca400eba794ff18 ./templates/etc/housekeeping.conf +295a73b29367a7b82fa14fd219850eb8d8f5a0d8 ./templates/etc/wls_oudsm.service +5873a738faa5c7e9eb745f8acbc647bf220694bb ./templates/etc/oudenv_core.conf +994ed860a65440b8e355e60118825d843ac44124 ./templates/etc/housekeeping.conf 03fcc0fbc2cd3435e11b8a04767b087ea10dfc73 ./templates/etc/install.rsp -8cad41c2e91ba41f4ee288c803ff6e7d82a85cf0 ./templates/etc/oudenv.conf -e567bcd9f4c832b13d9ec4fa14178116cd7fc20c ./templates/etc/oracle_oud_all +91a3c99a7bef4942c6eec577f948ff9157774549 ./templates/etc/oudenv.conf +3a1d42dcfa83dc753e83889e1e22ed389524ba8b ./templates/etc/oracle_oud_all 5e9de046f186d9930f145b5a5158116959104d2d ./templates/etc/oraInst.loc -d3999700dffc6b4ba75b23d0e05b77e353386556 ./templates/etc/oudenv_custom.conf +08b756a01729ab885fc64e2542e4aea398e04eab ./templates/etc/oudenv_custom.conf e62833b2f2906855b9805600bf186ee58e28a550 ./templates/etc/oudtab -4307f00dba86140cb522b0e6cbd63f94c3f3c8bf ./templates/etc/oud._DEFAULT_.conf -20ade2b01d139b0782c2286feb75543f71c2c1fe ./templates/etc/oud.crontab -99663e61b4ce638614f1893573ebdc97d8b1a5ae ./templates/etc/oud_instance.service -20ade2b01d139b0782c2286feb75543f71c2c1fe ./templates/cron.d/oud.crontab +73a217aaad35321f71535ffb68cb6533ef2d1870 ./templates/etc/oud._DEFAULT_.conf +25798dd04d40f7aace7e2b97208f3f324eb3f0f4 ./templates/etc/oud.crontab +fb313c4a180f592e7971dda28d796435c7e77b86 ./templates/etc/oud_instance.service +25798dd04d40f7aace7e2b97208f3f324eb3f0f4 ./templates/cron.d/oud.crontab 367c2fc153d42d0c84465075dafa9de49f96625c ./templates/.bash_profile -730aa6f54e0bd1b86c14c7fdea8dae9f684dc007 ./templates/logrotate.d/oudsm -b01d46caa25772c170f812dd7bab59c924f0b14f ./templates/logrotate.d/oud -085191a9c3d15d50924a0cc5ff4bf0cd197a41b1 ./templates/logrotate.d/oudbase +05b96d61bd8b699ea7d2ac315fffe18eb900c231 ./templates/logrotate.d/oudsm +a44db300c5a8b18586d269eeac7ad32c013923ba ./templates/logrotate.d/oud +a860628b5bdcfeb57a65dcc72aec1cc11b2329eb ./templates/logrotate.d/oudbase 2121132c75f21c00965f457e70e890cb9806e998 ./templates/create/misc/README.md -42bd715d2ec14c29a8ffb0c1ba02ada889155a74 ./templates/create/misc/18_migrate_keystore.sh -12f1326c81c8894efd7cb1a6c71471e4d984b261 ./templates/create/misc/19_export_trustcert_keystore.sh +7f7e915c6e8fe8de41e83b81dde30e74a327556d ./templates/create/misc/18_migrate_keystore.sh +163bf71e485b9dd1b80c9dca6b2338c3fad65794 ./templates/create/misc/19_export_trustcert_keystore.sh 2ce7c634d984bea3fa2c89da7482491e255c597d ./templates/create/README.md -380b10fb807bd3a282438c799e93708e6b7d7248 ./templates/create/wls_domain/create_domain.sh -d3311c659e9a286e57ccb1209ee128e050bf9585 ./templates/create/wls_domain/create_domain.py.txt -e4c3cc438eaa594d625c48c27fd2adc4ac066f17 ./templates/create/oud12c_eus/setup_oud_instance -6fe59b103ddf5f0ec0ba1d5b666a3dffaa9ef4b2 ./templates/create/oud12c_eus/15_reset_user_passwords.sh -475931043a5abe0a1bd276d6f316415f16b418c3 ./templates/create/oud12c_eus/04_create_root_user.ldif -4e52489e875511412d056eeb4ab9c2db6f9af3a7 ./templates/create/oud12c_eus/02_config_basedn.ldif -a1d46488978346aab6b3687925cb4e12976a538a ./templates/create/oud12c_eus/14_create_demo_users.sh -1fb3bfc0798c89a26e5c9a54ec359499a302cbf3 ./templates/create/oud12c_eus/01_create_eus_instance.sh -c2c7b5f29ae991c918580776b2787fe79daf825f ./templates/create/oud12c_eus/10_reset_directory_manager_password.sh -211a09388a9178a378f466fc6794604f2447140c ./templates/create/oud12c_eus/05_config_eus_realm.ldif -4c87efd420ded65a674a81d184c88b1299974e4a ./templates/create/oud12c_eus/12_reset_eusadmin_password.sh +f658a5d05680c5d6b17fc74dfcf1c00924e22697 ./templates/create/wls_domain/create_domain.sh +06023ce32d862854ff2ea13530c764eea4ad7863 ./templates/create/wls_domain/create_domain.py.txt +5a57771914a258c8eb56a0c54d70d8443d4de370 ./templates/create/oud12c_eus/setup_oud_instance +dc1864a8af16e97b52984b67abfe0a0c5d604ad2 ./templates/create/oud12c_eus/15_reset_user_passwords.sh +7e8fe0fb6b1dcec5addc3d3e387897b196a0008f ./templates/create/oud12c_eus/04_create_root_user.ldif +4cb7b41b447071538073e6e06640ad4967b6661f ./templates/create/oud12c_eus/02_config_basedn.ldif +ab31b21616f0f90f5e76f5f3b7f7a69369270ddd ./templates/create/oud12c_eus/14_create_demo_users.sh +f73e92de33511f4845b19cccd1fee7c23ce1324f ./templates/create/oud12c_eus/01_create_eus_instance.sh +1879597d8df3299ec91d19f7348b38d86159d4e8 ./templates/create/oud12c_eus/10_reset_directory_manager_password.sh +629b03e833cd7cf814face74e6f8f0bd177455ec ./templates/create/oud12c_eus/05_config_eus_realm.ldif +6ac758e80e8f6b79724601f4001e880a0b4687a7 ./templates/create/oud12c_eus/12_reset_eusadmin_password.sh 21b10855afab2c8b2f8e78f5f2a6e101e833db5c ./templates/create/oud12c_eus/README.md -3933e8427bf10578e99d3cd53de8f83e22ac9c40 ./templates/create/oud12c_eus/02_config_basedn.sh -1ce21c4b52c496459a5861aa22e2c51d1f1d21a7 ./templates/create/oud12c_eus/07_create_eusadmin_users.sh -24750be9e3b0016a0de19201a9b4ce4becc24167 ./templates/create/oud12c_eus/03_config_oud.conf -adcacc4e2727c5db0d92f71c0ac13f6c2003f9a3 ./templates/create/oud12c_eus/04_create_root_user.sh -962a551dc19b7b0356f3d0242d085839a2526da6 ./templates/create/oud12c_eus/11_reset_root_passwords.sh -a269dca7bfadb966ebb8c9b51470ec1f849f7aad ./templates/create/oud12c_eus/00_init_environment -e4d824d0c2f2e3d4b50d029f11f0c06846010601 ./templates/create/oud12c_eus/04_create_root_user.conf -3339bdb706886076cfcbfc16aa1710e07568880c ./templates/create/oud12c_eus/05_config_eus_realm.sh -42bd715d2ec14c29a8ffb0c1ba02ada889155a74 ./templates/create/oud12c_eus/18_migrate_keystore.sh -c1c5a57a9015aff7470f1c1866309c20deeaa01a ./templates/create/oud12c_eus/03_config_oud.sh -b0b9ef2135c6778a92c410e0b577644f18b630f6 ./templates/create/oud12c_eus/02_config_basedn.conf -063b4425525eaea3f63fc1c2aef2312486258fcd ./templates/create/oud12c_eus/14_create_demo_users.ldif -12f1326c81c8894efd7cb1a6c71471e4d984b261 ./templates/create/oud12c_eus/19_export_trustcert_keystore.sh -e4c3cc438eaa594d625c48c27fd2adc4ac066f17 ./templates/create/generic/setup_oud_instance -6fe59b103ddf5f0ec0ba1d5b666a3dffaa9ef4b2 ./templates/create/generic/15_reset_user_passwords.sh -9301edac4d7e2191d534643cfa79c6f24c03bad0 ./templates/create/generic/01_create_instance.sh -475931043a5abe0a1bd276d6f316415f16b418c3 ./templates/create/generic/04_create_root_user.ldif -56a842f31aed42dcf2e17375af273e97f7515394 ./templates/create/generic/05_add_suffix.ldif -4e52489e875511412d056eeb4ab9c2db6f9af3a7 ./templates/create/generic/02_config_basedn.ldif -a1d46488978346aab6b3687925cb4e12976a538a ./templates/create/generic/14_create_demo_users.sh -c2c7b5f29ae991c918580776b2787fe79daf825f ./templates/create/generic/10_reset_directory_manager_password.sh -4c87efd420ded65a674a81d184c88b1299974e4a ./templates/create/generic/12_reset_eusadmin_password.sh +820f80f5b43a49e5484393e9b792296eeeebac49 ./templates/create/oud12c_eus/02_config_basedn.sh +f3128450abf99426ebc4cbb7dabae9f1ac85c057 ./templates/create/oud12c_eus/07_create_eusadmin_users.sh +c80a06ee30aa5856f176f12b397d5c945ed75d66 ./templates/create/oud12c_eus/03_config_oud.conf +3d242ffb24a8b276c762401ef7e073a697fa29c8 ./templates/create/oud12c_eus/04_create_root_user.sh +c3b96559c168292836eb17e65336169241787ce2 ./templates/create/oud12c_eus/11_reset_root_passwords.sh +b6a3fa79393dd8922c1cbc0d3d52549205593365 ./templates/create/oud12c_eus/00_init_environment +9d91fc667af8469df928e0d0145de5020a68efab ./templates/create/oud12c_eus/04_create_root_user.conf +3fa6a434788d02fe1567d989833cb8bc960c4230 ./templates/create/oud12c_eus/05_config_eus_realm.sh +7f7e915c6e8fe8de41e83b81dde30e74a327556d ./templates/create/oud12c_eus/18_migrate_keystore.sh +2ae9a7d5f82b3f70ffd08a1ada02f002d1d2ba5c ./templates/create/oud12c_eus/03_config_oud.sh +d7f155abbfe353c1a4e6e51f319318ddcfa04070 ./templates/create/oud12c_eus/02_config_basedn.conf +ce4b84a1c80e440d5910e6b8bbbeaafbeef07b39 ./templates/create/oud12c_eus/14_create_demo_users.ldif +163bf71e485b9dd1b80c9dca6b2338c3fad65794 ./templates/create/oud12c_eus/19_export_trustcert_keystore.sh +5a57771914a258c8eb56a0c54d70d8443d4de370 ./templates/create/generic/setup_oud_instance +dc1864a8af16e97b52984b67abfe0a0c5d604ad2 ./templates/create/generic/15_reset_user_passwords.sh +19ab90a10fe6196c38982aa02a3f9df37adf0c5a ./templates/create/generic/01_create_instance.sh +7e8fe0fb6b1dcec5addc3d3e387897b196a0008f ./templates/create/generic/04_create_root_user.ldif +47e8167bdd3bed71e6846e477fe9e42a9e2b4e46 ./templates/create/generic/05_add_suffix.ldif +4cb7b41b447071538073e6e06640ad4967b6661f ./templates/create/generic/02_config_basedn.ldif +ab31b21616f0f90f5e76f5f3b7f7a69369270ddd ./templates/create/generic/14_create_demo_users.sh +1879597d8df3299ec91d19f7348b38d86159d4e8 ./templates/create/generic/10_reset_directory_manager_password.sh +6ac758e80e8f6b79724601f4001e880a0b4687a7 ./templates/create/generic/12_reset_eusadmin_password.sh 0c03297ad28dbb29fe6252b53976c7656f4f626a ./templates/create/generic/README.md -3933e8427bf10578e99d3cd53de8f83e22ac9c40 ./templates/create/generic/02_config_basedn.sh -1ce21c4b52c496459a5861aa22e2c51d1f1d21a7 ./templates/create/generic/07_create_eusadmin_users.sh -24750be9e3b0016a0de19201a9b4ce4becc24167 ./templates/create/generic/03_config_oud.conf -adcacc4e2727c5db0d92f71c0ac13f6c2003f9a3 ./templates/create/generic/04_create_root_user.sh -962a551dc19b7b0356f3d0242d085839a2526da6 ./templates/create/generic/11_reset_root_passwords.sh -a269dca7bfadb966ebb8c9b51470ec1f849f7aad ./templates/create/generic/00_init_environment -e4d824d0c2f2e3d4b50d029f11f0c06846010601 ./templates/create/generic/04_create_root_user.conf -f0c7b2eafe585eeac52f17f72bf097494c279f73 ./templates/create/generic/99_completion_status.sh -c1c5a57a9015aff7470f1c1866309c20deeaa01a ./templates/create/generic/03_config_oud.sh -b0b9ef2135c6778a92c410e0b577644f18b630f6 ./templates/create/generic/02_config_basedn.conf -488e188d3abff682634f5e4b4ccdace570e568ff ./templates/create/generic/05_add_suffix.sh -063b4425525eaea3f63fc1c2aef2312486258fcd ./templates/create/generic/14_create_demo_users.ldif -1f67739ae72673f62e418551cad6366157905c16 ./templates/create/replication/40_status_replication.sh -2ebc410b99937142ea2a49f54b38d43d79eb4f51 ./templates/create/replication/31_initialize_host1.sh -3c1e3c531fcc31b7d2be8fc2142c0f7137f7e4ec ./templates/create/replication/51_remove_host1.sh -e9599c8f6eb3061c970d961861cf91126d51acaa ./templates/create/replication/20_run_on_host2.sh -4ee101db381a94f230f75d9a5e90719ccfba2a97 ./templates/create/replication/52_remove_unavailable.sh -e9599c8f6eb3061c970d961861cf91126d51acaa ./templates/create/replication/20_run_on_host3.sh +820f80f5b43a49e5484393e9b792296eeeebac49 ./templates/create/generic/02_config_basedn.sh +f3128450abf99426ebc4cbb7dabae9f1ac85c057 ./templates/create/generic/07_create_eusadmin_users.sh +c80a06ee30aa5856f176f12b397d5c945ed75d66 ./templates/create/generic/03_config_oud.conf +3d242ffb24a8b276c762401ef7e073a697fa29c8 ./templates/create/generic/04_create_root_user.sh +c3b96559c168292836eb17e65336169241787ce2 ./templates/create/generic/11_reset_root_passwords.sh +b6a3fa79393dd8922c1cbc0d3d52549205593365 ./templates/create/generic/00_init_environment +9d91fc667af8469df928e0d0145de5020a68efab ./templates/create/generic/04_create_root_user.conf +a8eb4f944bc070afca5277eaeae0da4dfa0a54dd ./templates/create/generic/99_completion_status.sh +2ae9a7d5f82b3f70ffd08a1ada02f002d1d2ba5c ./templates/create/generic/03_config_oud.sh +d7f155abbfe353c1a4e6e51f319318ddcfa04070 ./templates/create/generic/02_config_basedn.conf +0720340e77fe2ec972a2492f92374f39a164e990 ./templates/create/generic/05_add_suffix.sh +ce4b84a1c80e440d5910e6b8bbbeaafbeef07b39 ./templates/create/generic/14_create_demo_users.ldif +f746d602169544b072b5fcb08eb9de923ca4d348 ./templates/create/replication/40_status_replication.sh +72104ec13ab76b27e2a213a04ebd3941f4e8d7b1 ./templates/create/replication/31_initialize_host1.sh +940271d9446a8bcca27d4d266098abb9d98c6f78 ./templates/create/replication/51_remove_host1.sh +920809f14e35104060cd5db66df94a430252bd95 ./templates/create/replication/20_run_on_host2.sh +d06dbe1d42aeeb2e5ee26b2ccdcf5601a5192f7a ./templates/create/replication/52_remove_unavailable.sh +920809f14e35104060cd5db66df94a430252bd95 ./templates/create/replication/20_run_on_host3.sh c5007e44a116d4a49527f1af2086e975ec63dc2b ./templates/create/replication/README.md -d3107ecef2bf944813df3ba4fc17362d17d8e544 ./templates/create/replication/22_replication_add_host1.sh -13f75d1898f6dd0365c9f5816d9d87757d5cb743 ./templates/create/replication/41_verify_replication.sh -e095c74cbb21de4de8789782a82db285ed187012 ./templates/create/replication/30_initialize_all.sh -e9599c8f6eb3061c970d961861cf91126d51acaa ./templates/create/replication/20_run_on_host1.sh -3a52ced8b1748ea2812c7aa333bfb1fa34320c55 ./templates/create/replication/31_initialize_host2.sh -a97280e720e26831632586d0939886f9a9a8a169 ./templates/create/replication/21_replication_add_host2.sh -3c1e3c531fcc31b7d2be8fc2142c0f7137f7e4ec ./templates/create/replication/51_remove_host2.sh -848abf46ee9a3d3dbd11cf823c64614245e41a08 ./templates/create/replication/22_enable_replication_host2.sh -08e6c775549b7e2928283785ce0c31e15fece299 ./templates/create/replication/21_enable_replication_host1.sh -59c83b211741ec254f2da5e7e8dff0e6bf1d0113 ./templates/create/replication/31_initialize_host3.sh -030d11ea45e14f3e83f7092e1053aad27a3a723d ./templates/create/replication/21_replication_add_host3.sh -3c1e3c531fcc31b7d2be8fc2142c0f7137f7e4ec ./templates/create/replication/51_remove_host3.sh -73e3dc64a042769db6078daf0c5882c2354a7a42 ./templates/create/replication/20_wait_for_host1.sh -e4c3cc438eaa594d625c48c27fd2adc4ac066f17 ./templates/create/oud12c_eus_ad_proxy/setup_oud_instance -475931043a5abe0a1bd276d6f316415f16b418c3 ./templates/create/oud12c_eus_ad_proxy/04_create_root_user.ldif -ff5173df1b4162fca0b78b0b4b900f96118abb4e ./templates/create/oud12c_eus_ad_proxy/02_config_basedn.ldif -b879d711995841671ef9f705817d6b2b3d995549 ./templates/create/oud12c_eus_ad_proxy/02_config_eus_context.sh -c2c7b5f29ae991c918580776b2787fe79daf825f ./templates/create/oud12c_eus_ad_proxy/10_reset_directory_manager_password.sh -f14ad0e7d0dadb721915e28c9e5213bb68236437 ./templates/create/oud12c_eus_ad_proxy/02_config_eus_context.conf -211a09388a9178a378f466fc6794604f2447140c ./templates/create/oud12c_eus_ad_proxy/05_config_eus_realm.ldif -4c87efd420ded65a674a81d184c88b1299974e4a ./templates/create/oud12c_eus_ad_proxy/12_reset_eusadmin_password.sh +9f9d4da41050c466e297d59e72cce66c238616e6 ./templates/create/replication/22_replication_add_host1.sh +be412dbfe1cc3d06654b6dcb5d429e36c6253fc3 ./templates/create/replication/41_verify_replication.sh +b656445854c72018d0294b141a51a34235a19cc9 ./templates/create/replication/30_initialize_all.sh +920809f14e35104060cd5db66df94a430252bd95 ./templates/create/replication/20_run_on_host1.sh +a119a0c5b01a2f1da2dac0ac31683d592494ab3f ./templates/create/replication/31_initialize_host2.sh +9b21c9d27848d2a447333539f36d253e60170fe6 ./templates/create/replication/21_replication_add_host2.sh +940271d9446a8bcca27d4d266098abb9d98c6f78 ./templates/create/replication/51_remove_host2.sh +560032c51c945ff3499620c0468d774d7e57d897 ./templates/create/replication/22_enable_replication_host2.sh +79f6b85480f49f073108a6917eb6a0188e2585bf ./templates/create/replication/21_enable_replication_host1.sh +6ea16629774897683e76171fd13d88762eb8d346 ./templates/create/replication/31_initialize_host3.sh +cb521371f638a814b8276309db6f844e8c7590c2 ./templates/create/replication/21_replication_add_host3.sh +940271d9446a8bcca27d4d266098abb9d98c6f78 ./templates/create/replication/51_remove_host3.sh +7fd2bbadd8ec779a21619097a4cfe4f021190583 ./templates/create/replication/20_wait_for_host1.sh +5a57771914a258c8eb56a0c54d70d8443d4de370 ./templates/create/oud12c_eus_ad_proxy/setup_oud_instance +7e8fe0fb6b1dcec5addc3d3e387897b196a0008f ./templates/create/oud12c_eus_ad_proxy/04_create_root_user.ldif +b0b0a740f75ef653373ad93a821a5f315b2a5add ./templates/create/oud12c_eus_ad_proxy/02_config_basedn.ldif +64aa11235eccbb4a1b2a0b967a94b8ade42bd847 ./templates/create/oud12c_eus_ad_proxy/02_config_eus_context.sh +1879597d8df3299ec91d19f7348b38d86159d4e8 ./templates/create/oud12c_eus_ad_proxy/10_reset_directory_manager_password.sh +4147b8b63894c87c57a5b13beabae1be7136aa94 ./templates/create/oud12c_eus_ad_proxy/02_config_eus_context.conf +629b03e833cd7cf814face74e6f8f0bd177455ec ./templates/create/oud12c_eus_ad_proxy/05_config_eus_realm.ldif +6ac758e80e8f6b79724601f4001e880a0b4687a7 ./templates/create/oud12c_eus_ad_proxy/12_reset_eusadmin_password.sh 6680858509de42a1fa24bd6cd23be1d97bf18db1 ./templates/create/oud12c_eus_ad_proxy/README.md -3933e8427bf10578e99d3cd53de8f83e22ac9c40 ./templates/create/oud12c_eus_ad_proxy/02_config_basedn.sh -1ce21c4b52c496459a5861aa22e2c51d1f1d21a7 ./templates/create/oud12c_eus_ad_proxy/07_create_eusadmin_users.sh -24750be9e3b0016a0de19201a9b4ce4becc24167 ./templates/create/oud12c_eus_ad_proxy/03_config_oud.conf -adcacc4e2727c5db0d92f71c0ac13f6c2003f9a3 ./templates/create/oud12c_eus_ad_proxy/04_create_root_user.sh -962a551dc19b7b0356f3d0242d085839a2526da6 ./templates/create/oud12c_eus_ad_proxy/11_reset_root_passwords.sh -44501a3c28459bb4b910d7d45c7371fdfa01f5fb ./templates/create/oud12c_eus_ad_proxy/00_init_environment -e4d824d0c2f2e3d4b50d029f11f0c06846010601 ./templates/create/oud12c_eus_ad_proxy/04_create_root_user.conf -3339bdb706886076cfcbfc16aa1710e07568880c ./templates/create/oud12c_eus_ad_proxy/05_config_eus_realm.sh -42bd715d2ec14c29a8ffb0c1ba02ada889155a74 ./templates/create/oud12c_eus_ad_proxy/18_migrate_keystore.sh -c1c5a57a9015aff7470f1c1866309c20deeaa01a ./templates/create/oud12c_eus_ad_proxy/03_config_oud.sh -5b29ac4fd555cf4e662ed28252161d15bc7e3bf0 ./templates/create/oud12c_eus_ad_proxy/01_create_eus_proxy_instance.sh -b0b9ef2135c6778a92c410e0b577644f18b630f6 ./templates/create/oud12c_eus_ad_proxy/02_config_basedn.conf -12f1326c81c8894efd7cb1a6c71471e4d984b261 ./templates/create/oud12c_eus_ad_proxy/19_export_trustcert_keystore.sh +820f80f5b43a49e5484393e9b792296eeeebac49 ./templates/create/oud12c_eus_ad_proxy/02_config_basedn.sh +f3128450abf99426ebc4cbb7dabae9f1ac85c057 ./templates/create/oud12c_eus_ad_proxy/07_create_eusadmin_users.sh +c80a06ee30aa5856f176f12b397d5c945ed75d66 ./templates/create/oud12c_eus_ad_proxy/03_config_oud.conf +3d242ffb24a8b276c762401ef7e073a697fa29c8 ./templates/create/oud12c_eus_ad_proxy/04_create_root_user.sh +c3b96559c168292836eb17e65336169241787ce2 ./templates/create/oud12c_eus_ad_proxy/11_reset_root_passwords.sh +e961eeb5460876e1a1ef7c561dc1e882b9f06583 ./templates/create/oud12c_eus_ad_proxy/00_init_environment +9d91fc667af8469df928e0d0145de5020a68efab ./templates/create/oud12c_eus_ad_proxy/04_create_root_user.conf +3fa6a434788d02fe1567d989833cb8bc960c4230 ./templates/create/oud12c_eus_ad_proxy/05_config_eus_realm.sh +7f7e915c6e8fe8de41e83b81dde30e74a327556d ./templates/create/oud12c_eus_ad_proxy/18_migrate_keystore.sh +2ae9a7d5f82b3f70ffd08a1ada02f002d1d2ba5c ./templates/create/oud12c_eus_ad_proxy/03_config_oud.sh +24ae368d5e3c37ed9dff641251b8a1cbf26de0c0 ./templates/create/oud12c_eus_ad_proxy/01_create_eus_proxy_instance.sh +d7f155abbfe353c1a4e6e51f319318ddcfa04070 ./templates/create/oud12c_eus_ad_proxy/02_config_basedn.conf +163bf71e485b9dd1b80c9dca6b2338c3fad65794 ./templates/create/oud12c_eus_ad_proxy/19_export_trustcert_keystore.sh a628df234707d2efa4fc8c8a7d96f432961ef95b ./templates/create/oudsm_domain/README.md -baaed80e768a9464297021f9892bb02273b5521f ./templates/create/oudsm_domain/create_oudsm.py.txt +49250d94903b83f9314cfb817e773e8b1bea85dc ./templates/create/oudsm_domain/create_oudsm.py.txt 7df059597099bb7dcf25d2a9aedfaf4465f72d8d ./doc/LICENSE 3dca8b335210846b8ff3447a6d68e02d22f31272 ./doc/README.md -791a213d1379648b5707ffb6fb2966e7973ccd3b ./doc/.version +885b7fe5a65bdd37cfb099054040bdc9dc39e6ca ./doc/.version diff --git a/local/oudbase/doc/.version b/local/oudbase/doc/.version index d69cd8a4..89c3ed77 100644 --- a/local/oudbase/doc/.version +++ b/local/oudbase/doc/.version @@ -1,6 +1,6 @@ -OUD Base Release v3.3.2 (https://github.com/oehrlis/oudbase) +OUD Base Release v3.3.3 (https://github.com/oehrlis/oudbase) ------------------------------------------------------------ -The following files of oudbase are changed/added (compared to v3.3.2): +The following files of oudbase are changed/added (compared to v3.3.3): ---------------------------------------------------------------------- diff --git a/local/oudbase/etc/oudenv.conf b/local/oudbase/etc/oudenv.conf index 71c80ded..2bcdeea6 100644 --- a/local/oudbase/etc/oudenv.conf +++ b/local/oudbase/etc/oudenv.conf @@ -6,7 +6,7 @@ # Author.....: Stefan Oehrli (oes) stefan.oehrli@oradba.ch # Editor.....: Stefan Oehrli # Date.......: 2023.03.29 -# Version....: v3.3.2 +# Version....: v3.3.3 # Purpose....: Configuration File to define alias and environment # variables for the OUD Instances # Notes......: This script is mainly used for environment without TVD-Basenv diff --git a/local/oudbase/etc/oudenv_core.conf b/local/oudbase/etc/oudenv_core.conf index 29ece81a..81cd1cbe 100644 --- a/local/oudbase/etc/oudenv_core.conf +++ b/local/oudbase/etc/oudenv_core.conf @@ -5,7 +5,7 @@ # Author.....: Stefan Oehrli (oes) stefan.oehrli@oradba.ch # Editor.....: Stefan Oehrli # Date.......: 2023.03.29 -# Version....: v3.3.2 +# Version....: v3.3.3 # Purpose....: OUD default config file # Notes......: This file initially gets configured during installation # of OUDBase diff --git a/local/oudbase/templates/create/generic/00_init_environment b/local/oudbase/templates/create/generic/00_init_environment index 5f9a6a12..15495375 100755 --- a/local/oudbase/templates/create/generic/00_init_environment +++ b/local/oudbase/templates/create/generic/00_init_environment @@ -6,7 +6,7 @@ # Author.....: Stefan Oehrli (oes) stefan.oehrli@oradba.ch # Editor.....: Stefan Oehrli # Date.......: 2023.03.29 -# Version....: v3.3.2 +# Version....: v3.3.3 # Purpose....: File for setting the instance-specific environment. # The setup scripts are based on the OUD Base environment. # If OUD Base is not used, you may have to adapt this file diff --git a/local/oudbase/templates/create/generic/01_create_instance.sh b/local/oudbase/templates/create/generic/01_create_instance.sh index f96daf00..d9422136 100755 --- a/local/oudbase/templates/create/generic/01_create_instance.sh +++ b/local/oudbase/templates/create/generic/01_create_instance.sh @@ -6,7 +6,7 @@ # Author.....: Stefan Oehrli (oes) stefan.oehrli@oradba.ch # Editor.....: Stefan Oehrli # Date.......: 2023.03.29 -# Version....: v3.3.2 +# Version....: v3.3.3 # Purpose....: Script to create the OUD instance with EUS context # using oud-setup. # Notes......: Will skip oud-proxy-setup if config.ldif already exists diff --git a/local/oudbase/templates/create/generic/02_config_basedn.conf b/local/oudbase/templates/create/generic/02_config_basedn.conf index 9cfaeda6..50144f5c 100644 --- a/local/oudbase/templates/create/generic/02_config_basedn.conf +++ b/local/oudbase/templates/create/generic/02_config_basedn.conf @@ -5,7 +5,7 @@ # Author.....: Stefan Oehrli (oes) stefan.oehrli@oradba.ch # Editor.....: Stefan Oehrli # Date.......: 2023.03.29 -# Version....: v3.3.2 +# Version....: v3.3.3 # Usage......: dsconfig -h $(hostname) -p $PORT_ADMIN -D "cn=Directory Manager" \ # -j $PWD_FILE -X -v -n --batchFilePath 02_config_basedn.conf # Purpose....: Instance batch file for configuration via dsconfig --batchFilePath diff --git a/local/oudbase/templates/create/generic/02_config_basedn.ldif b/local/oudbase/templates/create/generic/02_config_basedn.ldif index 131ac739..5ddc3e5a 100644 --- a/local/oudbase/templates/create/generic/02_config_basedn.ldif +++ b/local/oudbase/templates/create/generic/02_config_basedn.ldif @@ -6,7 +6,7 @@ # Author.....: Stefan Oehrli (oes) stefan.oehrli@oradba.ch # Editor.....: Stefan Oehrli # Date.......: 2023.03.29 -# Version....: v3.3.2 +# Version....: v3.3.3 # Purpose....: Configure base DN and add ou's for users and groups # Notes......: The LDIF file is loaded by the script 02_config_basedn.sh # If necessary it can also be imported manually. diff --git a/local/oudbase/templates/create/generic/02_config_basedn.sh b/local/oudbase/templates/create/generic/02_config_basedn.sh index d1fe0101..1d7ef8ad 100755 --- a/local/oudbase/templates/create/generic/02_config_basedn.sh +++ b/local/oudbase/templates/create/generic/02_config_basedn.sh @@ -6,7 +6,7 @@ # Author.....: Stefan Oehrli (oes) stefan.oehrli@oradba.ch # Editor.....: Stefan Oehrli # Date.......: 2023.03.29 -# Version....: v3.3.2 +# Version....: v3.3.3 # Purpose....: Script to configure base DN and add ou's for users and groups. # Notes......: BaseDN in 02_config_basedn.ldif will be updated before # it is loaded using ldapmodify. diff --git a/local/oudbase/templates/create/generic/03_config_oud.conf b/local/oudbase/templates/create/generic/03_config_oud.conf index be5e2dfc..30905c62 100644 --- a/local/oudbase/templates/create/generic/03_config_oud.conf +++ b/local/oudbase/templates/create/generic/03_config_oud.conf @@ -5,7 +5,7 @@ # Author.....: Stefan Oehrli (oes) stefan.oehrli@oradba.ch # Editor.....: Stefan Oehrli # Date.......: 2023.03.29 -# Version....: v3.3.2 +# Version....: v3.3.3 # Usage......: dsconfig -h $(hostname) -p $PORT_ADMIN -D "cn=Directory Manager" \ # -j $PWD_FILE -X -v -n --batchFilePath 03_config_oud.conf # Purpose....: Instance batch file for configuration via dsconfig --batchFilePath diff --git a/local/oudbase/templates/create/generic/03_config_oud.sh b/local/oudbase/templates/create/generic/03_config_oud.sh index ed3f3fd5..d7bd6a64 100755 --- a/local/oudbase/templates/create/generic/03_config_oud.sh +++ b/local/oudbase/templates/create/generic/03_config_oud.sh @@ -6,7 +6,7 @@ # Author.....: Stefan Oehrli (oes) stefan.oehrli@oradba.ch # Editor.....: Stefan Oehrli # Date.......: 2023.03.29 -# Version....: v3.3.2 +# Version....: v3.3.3 # Purpose....: Script to configure the OUD proxy instance. # Notes......: The config file 03_config_oud_proxy.conf is executed using # dsconfig in batch mode. If required, each command can diff --git a/local/oudbase/templates/create/generic/04_create_root_user.conf b/local/oudbase/templates/create/generic/04_create_root_user.conf index c35b688d..cfe760ee 100644 --- a/local/oudbase/templates/create/generic/04_create_root_user.conf +++ b/local/oudbase/templates/create/generic/04_create_root_user.conf @@ -5,7 +5,7 @@ # Author.....: Stefan Oehrli (oes) stefan.oehrli@oradba.ch # Editor.....: Stefan Oehrli # Date.......: 2023.03.29 -# Version....: v3.3.2 +# Version....: v3.3.3 # Usage......: dsconfig -h $(hostname) -p $PORT_ADMIN -D "cn=Directory Manager" \ # -j $PWD_FILE -X -v -n --batchFilePath 04_create_root_user.conf # Purpose....: Script for adjusting the root user diff --git a/local/oudbase/templates/create/generic/04_create_root_user.ldif b/local/oudbase/templates/create/generic/04_create_root_user.ldif index 32ba31eb..39ff093e 100644 --- a/local/oudbase/templates/create/generic/04_create_root_user.ldif +++ b/local/oudbase/templates/create/generic/04_create_root_user.ldif @@ -5,7 +5,7 @@ # Author.....: Stefan Oehrli (oes) stefan.oehrli@oradba.ch # Editor.....: Stefan Oehrli # Date.......: 2023.03.29 -# Version....: v3.3.2 +# Version....: v3.3.3 # Usage......: 04_create_root_user.ldif # Purpose....: LDIF file for ldif # Notes......: diff --git a/local/oudbase/templates/create/generic/04_create_root_user.sh b/local/oudbase/templates/create/generic/04_create_root_user.sh index 7d77a4ce..85b1bb9c 100755 --- a/local/oudbase/templates/create/generic/04_create_root_user.sh +++ b/local/oudbase/templates/create/generic/04_create_root_user.sh @@ -6,7 +6,7 @@ # Author.....: Stefan Oehrli (oes) stefan.oehrli@oradba.ch # Editor.....: Stefan Oehrli # Date.......: 2023.03.29 -# Version....: v3.3.2 +# Version....: v3.3.3 # Usage......: 04_create_root_user.sh # Purpose....: Script für das erstellen der root User # Notes......: Das Script für die dsconfig Kommandos aus 04_create_root_user.conf diff --git a/local/oudbase/templates/create/generic/05_add_suffix.ldif b/local/oudbase/templates/create/generic/05_add_suffix.ldif index 39644874..9ae27cef 100644 --- a/local/oudbase/templates/create/generic/05_add_suffix.ldif +++ b/local/oudbase/templates/create/generic/05_add_suffix.ldif @@ -6,7 +6,7 @@ # Author.....: Stefan Oehrli (oes) stefan.oehrli@oradba.ch # Editor.....: Stefan Oehrli # Date.......: 2023.03.29 -# Version....: v3.3.2 +# Version....: v3.3.3 # Purpose....: NET realm configuration for the user and group search base # Notes......: The LDIF file is loaded by the script 03_config_NET_realm.sh # If necessary it can also be imported manually. diff --git a/local/oudbase/templates/create/generic/05_add_suffix.sh b/local/oudbase/templates/create/generic/05_add_suffix.sh index 08ce2751..f5fa5bd4 100755 --- a/local/oudbase/templates/create/generic/05_add_suffix.sh +++ b/local/oudbase/templates/create/generic/05_add_suffix.sh @@ -6,7 +6,7 @@ # Author.....: Stefan Oehrli (oes) stefan.oehrli@oradba.ch # Editor.....: Stefan Oehrli # Date.......: 2023.03.29 -# Version....: v3.3.2 +# Version....: v3.3.3 # Usage......: 05_add_suffix.sh # Purpose....: Simple script to add the different NET suffixes # Notes......: diff --git a/local/oudbase/templates/create/generic/07_create_eusadmin_users.sh b/local/oudbase/templates/create/generic/07_create_eusadmin_users.sh index 1a2aa9a7..8ca805cb 100755 --- a/local/oudbase/templates/create/generic/07_create_eusadmin_users.sh +++ b/local/oudbase/templates/create/generic/07_create_eusadmin_users.sh @@ -6,7 +6,7 @@ # Author.....: Stefan Oehrli (oes) stefan.oehrli@oradba.ch # Editor.....: Stefan Oehrli # Date.......: 2023.03.29 -# Version....: v3.3.2 +# Version....: v3.3.3 # Purpose....: Script to create EUS Context Admin according to MOS Note 1996363.1. # Notes......: -- # Reference..: https://github.com/oehrlis/oudbase diff --git a/local/oudbase/templates/create/generic/10_reset_directory_manager_password.sh b/local/oudbase/templates/create/generic/10_reset_directory_manager_password.sh index dd8c7b1c..994cae06 100755 --- a/local/oudbase/templates/create/generic/10_reset_directory_manager_password.sh +++ b/local/oudbase/templates/create/generic/10_reset_directory_manager_password.sh @@ -6,7 +6,7 @@ # Author.....: Stefan Oehrli (oes) stefan.oehrli@oradba.ch # Editor.....: Stefan Oehrli # Date.......: 2023.03.29 -# Version....: v3.3.2 +# Version....: v3.3.3 # Purpose....: Adjust cn=Directory Manager to use new password storage scheme # Notes......: -- # Reference..: https://github.com/oehrlis/oudbase diff --git a/local/oudbase/templates/create/generic/11_reset_root_passwords.sh b/local/oudbase/templates/create/generic/11_reset_root_passwords.sh index d6280cf0..c177dea3 100755 --- a/local/oudbase/templates/create/generic/11_reset_root_passwords.sh +++ b/local/oudbase/templates/create/generic/11_reset_root_passwords.sh @@ -6,7 +6,7 @@ # Author.....: Stefan Oehrli (oes) stefan.oehrli@oradba.ch # Editor.....: Stefan Oehrli # Date.......: 2023.03.29 -# Version....: v3.3.2 +# Version....: v3.3.3 # Usage......: 11_reset_root_passwords.sh # Purpose....: Script to reset admin user passwords # Notes......: diff --git a/local/oudbase/templates/create/generic/12_reset_eusadmin_password.sh b/local/oudbase/templates/create/generic/12_reset_eusadmin_password.sh index 7a2a873b..5b457249 100755 --- a/local/oudbase/templates/create/generic/12_reset_eusadmin_password.sh +++ b/local/oudbase/templates/create/generic/12_reset_eusadmin_password.sh @@ -6,7 +6,7 @@ # Author.....: Stefan Oehrli (oes) stefan.oehrli@oradba.ch # Editor.....: Stefan Oehrli # Date.......: 2023.03.29 -# Version....: v3.3.2 +# Version....: v3.3.3 # Usage......: 18_reset_eusadmin_password.sh # Purpose....: Script to reset eusadmin user password # Notes......: diff --git a/local/oudbase/templates/create/generic/14_create_demo_users.ldif b/local/oudbase/templates/create/generic/14_create_demo_users.ldif index e31dffad..aaae5b52 100644 --- a/local/oudbase/templates/create/generic/14_create_demo_users.ldif +++ b/local/oudbase/templates/create/generic/14_create_demo_users.ldif @@ -6,7 +6,7 @@ version: 1 # Author.....: Stefan Oehrli (oes) stefan.oehrli@oradba.ch # Editor.....: Stefan Oehrli # Date.......: 2023.03.29 -# Version....: v3.3.2 +# Version....: v3.3.3 # Purpose....: Trivadis LAB LDIF file for regular LDAP # Notes......: # Reference..: -- diff --git a/local/oudbase/templates/create/generic/14_create_demo_users.sh b/local/oudbase/templates/create/generic/14_create_demo_users.sh index 5892210b..8273fc71 100755 --- a/local/oudbase/templates/create/generic/14_create_demo_users.sh +++ b/local/oudbase/templates/create/generic/14_create_demo_users.sh @@ -6,7 +6,7 @@ # Author.....: Stefan Oehrli (oes) stefan.oehrli@oradba.ch # Editor.....: Stefan Oehrli # Date.......: 2023.03.29 -# Version....: v3.3.2 +# Version....: v3.3.3 # Purpose....: Script to create a couple of users and groups. # Notes......: BaseDN in 02_config_basedn.ldif will be updated before # it is loaded using ldapmodify. diff --git a/local/oudbase/templates/create/generic/15_reset_user_passwords.sh b/local/oudbase/templates/create/generic/15_reset_user_passwords.sh index 85a5b9a7..eeeae788 100755 --- a/local/oudbase/templates/create/generic/15_reset_user_passwords.sh +++ b/local/oudbase/templates/create/generic/15_reset_user_passwords.sh @@ -6,7 +6,7 @@ # Author.....: Stefan Oehrli (oes) stefan.oehrli@oradba.ch # Editor.....: Stefan Oehrli # Date.......: 2023.03.29 -# Version....: v3.3.2 +# Version....: v3.3.3 # Usage......: 15_reset_user_passwords.sh # Purpose....: Script to reset admin user passwords # Notes......: diff --git a/local/oudbase/templates/create/generic/99_completion_status.sh b/local/oudbase/templates/create/generic/99_completion_status.sh index 31bc269b..b236243d 100755 --- a/local/oudbase/templates/create/generic/99_completion_status.sh +++ b/local/oudbase/templates/create/generic/99_completion_status.sh @@ -6,7 +6,7 @@ # Author.....: Stefan Oehrli (oes) stefan.oehrli@oradba.ch # Editor.....: Stefan Oehrli # Date.......: 2023.03.29 -# Version....: v3.3.2 +# Version....: v3.3.3 # Usage......: 99_completion_status.sh # Purpose....: simple touch completion status # Notes......: diff --git a/local/oudbase/templates/create/generic/setup_oud_instance b/local/oudbase/templates/create/generic/setup_oud_instance index 882b972d..80e9f583 100755 --- a/local/oudbase/templates/create/generic/setup_oud_instance +++ b/local/oudbase/templates/create/generic/setup_oud_instance @@ -6,7 +6,7 @@ # Author.....: Stefan Oehrli (oes) stefan.oehrli@oradba.ch # Editor.....: Stefan Oehrli # Date.......: 2023.03.29 -# Version....: v3.3.2 +# Version....: v3.3.3 # Usage......: setup_oud_instance # Purpose....: Script to create the OUD instance # Notes......: The script will go execute all 0?_*.sh and 1?_*.sh files diff --git a/local/oudbase/templates/create/misc/18_migrate_keystore.sh b/local/oudbase/templates/create/misc/18_migrate_keystore.sh index 217c43a9..d37fa672 100755 --- a/local/oudbase/templates/create/misc/18_migrate_keystore.sh +++ b/local/oudbase/templates/create/misc/18_migrate_keystore.sh @@ -6,7 +6,7 @@ # Author.....: Stefan Oehrli (oes) stefan.oehrli@oradba.ch # Editor.....: Stefan Oehrli # Date.......: 2023.03.29 -# Version....: v3.3.2 +# Version....: v3.3.3 # Purpose....: Script to migrate the java keystore to PKCS12 # Notes......: -- # Reference..: https://github.com/oehrlis/oudbase diff --git a/local/oudbase/templates/create/misc/19_export_trustcert_keystore.sh b/local/oudbase/templates/create/misc/19_export_trustcert_keystore.sh index b368fee9..3df84fbb 100755 --- a/local/oudbase/templates/create/misc/19_export_trustcert_keystore.sh +++ b/local/oudbase/templates/create/misc/19_export_trustcert_keystore.sh @@ -6,7 +6,7 @@ # Author.....: Stefan Oehrli (oes) stefan.oehrli@oradba.ch # Editor.....: Stefan Oehrli # Date.......: 2023.03.29 -# Version....: v3.3.2 +# Version....: v3.3.3 # Purpose....: Script to export the java keystore to PKCS12 # Notes......: -- # Reference..: https://github.com/oehrlis/oudbase diff --git a/local/oudbase/templates/create/oud12c_eus/00_init_environment b/local/oudbase/templates/create/oud12c_eus/00_init_environment index 5f9a6a12..15495375 100755 --- a/local/oudbase/templates/create/oud12c_eus/00_init_environment +++ b/local/oudbase/templates/create/oud12c_eus/00_init_environment @@ -6,7 +6,7 @@ # Author.....: Stefan Oehrli (oes) stefan.oehrli@oradba.ch # Editor.....: Stefan Oehrli # Date.......: 2023.03.29 -# Version....: v3.3.2 +# Version....: v3.3.3 # Purpose....: File for setting the instance-specific environment. # The setup scripts are based on the OUD Base environment. # If OUD Base is not used, you may have to adapt this file diff --git a/local/oudbase/templates/create/oud12c_eus/01_create_eus_instance.sh b/local/oudbase/templates/create/oud12c_eus/01_create_eus_instance.sh index 4a7e296b..aea63967 100755 --- a/local/oudbase/templates/create/oud12c_eus/01_create_eus_instance.sh +++ b/local/oudbase/templates/create/oud12c_eus/01_create_eus_instance.sh @@ -6,7 +6,7 @@ # Author.....: Stefan Oehrli (oes) stefan.oehrli@oradba.ch # Editor.....: Stefan Oehrli # Date.......: 2023.03.29 -# Version....: v3.3.2 +# Version....: v3.3.3 # Purpose....: Script to create the OUD instance with EUS context # using oud-setup. # Notes......: Will skip oud-proxy-setup if config.ldif already exists diff --git a/local/oudbase/templates/create/oud12c_eus/02_config_basedn.conf b/local/oudbase/templates/create/oud12c_eus/02_config_basedn.conf index 9cfaeda6..50144f5c 100644 --- a/local/oudbase/templates/create/oud12c_eus/02_config_basedn.conf +++ b/local/oudbase/templates/create/oud12c_eus/02_config_basedn.conf @@ -5,7 +5,7 @@ # Author.....: Stefan Oehrli (oes) stefan.oehrli@oradba.ch # Editor.....: Stefan Oehrli # Date.......: 2023.03.29 -# Version....: v3.3.2 +# Version....: v3.3.3 # Usage......: dsconfig -h $(hostname) -p $PORT_ADMIN -D "cn=Directory Manager" \ # -j $PWD_FILE -X -v -n --batchFilePath 02_config_basedn.conf # Purpose....: Instance batch file for configuration via dsconfig --batchFilePath diff --git a/local/oudbase/templates/create/oud12c_eus/02_config_basedn.ldif b/local/oudbase/templates/create/oud12c_eus/02_config_basedn.ldif index 131ac739..5ddc3e5a 100644 --- a/local/oudbase/templates/create/oud12c_eus/02_config_basedn.ldif +++ b/local/oudbase/templates/create/oud12c_eus/02_config_basedn.ldif @@ -6,7 +6,7 @@ # Author.....: Stefan Oehrli (oes) stefan.oehrli@oradba.ch # Editor.....: Stefan Oehrli # Date.......: 2023.03.29 -# Version....: v3.3.2 +# Version....: v3.3.3 # Purpose....: Configure base DN and add ou's for users and groups # Notes......: The LDIF file is loaded by the script 02_config_basedn.sh # If necessary it can also be imported manually. diff --git a/local/oudbase/templates/create/oud12c_eus/02_config_basedn.sh b/local/oudbase/templates/create/oud12c_eus/02_config_basedn.sh index d1fe0101..1d7ef8ad 100755 --- a/local/oudbase/templates/create/oud12c_eus/02_config_basedn.sh +++ b/local/oudbase/templates/create/oud12c_eus/02_config_basedn.sh @@ -6,7 +6,7 @@ # Author.....: Stefan Oehrli (oes) stefan.oehrli@oradba.ch # Editor.....: Stefan Oehrli # Date.......: 2023.03.29 -# Version....: v3.3.2 +# Version....: v3.3.3 # Purpose....: Script to configure base DN and add ou's for users and groups. # Notes......: BaseDN in 02_config_basedn.ldif will be updated before # it is loaded using ldapmodify. diff --git a/local/oudbase/templates/create/oud12c_eus/03_config_oud.conf b/local/oudbase/templates/create/oud12c_eus/03_config_oud.conf index be5e2dfc..30905c62 100644 --- a/local/oudbase/templates/create/oud12c_eus/03_config_oud.conf +++ b/local/oudbase/templates/create/oud12c_eus/03_config_oud.conf @@ -5,7 +5,7 @@ # Author.....: Stefan Oehrli (oes) stefan.oehrli@oradba.ch # Editor.....: Stefan Oehrli # Date.......: 2023.03.29 -# Version....: v3.3.2 +# Version....: v3.3.3 # Usage......: dsconfig -h $(hostname) -p $PORT_ADMIN -D "cn=Directory Manager" \ # -j $PWD_FILE -X -v -n --batchFilePath 03_config_oud.conf # Purpose....: Instance batch file for configuration via dsconfig --batchFilePath diff --git a/local/oudbase/templates/create/oud12c_eus/03_config_oud.sh b/local/oudbase/templates/create/oud12c_eus/03_config_oud.sh index ed3f3fd5..d7bd6a64 100755 --- a/local/oudbase/templates/create/oud12c_eus/03_config_oud.sh +++ b/local/oudbase/templates/create/oud12c_eus/03_config_oud.sh @@ -6,7 +6,7 @@ # Author.....: Stefan Oehrli (oes) stefan.oehrli@oradba.ch # Editor.....: Stefan Oehrli # Date.......: 2023.03.29 -# Version....: v3.3.2 +# Version....: v3.3.3 # Purpose....: Script to configure the OUD proxy instance. # Notes......: The config file 03_config_oud_proxy.conf is executed using # dsconfig in batch mode. If required, each command can diff --git a/local/oudbase/templates/create/oud12c_eus/04_create_root_user.conf b/local/oudbase/templates/create/oud12c_eus/04_create_root_user.conf index c35b688d..cfe760ee 100644 --- a/local/oudbase/templates/create/oud12c_eus/04_create_root_user.conf +++ b/local/oudbase/templates/create/oud12c_eus/04_create_root_user.conf @@ -5,7 +5,7 @@ # Author.....: Stefan Oehrli (oes) stefan.oehrli@oradba.ch # Editor.....: Stefan Oehrli # Date.......: 2023.03.29 -# Version....: v3.3.2 +# Version....: v3.3.3 # Usage......: dsconfig -h $(hostname) -p $PORT_ADMIN -D "cn=Directory Manager" \ # -j $PWD_FILE -X -v -n --batchFilePath 04_create_root_user.conf # Purpose....: Script for adjusting the root user diff --git a/local/oudbase/templates/create/oud12c_eus/04_create_root_user.ldif b/local/oudbase/templates/create/oud12c_eus/04_create_root_user.ldif index 32ba31eb..39ff093e 100644 --- a/local/oudbase/templates/create/oud12c_eus/04_create_root_user.ldif +++ b/local/oudbase/templates/create/oud12c_eus/04_create_root_user.ldif @@ -5,7 +5,7 @@ # Author.....: Stefan Oehrli (oes) stefan.oehrli@oradba.ch # Editor.....: Stefan Oehrli # Date.......: 2023.03.29 -# Version....: v3.3.2 +# Version....: v3.3.3 # Usage......: 04_create_root_user.ldif # Purpose....: LDIF file for ldif # Notes......: diff --git a/local/oudbase/templates/create/oud12c_eus/04_create_root_user.sh b/local/oudbase/templates/create/oud12c_eus/04_create_root_user.sh index 7d77a4ce..85b1bb9c 100755 --- a/local/oudbase/templates/create/oud12c_eus/04_create_root_user.sh +++ b/local/oudbase/templates/create/oud12c_eus/04_create_root_user.sh @@ -6,7 +6,7 @@ # Author.....: Stefan Oehrli (oes) stefan.oehrli@oradba.ch # Editor.....: Stefan Oehrli # Date.......: 2023.03.29 -# Version....: v3.3.2 +# Version....: v3.3.3 # Usage......: 04_create_root_user.sh # Purpose....: Script für das erstellen der root User # Notes......: Das Script für die dsconfig Kommandos aus 04_create_root_user.conf diff --git a/local/oudbase/templates/create/oud12c_eus/05_config_eus_realm.ldif b/local/oudbase/templates/create/oud12c_eus/05_config_eus_realm.ldif index 794204a8..40ca000d 100644 --- a/local/oudbase/templates/create/oud12c_eus/05_config_eus_realm.ldif +++ b/local/oudbase/templates/create/oud12c_eus/05_config_eus_realm.ldif @@ -5,7 +5,7 @@ # Author.....: Stefan Oehrli (oes) stefan.oehrli@oradba.ch # Editor.....: Stefan Oehrli # Date.......: 2023.03.29 -# Version....: v3.3.2 +# Version....: v3.3.3 # Purpose....: EUS realm configuration for the user and group search base # Notes......: The LDIF file is loaded by the script 03_config_eus_realm.sh # If necessary it can also be imported manually. diff --git a/local/oudbase/templates/create/oud12c_eus/05_config_eus_realm.sh b/local/oudbase/templates/create/oud12c_eus/05_config_eus_realm.sh index 64fcaf45..d71e0fd4 100755 --- a/local/oudbase/templates/create/oud12c_eus/05_config_eus_realm.sh +++ b/local/oudbase/templates/create/oud12c_eus/05_config_eus_realm.sh @@ -6,7 +6,7 @@ # Author.....: Stefan Oehrli (oes) stefan.oehrli@oradba.ch # Editor.....: Stefan Oehrli # Date.......: 2023.03.29 -# Version....: v3.3.2 +# Version....: v3.3.3 # Purpose....: Script to configure EUS realm to the OUD proxy instance. # Notes......: BaseDN in 05_config_eus_realm.ldif will be updated before # it is loaded using ldapmodify. diff --git a/local/oudbase/templates/create/oud12c_eus/07_create_eusadmin_users.sh b/local/oudbase/templates/create/oud12c_eus/07_create_eusadmin_users.sh index 1a2aa9a7..8ca805cb 100755 --- a/local/oudbase/templates/create/oud12c_eus/07_create_eusadmin_users.sh +++ b/local/oudbase/templates/create/oud12c_eus/07_create_eusadmin_users.sh @@ -6,7 +6,7 @@ # Author.....: Stefan Oehrli (oes) stefan.oehrli@oradba.ch # Editor.....: Stefan Oehrli # Date.......: 2023.03.29 -# Version....: v3.3.2 +# Version....: v3.3.3 # Purpose....: Script to create EUS Context Admin according to MOS Note 1996363.1. # Notes......: -- # Reference..: https://github.com/oehrlis/oudbase diff --git a/local/oudbase/templates/create/oud12c_eus/10_reset_directory_manager_password.sh b/local/oudbase/templates/create/oud12c_eus/10_reset_directory_manager_password.sh index dd8c7b1c..994cae06 100755 --- a/local/oudbase/templates/create/oud12c_eus/10_reset_directory_manager_password.sh +++ b/local/oudbase/templates/create/oud12c_eus/10_reset_directory_manager_password.sh @@ -6,7 +6,7 @@ # Author.....: Stefan Oehrli (oes) stefan.oehrli@oradba.ch # Editor.....: Stefan Oehrli # Date.......: 2023.03.29 -# Version....: v3.3.2 +# Version....: v3.3.3 # Purpose....: Adjust cn=Directory Manager to use new password storage scheme # Notes......: -- # Reference..: https://github.com/oehrlis/oudbase diff --git a/local/oudbase/templates/create/oud12c_eus/11_reset_root_passwords.sh b/local/oudbase/templates/create/oud12c_eus/11_reset_root_passwords.sh index d6280cf0..c177dea3 100755 --- a/local/oudbase/templates/create/oud12c_eus/11_reset_root_passwords.sh +++ b/local/oudbase/templates/create/oud12c_eus/11_reset_root_passwords.sh @@ -6,7 +6,7 @@ # Author.....: Stefan Oehrli (oes) stefan.oehrli@oradba.ch # Editor.....: Stefan Oehrli # Date.......: 2023.03.29 -# Version....: v3.3.2 +# Version....: v3.3.3 # Usage......: 11_reset_root_passwords.sh # Purpose....: Script to reset admin user passwords # Notes......: diff --git a/local/oudbase/templates/create/oud12c_eus/12_reset_eusadmin_password.sh b/local/oudbase/templates/create/oud12c_eus/12_reset_eusadmin_password.sh index 7a2a873b..5b457249 100755 --- a/local/oudbase/templates/create/oud12c_eus/12_reset_eusadmin_password.sh +++ b/local/oudbase/templates/create/oud12c_eus/12_reset_eusadmin_password.sh @@ -6,7 +6,7 @@ # Author.....: Stefan Oehrli (oes) stefan.oehrli@oradba.ch # Editor.....: Stefan Oehrli # Date.......: 2023.03.29 -# Version....: v3.3.2 +# Version....: v3.3.3 # Usage......: 18_reset_eusadmin_password.sh # Purpose....: Script to reset eusadmin user password # Notes......: diff --git a/local/oudbase/templates/create/oud12c_eus/14_create_demo_users.ldif b/local/oudbase/templates/create/oud12c_eus/14_create_demo_users.ldif index e31dffad..aaae5b52 100644 --- a/local/oudbase/templates/create/oud12c_eus/14_create_demo_users.ldif +++ b/local/oudbase/templates/create/oud12c_eus/14_create_demo_users.ldif @@ -6,7 +6,7 @@ version: 1 # Author.....: Stefan Oehrli (oes) stefan.oehrli@oradba.ch # Editor.....: Stefan Oehrli # Date.......: 2023.03.29 -# Version....: v3.3.2 +# Version....: v3.3.3 # Purpose....: Trivadis LAB LDIF file for regular LDAP # Notes......: # Reference..: -- diff --git a/local/oudbase/templates/create/oud12c_eus/14_create_demo_users.sh b/local/oudbase/templates/create/oud12c_eus/14_create_demo_users.sh index 5892210b..8273fc71 100755 --- a/local/oudbase/templates/create/oud12c_eus/14_create_demo_users.sh +++ b/local/oudbase/templates/create/oud12c_eus/14_create_demo_users.sh @@ -6,7 +6,7 @@ # Author.....: Stefan Oehrli (oes) stefan.oehrli@oradba.ch # Editor.....: Stefan Oehrli # Date.......: 2023.03.29 -# Version....: v3.3.2 +# Version....: v3.3.3 # Purpose....: Script to create a couple of users and groups. # Notes......: BaseDN in 02_config_basedn.ldif will be updated before # it is loaded using ldapmodify. diff --git a/local/oudbase/templates/create/oud12c_eus/15_reset_user_passwords.sh b/local/oudbase/templates/create/oud12c_eus/15_reset_user_passwords.sh index 85a5b9a7..eeeae788 100755 --- a/local/oudbase/templates/create/oud12c_eus/15_reset_user_passwords.sh +++ b/local/oudbase/templates/create/oud12c_eus/15_reset_user_passwords.sh @@ -6,7 +6,7 @@ # Author.....: Stefan Oehrli (oes) stefan.oehrli@oradba.ch # Editor.....: Stefan Oehrli # Date.......: 2023.03.29 -# Version....: v3.3.2 +# Version....: v3.3.3 # Usage......: 15_reset_user_passwords.sh # Purpose....: Script to reset admin user passwords # Notes......: diff --git a/local/oudbase/templates/create/oud12c_eus/18_migrate_keystore.sh b/local/oudbase/templates/create/oud12c_eus/18_migrate_keystore.sh index 217c43a9..d37fa672 100755 --- a/local/oudbase/templates/create/oud12c_eus/18_migrate_keystore.sh +++ b/local/oudbase/templates/create/oud12c_eus/18_migrate_keystore.sh @@ -6,7 +6,7 @@ # Author.....: Stefan Oehrli (oes) stefan.oehrli@oradba.ch # Editor.....: Stefan Oehrli # Date.......: 2023.03.29 -# Version....: v3.3.2 +# Version....: v3.3.3 # Purpose....: Script to migrate the java keystore to PKCS12 # Notes......: -- # Reference..: https://github.com/oehrlis/oudbase diff --git a/local/oudbase/templates/create/oud12c_eus/19_export_trustcert_keystore.sh b/local/oudbase/templates/create/oud12c_eus/19_export_trustcert_keystore.sh index b368fee9..3df84fbb 100755 --- a/local/oudbase/templates/create/oud12c_eus/19_export_trustcert_keystore.sh +++ b/local/oudbase/templates/create/oud12c_eus/19_export_trustcert_keystore.sh @@ -6,7 +6,7 @@ # Author.....: Stefan Oehrli (oes) stefan.oehrli@oradba.ch # Editor.....: Stefan Oehrli # Date.......: 2023.03.29 -# Version....: v3.3.2 +# Version....: v3.3.3 # Purpose....: Script to export the java keystore to PKCS12 # Notes......: -- # Reference..: https://github.com/oehrlis/oudbase diff --git a/local/oudbase/templates/create/oud12c_eus/setup_oud_instance b/local/oudbase/templates/create/oud12c_eus/setup_oud_instance index 882b972d..80e9f583 100755 --- a/local/oudbase/templates/create/oud12c_eus/setup_oud_instance +++ b/local/oudbase/templates/create/oud12c_eus/setup_oud_instance @@ -6,7 +6,7 @@ # Author.....: Stefan Oehrli (oes) stefan.oehrli@oradba.ch # Editor.....: Stefan Oehrli # Date.......: 2023.03.29 -# Version....: v3.3.2 +# Version....: v3.3.3 # Usage......: setup_oud_instance # Purpose....: Script to create the OUD instance # Notes......: The script will go execute all 0?_*.sh and 1?_*.sh files diff --git a/local/oudbase/templates/create/oud12c_eus_ad_proxy/00_init_environment b/local/oudbase/templates/create/oud12c_eus_ad_proxy/00_init_environment index 808a79b6..d26df79e 100755 --- a/local/oudbase/templates/create/oud12c_eus_ad_proxy/00_init_environment +++ b/local/oudbase/templates/create/oud12c_eus_ad_proxy/00_init_environment @@ -6,7 +6,7 @@ # Author.....: Stefan Oehrli (oes) stefan.oehrli@oradba.ch # Editor.....: Stefan Oehrli # Date.......: 2023.03.29 -# Version....: v3.3.2 +# Version....: v3.3.3 # Purpose....: File for setting the instance-specific environment. # The setup scripts are based on the OUD Base environment. # If OUD Base is not used, you may have to adapt this file diff --git a/local/oudbase/templates/create/oud12c_eus_ad_proxy/01_create_eus_proxy_instance.sh b/local/oudbase/templates/create/oud12c_eus_ad_proxy/01_create_eus_proxy_instance.sh index 6d376e88..817521cb 100755 --- a/local/oudbase/templates/create/oud12c_eus_ad_proxy/01_create_eus_proxy_instance.sh +++ b/local/oudbase/templates/create/oud12c_eus_ad_proxy/01_create_eus_proxy_instance.sh @@ -6,7 +6,7 @@ # Author.....: Stefan Oehrli (oes) stefan.oehrli@oradba.ch # Editor.....: Stefan Oehrli # Date.......: 2023.03.29 -# Version....: v3.3.2 +# Version....: v3.3.3 # Purpose....: Script to create the OUD instance with EUS context # using oud-proxy-setup. # Notes......: Will skip oud-proxy-setup if config.ldif already exists diff --git a/local/oudbase/templates/create/oud12c_eus_ad_proxy/02_config_basedn.conf b/local/oudbase/templates/create/oud12c_eus_ad_proxy/02_config_basedn.conf index 9cfaeda6..50144f5c 100644 --- a/local/oudbase/templates/create/oud12c_eus_ad_proxy/02_config_basedn.conf +++ b/local/oudbase/templates/create/oud12c_eus_ad_proxy/02_config_basedn.conf @@ -5,7 +5,7 @@ # Author.....: Stefan Oehrli (oes) stefan.oehrli@oradba.ch # Editor.....: Stefan Oehrli # Date.......: 2023.03.29 -# Version....: v3.3.2 +# Version....: v3.3.3 # Usage......: dsconfig -h $(hostname) -p $PORT_ADMIN -D "cn=Directory Manager" \ # -j $PWD_FILE -X -v -n --batchFilePath 02_config_basedn.conf # Purpose....: Instance batch file for configuration via dsconfig --batchFilePath diff --git a/local/oudbase/templates/create/oud12c_eus_ad_proxy/02_config_basedn.ldif b/local/oudbase/templates/create/oud12c_eus_ad_proxy/02_config_basedn.ldif index b22d16c9..449e8215 100644 --- a/local/oudbase/templates/create/oud12c_eus_ad_proxy/02_config_basedn.ldif +++ b/local/oudbase/templates/create/oud12c_eus_ad_proxy/02_config_basedn.ldif @@ -6,7 +6,7 @@ # Author.....: Stefan Oehrli (oes) stefan.oehrli@oradba.ch # Editor.....: Stefan Oehrli # Date.......: 2023.03.29 -# Version....: v3.3.2 +# Version....: v3.3.3 # Purpose....: Configure base DN and add ou's for users and groups # Notes......: The LDIF file is loaded by the script 02_config_basedn.sh # If necessary it can also be imported manually. diff --git a/local/oudbase/templates/create/oud12c_eus_ad_proxy/02_config_basedn.sh b/local/oudbase/templates/create/oud12c_eus_ad_proxy/02_config_basedn.sh index d1fe0101..1d7ef8ad 100755 --- a/local/oudbase/templates/create/oud12c_eus_ad_proxy/02_config_basedn.sh +++ b/local/oudbase/templates/create/oud12c_eus_ad_proxy/02_config_basedn.sh @@ -6,7 +6,7 @@ # Author.....: Stefan Oehrli (oes) stefan.oehrli@oradba.ch # Editor.....: Stefan Oehrli # Date.......: 2023.03.29 -# Version....: v3.3.2 +# Version....: v3.3.3 # Purpose....: Script to configure base DN and add ou's for users and groups. # Notes......: BaseDN in 02_config_basedn.ldif will be updated before # it is loaded using ldapmodify. diff --git a/local/oudbase/templates/create/oud12c_eus_ad_proxy/02_config_eus_context.conf b/local/oudbase/templates/create/oud12c_eus_ad_proxy/02_config_eus_context.conf index cfcb3084..03bebd9d 100644 --- a/local/oudbase/templates/create/oud12c_eus_ad_proxy/02_config_eus_context.conf +++ b/local/oudbase/templates/create/oud12c_eus_ad_proxy/02_config_eus_context.conf @@ -5,7 +5,7 @@ # Author.....: Stefan Oehrli (oes) stefan.oehrli@oradba.ch # Editor.....: Stefan Oehrli # Date.......: 2023.03.29 -# Version....: v3.3.2 +# Version....: v3.3.3 # Purpose....: dsconfig Batch file to configure the EUS context in the # OUD proxy instance # Notes......: The following configuration will be added using dsconfig diff --git a/local/oudbase/templates/create/oud12c_eus_ad_proxy/02_config_eus_context.sh b/local/oudbase/templates/create/oud12c_eus_ad_proxy/02_config_eus_context.sh index 0eb817e1..652b166b 100755 --- a/local/oudbase/templates/create/oud12c_eus_ad_proxy/02_config_eus_context.sh +++ b/local/oudbase/templates/create/oud12c_eus_ad_proxy/02_config_eus_context.sh @@ -6,7 +6,7 @@ # Author.....: Stefan Oehrli (oes) stefan.oehrli@oradba.ch # Editor.....: Stefan Oehrli # Date.......: 2023.03.29 -# Version....: v3.3.2 +# Version....: v3.3.3 # Purpose....: Script to configure the EUS context in the OUD proxy instance. # Notes......: The config file 02_config_eus_context.conf is executed using # dsconfig in batch mode. If required, each command can diff --git a/local/oudbase/templates/create/oud12c_eus_ad_proxy/03_config_oud.conf b/local/oudbase/templates/create/oud12c_eus_ad_proxy/03_config_oud.conf index be5e2dfc..30905c62 100644 --- a/local/oudbase/templates/create/oud12c_eus_ad_proxy/03_config_oud.conf +++ b/local/oudbase/templates/create/oud12c_eus_ad_proxy/03_config_oud.conf @@ -5,7 +5,7 @@ # Author.....: Stefan Oehrli (oes) stefan.oehrli@oradba.ch # Editor.....: Stefan Oehrli # Date.......: 2023.03.29 -# Version....: v3.3.2 +# Version....: v3.3.3 # Usage......: dsconfig -h $(hostname) -p $PORT_ADMIN -D "cn=Directory Manager" \ # -j $PWD_FILE -X -v -n --batchFilePath 03_config_oud.conf # Purpose....: Instance batch file for configuration via dsconfig --batchFilePath diff --git a/local/oudbase/templates/create/oud12c_eus_ad_proxy/03_config_oud.sh b/local/oudbase/templates/create/oud12c_eus_ad_proxy/03_config_oud.sh index ed3f3fd5..d7bd6a64 100755 --- a/local/oudbase/templates/create/oud12c_eus_ad_proxy/03_config_oud.sh +++ b/local/oudbase/templates/create/oud12c_eus_ad_proxy/03_config_oud.sh @@ -6,7 +6,7 @@ # Author.....: Stefan Oehrli (oes) stefan.oehrli@oradba.ch # Editor.....: Stefan Oehrli # Date.......: 2023.03.29 -# Version....: v3.3.2 +# Version....: v3.3.3 # Purpose....: Script to configure the OUD proxy instance. # Notes......: The config file 03_config_oud_proxy.conf is executed using # dsconfig in batch mode. If required, each command can diff --git a/local/oudbase/templates/create/oud12c_eus_ad_proxy/04_create_root_user.conf b/local/oudbase/templates/create/oud12c_eus_ad_proxy/04_create_root_user.conf index c35b688d..cfe760ee 100644 --- a/local/oudbase/templates/create/oud12c_eus_ad_proxy/04_create_root_user.conf +++ b/local/oudbase/templates/create/oud12c_eus_ad_proxy/04_create_root_user.conf @@ -5,7 +5,7 @@ # Author.....: Stefan Oehrli (oes) stefan.oehrli@oradba.ch # Editor.....: Stefan Oehrli # Date.......: 2023.03.29 -# Version....: v3.3.2 +# Version....: v3.3.3 # Usage......: dsconfig -h $(hostname) -p $PORT_ADMIN -D "cn=Directory Manager" \ # -j $PWD_FILE -X -v -n --batchFilePath 04_create_root_user.conf # Purpose....: Script for adjusting the root user diff --git a/local/oudbase/templates/create/oud12c_eus_ad_proxy/04_create_root_user.ldif b/local/oudbase/templates/create/oud12c_eus_ad_proxy/04_create_root_user.ldif index 32ba31eb..39ff093e 100644 --- a/local/oudbase/templates/create/oud12c_eus_ad_proxy/04_create_root_user.ldif +++ b/local/oudbase/templates/create/oud12c_eus_ad_proxy/04_create_root_user.ldif @@ -5,7 +5,7 @@ # Author.....: Stefan Oehrli (oes) stefan.oehrli@oradba.ch # Editor.....: Stefan Oehrli # Date.......: 2023.03.29 -# Version....: v3.3.2 +# Version....: v3.3.3 # Usage......: 04_create_root_user.ldif # Purpose....: LDIF file for ldif # Notes......: diff --git a/local/oudbase/templates/create/oud12c_eus_ad_proxy/04_create_root_user.sh b/local/oudbase/templates/create/oud12c_eus_ad_proxy/04_create_root_user.sh index 7d77a4ce..85b1bb9c 100755 --- a/local/oudbase/templates/create/oud12c_eus_ad_proxy/04_create_root_user.sh +++ b/local/oudbase/templates/create/oud12c_eus_ad_proxy/04_create_root_user.sh @@ -6,7 +6,7 @@ # Author.....: Stefan Oehrli (oes) stefan.oehrli@oradba.ch # Editor.....: Stefan Oehrli # Date.......: 2023.03.29 -# Version....: v3.3.2 +# Version....: v3.3.3 # Usage......: 04_create_root_user.sh # Purpose....: Script für das erstellen der root User # Notes......: Das Script für die dsconfig Kommandos aus 04_create_root_user.conf diff --git a/local/oudbase/templates/create/oud12c_eus_ad_proxy/05_config_eus_realm.ldif b/local/oudbase/templates/create/oud12c_eus_ad_proxy/05_config_eus_realm.ldif index 794204a8..40ca000d 100644 --- a/local/oudbase/templates/create/oud12c_eus_ad_proxy/05_config_eus_realm.ldif +++ b/local/oudbase/templates/create/oud12c_eus_ad_proxy/05_config_eus_realm.ldif @@ -5,7 +5,7 @@ # Author.....: Stefan Oehrli (oes) stefan.oehrli@oradba.ch # Editor.....: Stefan Oehrli # Date.......: 2023.03.29 -# Version....: v3.3.2 +# Version....: v3.3.3 # Purpose....: EUS realm configuration for the user and group search base # Notes......: The LDIF file is loaded by the script 03_config_eus_realm.sh # If necessary it can also be imported manually. diff --git a/local/oudbase/templates/create/oud12c_eus_ad_proxy/05_config_eus_realm.sh b/local/oudbase/templates/create/oud12c_eus_ad_proxy/05_config_eus_realm.sh index 64fcaf45..d71e0fd4 100755 --- a/local/oudbase/templates/create/oud12c_eus_ad_proxy/05_config_eus_realm.sh +++ b/local/oudbase/templates/create/oud12c_eus_ad_proxy/05_config_eus_realm.sh @@ -6,7 +6,7 @@ # Author.....: Stefan Oehrli (oes) stefan.oehrli@oradba.ch # Editor.....: Stefan Oehrli # Date.......: 2023.03.29 -# Version....: v3.3.2 +# Version....: v3.3.3 # Purpose....: Script to configure EUS realm to the OUD proxy instance. # Notes......: BaseDN in 05_config_eus_realm.ldif will be updated before # it is loaded using ldapmodify. diff --git a/local/oudbase/templates/create/oud12c_eus_ad_proxy/07_create_eusadmin_users.sh b/local/oudbase/templates/create/oud12c_eus_ad_proxy/07_create_eusadmin_users.sh index 1a2aa9a7..8ca805cb 100755 --- a/local/oudbase/templates/create/oud12c_eus_ad_proxy/07_create_eusadmin_users.sh +++ b/local/oudbase/templates/create/oud12c_eus_ad_proxy/07_create_eusadmin_users.sh @@ -6,7 +6,7 @@ # Author.....: Stefan Oehrli (oes) stefan.oehrli@oradba.ch # Editor.....: Stefan Oehrli # Date.......: 2023.03.29 -# Version....: v3.3.2 +# Version....: v3.3.3 # Purpose....: Script to create EUS Context Admin according to MOS Note 1996363.1. # Notes......: -- # Reference..: https://github.com/oehrlis/oudbase diff --git a/local/oudbase/templates/create/oud12c_eus_ad_proxy/10_reset_directory_manager_password.sh b/local/oudbase/templates/create/oud12c_eus_ad_proxy/10_reset_directory_manager_password.sh index dd8c7b1c..994cae06 100755 --- a/local/oudbase/templates/create/oud12c_eus_ad_proxy/10_reset_directory_manager_password.sh +++ b/local/oudbase/templates/create/oud12c_eus_ad_proxy/10_reset_directory_manager_password.sh @@ -6,7 +6,7 @@ # Author.....: Stefan Oehrli (oes) stefan.oehrli@oradba.ch # Editor.....: Stefan Oehrli # Date.......: 2023.03.29 -# Version....: v3.3.2 +# Version....: v3.3.3 # Purpose....: Adjust cn=Directory Manager to use new password storage scheme # Notes......: -- # Reference..: https://github.com/oehrlis/oudbase diff --git a/local/oudbase/templates/create/oud12c_eus_ad_proxy/11_reset_root_passwords.sh b/local/oudbase/templates/create/oud12c_eus_ad_proxy/11_reset_root_passwords.sh index d6280cf0..c177dea3 100755 --- a/local/oudbase/templates/create/oud12c_eus_ad_proxy/11_reset_root_passwords.sh +++ b/local/oudbase/templates/create/oud12c_eus_ad_proxy/11_reset_root_passwords.sh @@ -6,7 +6,7 @@ # Author.....: Stefan Oehrli (oes) stefan.oehrli@oradba.ch # Editor.....: Stefan Oehrli # Date.......: 2023.03.29 -# Version....: v3.3.2 +# Version....: v3.3.3 # Usage......: 11_reset_root_passwords.sh # Purpose....: Script to reset admin user passwords # Notes......: diff --git a/local/oudbase/templates/create/oud12c_eus_ad_proxy/12_reset_eusadmin_password.sh b/local/oudbase/templates/create/oud12c_eus_ad_proxy/12_reset_eusadmin_password.sh index 7a2a873b..5b457249 100755 --- a/local/oudbase/templates/create/oud12c_eus_ad_proxy/12_reset_eusadmin_password.sh +++ b/local/oudbase/templates/create/oud12c_eus_ad_proxy/12_reset_eusadmin_password.sh @@ -6,7 +6,7 @@ # Author.....: Stefan Oehrli (oes) stefan.oehrli@oradba.ch # Editor.....: Stefan Oehrli # Date.......: 2023.03.29 -# Version....: v3.3.2 +# Version....: v3.3.3 # Usage......: 18_reset_eusadmin_password.sh # Purpose....: Script to reset eusadmin user password # Notes......: diff --git a/local/oudbase/templates/create/oud12c_eus_ad_proxy/18_migrate_keystore.sh b/local/oudbase/templates/create/oud12c_eus_ad_proxy/18_migrate_keystore.sh index 217c43a9..d37fa672 100755 --- a/local/oudbase/templates/create/oud12c_eus_ad_proxy/18_migrate_keystore.sh +++ b/local/oudbase/templates/create/oud12c_eus_ad_proxy/18_migrate_keystore.sh @@ -6,7 +6,7 @@ # Author.....: Stefan Oehrli (oes) stefan.oehrli@oradba.ch # Editor.....: Stefan Oehrli # Date.......: 2023.03.29 -# Version....: v3.3.2 +# Version....: v3.3.3 # Purpose....: Script to migrate the java keystore to PKCS12 # Notes......: -- # Reference..: https://github.com/oehrlis/oudbase diff --git a/local/oudbase/templates/create/oud12c_eus_ad_proxy/19_export_trustcert_keystore.sh b/local/oudbase/templates/create/oud12c_eus_ad_proxy/19_export_trustcert_keystore.sh index b368fee9..3df84fbb 100755 --- a/local/oudbase/templates/create/oud12c_eus_ad_proxy/19_export_trustcert_keystore.sh +++ b/local/oudbase/templates/create/oud12c_eus_ad_proxy/19_export_trustcert_keystore.sh @@ -6,7 +6,7 @@ # Author.....: Stefan Oehrli (oes) stefan.oehrli@oradba.ch # Editor.....: Stefan Oehrli # Date.......: 2023.03.29 -# Version....: v3.3.2 +# Version....: v3.3.3 # Purpose....: Script to export the java keystore to PKCS12 # Notes......: -- # Reference..: https://github.com/oehrlis/oudbase diff --git a/local/oudbase/templates/create/oud12c_eus_ad_proxy/setup_oud_instance b/local/oudbase/templates/create/oud12c_eus_ad_proxy/setup_oud_instance index 882b972d..80e9f583 100755 --- a/local/oudbase/templates/create/oud12c_eus_ad_proxy/setup_oud_instance +++ b/local/oudbase/templates/create/oud12c_eus_ad_proxy/setup_oud_instance @@ -6,7 +6,7 @@ # Author.....: Stefan Oehrli (oes) stefan.oehrli@oradba.ch # Editor.....: Stefan Oehrli # Date.......: 2023.03.29 -# Version....: v3.3.2 +# Version....: v3.3.3 # Usage......: setup_oud_instance # Purpose....: Script to create the OUD instance # Notes......: The script will go execute all 0?_*.sh and 1?_*.sh files diff --git a/local/oudbase/templates/create/oudsm_domain/create_oudsm.py.txt b/local/oudbase/templates/create/oudsm_domain/create_oudsm.py.txt index 1518a271..2571d5ba 100644 --- a/local/oudbase/templates/create/oudsm_domain/create_oudsm.py.txt +++ b/local/oudbase/templates/create/oudsm_domain/create_oudsm.py.txt @@ -5,7 +5,7 @@ # Author.....: Stefan Oehrli (oes) stefan.oehrli@oradba.ch # Editor.....: Stefan Oehrli # Date.......: 2023.03.29 -# Version....: v3.3.2 +# Version....: v3.3.3 # Purpose....: Script to create OUDSM Domain # Notes......: # Reference..: https://github.com/oehrlis/oudbase diff --git a/local/oudbase/templates/create/replication/20_run_on_host1.sh b/local/oudbase/templates/create/replication/20_run_on_host1.sh index 3d4901b9..76888356 100755 --- a/local/oudbase/templates/create/replication/20_run_on_host1.sh +++ b/local/oudbase/templates/create/replication/20_run_on_host1.sh @@ -6,7 +6,7 @@ # Author.....: Stefan Oehrli (oes) stefan.oehrli@oradba.ch # Editor.....: Stefan Oehrli # Date.......: 2023.03.29 -# Version....: v3.3.2 +# Version....: v3.3.3 # Usage......: 20_wait_for_host2.sh # Purpose....: Script to wait for other host to be ready # Notes......: diff --git a/local/oudbase/templates/create/replication/20_run_on_host2.sh b/local/oudbase/templates/create/replication/20_run_on_host2.sh index 3d4901b9..76888356 100755 --- a/local/oudbase/templates/create/replication/20_run_on_host2.sh +++ b/local/oudbase/templates/create/replication/20_run_on_host2.sh @@ -6,7 +6,7 @@ # Author.....: Stefan Oehrli (oes) stefan.oehrli@oradba.ch # Editor.....: Stefan Oehrli # Date.......: 2023.03.29 -# Version....: v3.3.2 +# Version....: v3.3.3 # Usage......: 20_wait_for_host2.sh # Purpose....: Script to wait for other host to be ready # Notes......: diff --git a/local/oudbase/templates/create/replication/20_run_on_host3.sh b/local/oudbase/templates/create/replication/20_run_on_host3.sh index 3d4901b9..76888356 100755 --- a/local/oudbase/templates/create/replication/20_run_on_host3.sh +++ b/local/oudbase/templates/create/replication/20_run_on_host3.sh @@ -6,7 +6,7 @@ # Author.....: Stefan Oehrli (oes) stefan.oehrli@oradba.ch # Editor.....: Stefan Oehrli # Date.......: 2023.03.29 -# Version....: v3.3.2 +# Version....: v3.3.3 # Usage......: 20_wait_for_host2.sh # Purpose....: Script to wait for other host to be ready # Notes......: diff --git a/local/oudbase/templates/create/replication/20_wait_for_host1.sh b/local/oudbase/templates/create/replication/20_wait_for_host1.sh index a7c00d45..38bbd5a1 100755 --- a/local/oudbase/templates/create/replication/20_wait_for_host1.sh +++ b/local/oudbase/templates/create/replication/20_wait_for_host1.sh @@ -6,7 +6,7 @@ # Author.....: Stefan Oehrli (oes) stefan.oehrli@oradba.ch # Editor.....: Stefan Oehrli # Date.......: 2023.03.29 -# Version....: v3.3.2 +# Version....: v3.3.3 # Usage......: 20_wait_for_host2.sh # Purpose....: Script to wait for other host to be ready # Notes......: diff --git a/local/oudbase/templates/create/replication/21_enable_replication_host1.sh b/local/oudbase/templates/create/replication/21_enable_replication_host1.sh index 7656b51c..aea1293b 100755 --- a/local/oudbase/templates/create/replication/21_enable_replication_host1.sh +++ b/local/oudbase/templates/create/replication/21_enable_replication_host1.sh @@ -6,7 +6,7 @@ # Author.....: Stefan Oehrli (oes) stefan.oehrli@oradba.ch # Editor.....: Stefan Oehrli # Date.......: 2023.03.29 -# Version....: v3.3.2 +# Version....: v3.3.3 # Usage......: 22_enable_replication_host1.sh # Purpose....: simple script to enable and initialize replication # Notes......: diff --git a/local/oudbase/templates/create/replication/21_replication_add_host2.sh b/local/oudbase/templates/create/replication/21_replication_add_host2.sh index e95faf1e..f85c8505 100755 --- a/local/oudbase/templates/create/replication/21_replication_add_host2.sh +++ b/local/oudbase/templates/create/replication/21_replication_add_host2.sh @@ -6,7 +6,7 @@ # Author.....: Stefan Oehrli (oes) stefan.oehrli@oradba.ch # Editor.....: Stefan Oehrli # Date.......: 2023.03.29 -# Version....: v3.3.2 +# Version....: v3.3.3 # Usage......: 21_replication_add_host2.sh # Purpose....: simple script to add and initialize replication # Notes......: diff --git a/local/oudbase/templates/create/replication/21_replication_add_host3.sh b/local/oudbase/templates/create/replication/21_replication_add_host3.sh index 6033a79e..e3eaedee 100755 --- a/local/oudbase/templates/create/replication/21_replication_add_host3.sh +++ b/local/oudbase/templates/create/replication/21_replication_add_host3.sh @@ -6,7 +6,7 @@ # Author.....: Stefan Oehrli (oes) stefan.oehrli@oradba.ch # Editor.....: Stefan Oehrli # Date.......: 2023.03.29 -# Version....: v3.3.2 +# Version....: v3.3.3 # Usage......: 21_replication_add_host2.sh # Purpose....: simple script to add and initialize replication # Notes......: diff --git a/local/oudbase/templates/create/replication/22_enable_replication_host2.sh b/local/oudbase/templates/create/replication/22_enable_replication_host2.sh index 2b1354c7..8dd5515f 100755 --- a/local/oudbase/templates/create/replication/22_enable_replication_host2.sh +++ b/local/oudbase/templates/create/replication/22_enable_replication_host2.sh @@ -6,7 +6,7 @@ # Author.....: Stefan Oehrli (oes) stefan.oehrli@oradba.ch # Editor.....: Stefan Oehrli # Date.......: 2023.03.29 -# Version....: v3.3.2 +# Version....: v3.3.3 # Usage......: 22_enable_replication_host2.sh # Purpose....: simple script to enable and initialize replication # Notes......: diff --git a/local/oudbase/templates/create/replication/22_replication_add_host1.sh b/local/oudbase/templates/create/replication/22_replication_add_host1.sh index 1125e2e3..bb285720 100755 --- a/local/oudbase/templates/create/replication/22_replication_add_host1.sh +++ b/local/oudbase/templates/create/replication/22_replication_add_host1.sh @@ -6,7 +6,7 @@ # Author.....: Stefan Oehrli (oes) stefan.oehrli@oradba.ch # Editor.....: Stefan Oehrli # Date.......: 2023.03.29 -# Version....: v3.3.2 +# Version....: v3.3.3 # Usage......: 21_replication_add_host1.sh # Purpose....: simple script to add and initialize replication # Notes......: diff --git a/local/oudbase/templates/create/replication/30_initialize_all.sh b/local/oudbase/templates/create/replication/30_initialize_all.sh index 2eb735c2..e2ad42b1 100755 --- a/local/oudbase/templates/create/replication/30_initialize_all.sh +++ b/local/oudbase/templates/create/replication/30_initialize_all.sh @@ -6,7 +6,7 @@ # Author.....: Stefan Oehrli (oes) stefan.oehrli@oradba.ch # Editor.....: Stefan Oehrli # Date.......: 2023.03.29 -# Version....: v3.3.2 +# Version....: v3.3.3 # Usage......: 31_initialize_host1.sh # Purpose....: simple script to initialize replication on HOST1 from HOST2 # Notes......: diff --git a/local/oudbase/templates/create/replication/31_initialize_host1.sh b/local/oudbase/templates/create/replication/31_initialize_host1.sh index 4e723efd..2ae5ed9f 100755 --- a/local/oudbase/templates/create/replication/31_initialize_host1.sh +++ b/local/oudbase/templates/create/replication/31_initialize_host1.sh @@ -6,7 +6,7 @@ # Author.....: Stefan Oehrli (oes) stefan.oehrli@oradba.ch # Editor.....: Stefan Oehrli # Date.......: 2023.03.29 -# Version....: v3.3.2 +# Version....: v3.3.3 # Usage......: 31_initialize_host1.sh # Purpose....: simple script to initialize replication on HOST1 from HOST2 # Notes......: diff --git a/local/oudbase/templates/create/replication/31_initialize_host2.sh b/local/oudbase/templates/create/replication/31_initialize_host2.sh index 6b773eb5..2c3792ff 100755 --- a/local/oudbase/templates/create/replication/31_initialize_host2.sh +++ b/local/oudbase/templates/create/replication/31_initialize_host2.sh @@ -6,7 +6,7 @@ # Author.....: Stefan Oehrli (oes) stefan.oehrli@oradba.ch # Editor.....: Stefan Oehrli # Date.......: 2023.03.29 -# Version....: v3.3.2 +# Version....: v3.3.3 # Usage......: 31_initialize_host2.sh # Purpose....: simple script to initialize replication on HOST2 from HOST1 # Notes......: diff --git a/local/oudbase/templates/create/replication/31_initialize_host3.sh b/local/oudbase/templates/create/replication/31_initialize_host3.sh index 14f28f06..b008e2a9 100755 --- a/local/oudbase/templates/create/replication/31_initialize_host3.sh +++ b/local/oudbase/templates/create/replication/31_initialize_host3.sh @@ -6,7 +6,7 @@ # Author.....: Stefan Oehrli (oes) stefan.oehrli@oradba.ch # Editor.....: Stefan Oehrli # Date.......: 2023.03.29 -# Version....: v3.3.2 +# Version....: v3.3.3 # Usage......: 31_initialize_host3.sh # Purpose....: simple script to initialize replication on HOST3 from HOST1 # Notes......: diff --git a/local/oudbase/templates/create/replication/40_status_replication.sh b/local/oudbase/templates/create/replication/40_status_replication.sh index bae2dc95..5b3d0dea 100755 --- a/local/oudbase/templates/create/replication/40_status_replication.sh +++ b/local/oudbase/templates/create/replication/40_status_replication.sh @@ -6,7 +6,7 @@ # Author.....: Stefan Oehrli (oes) stefan.oehrli@oradba.ch # Editor.....: Stefan Oehrli # Date.......: 2023.03.29 -# Version....: v3.3.2 +# Version....: v3.3.3 # Usage......: 40_status_replication.sh # Purpose....: simple script to display replication status # Notes......: diff --git a/local/oudbase/templates/create/replication/41_verify_replication.sh b/local/oudbase/templates/create/replication/41_verify_replication.sh index 57b8b507..af71ae90 100755 --- a/local/oudbase/templates/create/replication/41_verify_replication.sh +++ b/local/oudbase/templates/create/replication/41_verify_replication.sh @@ -6,7 +6,7 @@ # Author.....: Stefan Oehrli (oes) stefan.oehrli@oradba.ch # Editor.....: Stefan Oehrli # Date.......: 2023.03.29 -# Version....: v3.3.2 +# Version....: v3.3.3 # Usage......: 41_verify_replication.sh # Purpose....: simple script to verify replication status # Notes......: diff --git a/local/oudbase/templates/create/replication/51_remove_host1.sh b/local/oudbase/templates/create/replication/51_remove_host1.sh index 3a0a5867..49984141 100755 --- a/local/oudbase/templates/create/replication/51_remove_host1.sh +++ b/local/oudbase/templates/create/replication/51_remove_host1.sh @@ -6,7 +6,7 @@ # Author.....: Stefan Oehrli (oes) stefan.oehrli@oradba.ch # Editor.....: Stefan Oehrli # Date.......: 2023.03.29 -# Version....: v3.3.2 +# Version....: v3.3.3 # Usage......: 51_remove_hostX.sh # Purpose....: Simple script to remove replication on a host, where the value of # the host is derived from the script name. e.g. 51_remove_host3.sh diff --git a/local/oudbase/templates/create/replication/51_remove_host2.sh b/local/oudbase/templates/create/replication/51_remove_host2.sh index 3a0a5867..49984141 100755 --- a/local/oudbase/templates/create/replication/51_remove_host2.sh +++ b/local/oudbase/templates/create/replication/51_remove_host2.sh @@ -6,7 +6,7 @@ # Author.....: Stefan Oehrli (oes) stefan.oehrli@oradba.ch # Editor.....: Stefan Oehrli # Date.......: 2023.03.29 -# Version....: v3.3.2 +# Version....: v3.3.3 # Usage......: 51_remove_hostX.sh # Purpose....: Simple script to remove replication on a host, where the value of # the host is derived from the script name. e.g. 51_remove_host3.sh diff --git a/local/oudbase/templates/create/replication/51_remove_host3.sh b/local/oudbase/templates/create/replication/51_remove_host3.sh index 3a0a5867..49984141 100755 --- a/local/oudbase/templates/create/replication/51_remove_host3.sh +++ b/local/oudbase/templates/create/replication/51_remove_host3.sh @@ -6,7 +6,7 @@ # Author.....: Stefan Oehrli (oes) stefan.oehrli@oradba.ch # Editor.....: Stefan Oehrli # Date.......: 2023.03.29 -# Version....: v3.3.2 +# Version....: v3.3.3 # Usage......: 51_remove_hostX.sh # Purpose....: Simple script to remove replication on a host, where the value of # the host is derived from the script name. e.g. 51_remove_host3.sh diff --git a/local/oudbase/templates/create/replication/52_remove_unavailable.sh b/local/oudbase/templates/create/replication/52_remove_unavailable.sh index e5e1647d..53ad9387 100755 --- a/local/oudbase/templates/create/replication/52_remove_unavailable.sh +++ b/local/oudbase/templates/create/replication/52_remove_unavailable.sh @@ -6,7 +6,7 @@ # Author.....: Stefan Oehrli (oes) stefan.oehrli@oradba.ch # Editor.....: Stefan Oehrli # Date.......: 2023.03.29 -# Version....: v3.3.2 +# Version....: v3.3.3 # Usage......: 52_remove_unavailable.sh # Purpose....: Script to remove unavailable replication hosts # Notes......: diff --git a/local/oudbase/templates/create/wls_domain/create_domain.py.txt b/local/oudbase/templates/create/wls_domain/create_domain.py.txt index 2356ebcf..cf887e82 100644 --- a/local/oudbase/templates/create/wls_domain/create_domain.py.txt +++ b/local/oudbase/templates/create/wls_domain/create_domain.py.txt @@ -5,7 +5,7 @@ # Author.....: Stefan Oehrli (oes) stefan.oehrli@oradba.ch # Editor.....: Stefan Oehrli # Date.......: 2023.03.29 -# Version....: v3.3.2 +# Version....: v3.3.3 # Purpose....: Script to create WLS Domain # Notes......: # Reference..: https://github.com/oehrlis/oudbase diff --git a/local/oudbase/templates/create/wls_domain/create_domain.sh b/local/oudbase/templates/create/wls_domain/create_domain.sh index 6538ca08..20f30285 100644 --- a/local/oudbase/templates/create/wls_domain/create_domain.sh +++ b/local/oudbase/templates/create/wls_domain/create_domain.sh @@ -6,7 +6,7 @@ # Author.....: Patrick Joss (jpa) patrick.joss@trivadis.com # Editor.....: Stefan Oehrli (oes) stefan.oehrli@oradba.ch # Date.......: 2023.03.29 -# Version....: v3.3.2 +# Version....: v3.3.3 # Purpose....: Script to create an empty weblogic domain # with template Basic WebLogic Server Domain # Notes......: diff --git a/local/oudbase/templates/cron.d/oud.crontab b/local/oudbase/templates/cron.d/oud.crontab index abd3168e..b77f6381 100644 --- a/local/oudbase/templates/cron.d/oud.crontab +++ b/local/oudbase/templates/cron.d/oud.crontab @@ -4,7 +4,7 @@ # Author.....: Stefan Oehrli (oes) stefan.oehrli@oradba.ch # Editor.....: Stefan Oehrli # Date.......: 2023.03.29 -# Version....: v3.3.2 +# Version....: v3.3.3 # Purpose....: Cronjob File for OUD Environment # OUD_BASE ${OUD_BASE} # MAILADDRESS your email diff --git a/local/oudbase/templates/etc/housekeeping.conf b/local/oudbase/templates/etc/housekeeping.conf index 95675946..0c6c524f 100644 --- a/local/oudbase/templates/etc/housekeeping.conf +++ b/local/oudbase/templates/etc/housekeeping.conf @@ -5,7 +5,7 @@ # Author.....: Stefan Oehrli (oes) stefan.oehrli@oradba.ch # Editor.....: Stefan Oehrli # Date.......: 2023.03.29 -# Version....: v3.3.2 +# Version....: v3.3.3 # Purpose....: Logrotate configuration file for OUD Environment # Notes......: -- # Reference..: https://github.com/oehrlis/oudbase diff --git a/local/oudbase/templates/etc/oracle_oud_all b/local/oudbase/templates/etc/oracle_oud_all index a4445d62..8eacfba4 100755 --- a/local/oudbase/templates/etc/oracle_oud_all +++ b/local/oudbase/templates/etc/oracle_oud_all @@ -6,7 +6,7 @@ # Author.....: Stefan Oehrli (oes) stefan.oehrli@oradba.ch # Editor.....: Stefan Oehrli # Date.......: 2023.03.29 -# Version....: v3.3.2 +# Version....: v3.3.3 # chkconfig: 345 90 30 # description: Init.d script to start / stop all OUD instances using oud_start_stop.sh # Notes......: copy this script to /etc/init.d/oracle_oud_all diff --git a/local/oudbase/templates/etc/oud._DEFAULT_.conf b/local/oudbase/templates/etc/oud._DEFAULT_.conf index 33d46731..70859ee4 100644 --- a/local/oudbase/templates/etc/oud._DEFAULT_.conf +++ b/local/oudbase/templates/etc/oud._DEFAULT_.conf @@ -5,7 +5,7 @@ # Author.....: Stefan Oehrli (oes) stefan.oehrli@oradba.ch # Editor.....: Stefan Oehrli # Date.......: 2023.03.29 -# Version....: v3.3.2 +# Version....: v3.3.3 # Purpose....: OUD default config files # Notes......: This file initially gets configured during installation # of OUDBase diff --git a/local/oudbase/templates/etc/oud.crontab b/local/oudbase/templates/etc/oud.crontab index abd3168e..b77f6381 100644 --- a/local/oudbase/templates/etc/oud.crontab +++ b/local/oudbase/templates/etc/oud.crontab @@ -4,7 +4,7 @@ # Author.....: Stefan Oehrli (oes) stefan.oehrli@oradba.ch # Editor.....: Stefan Oehrli # Date.......: 2023.03.29 -# Version....: v3.3.2 +# Version....: v3.3.3 # Purpose....: Cronjob File for OUD Environment # OUD_BASE ${OUD_BASE} # MAILADDRESS your email diff --git a/local/oudbase/templates/etc/oud_instance.service b/local/oudbase/templates/etc/oud_instance.service index 8bb70657..ff2dc691 100644 --- a/local/oudbase/templates/etc/oud_instance.service +++ b/local/oudbase/templates/etc/oud_instance.service @@ -4,7 +4,7 @@ # File-Name..: oud_instance.service # Author.....: Stefan Oehrli, stefan.oehrli@oradba.ch # Date.......: 2023.03.29 -# Version....: v3.3.2 +# Version....: v3.3.3 # Purpose....: This is a template file for a systemd unit file for Oracle Unified # Directory instance. Adjust user, group, service name directory # path before using it. diff --git a/local/oudbase/templates/etc/oudenv.conf b/local/oudbase/templates/etc/oudenv.conf index 68be5302..03cb7211 100644 --- a/local/oudbase/templates/etc/oudenv.conf +++ b/local/oudbase/templates/etc/oudenv.conf @@ -6,7 +6,7 @@ # Author.....: Stefan Oehrli (oes) stefan.oehrli@oradba.ch # Editor.....: Stefan Oehrli # Date.......: 2023.03.29 -# Version....: v3.3.2 +# Version....: v3.3.3 # Purpose....: Configuration File to define alias and environment # variables for the OUD Instances # Notes......: This script is mainly used for environment without TVD-Basenv diff --git a/local/oudbase/templates/etc/oudenv_core.conf b/local/oudbase/templates/etc/oudenv_core.conf index ebd81f34..1f83cafe 100644 --- a/local/oudbase/templates/etc/oudenv_core.conf +++ b/local/oudbase/templates/etc/oudenv_core.conf @@ -5,7 +5,7 @@ # Author.....: Stefan Oehrli (oes) stefan.oehrli@oradba.ch # Editor.....: Stefan Oehrli # Date.......: 2023.03.29 -# Version....: v3.3.2 +# Version....: v3.3.3 # Purpose....: OUD default core config file # Notes......: This file initially gets configured during installation # of OUDBase diff --git a/local/oudbase/templates/etc/oudenv_custom.conf b/local/oudbase/templates/etc/oudenv_custom.conf index aab15372..0fc40d1b 100644 --- a/local/oudbase/templates/etc/oudenv_custom.conf +++ b/local/oudbase/templates/etc/oudenv_custom.conf @@ -5,7 +5,7 @@ # Author.....: Stefan Oehrli (oes) stefan.oehrli@oradba.ch # Editor.....: Stefan Oehrli # Date.......: 2023.03.29 -# Version....: v3.3.2 +# Version....: v3.3.3 # Purpose....: Configuration File to define custom alias and environment # variables for the OUD Instances # Notes......: This script is mainly used for environment without TVD-Basenv diff --git a/local/oudbase/templates/etc/wls_oudsm.service b/local/oudbase/templates/etc/wls_oudsm.service index e5719c08..614828db 100644 --- a/local/oudbase/templates/etc/wls_oudsm.service +++ b/local/oudbase/templates/etc/wls_oudsm.service @@ -4,7 +4,7 @@ # File-Name..: wls_oudsm.service # Author.....: Stefan Oehrli, stefan.oehrli@oradba.ch # Date.......: 2023.03.29 -# Version....: v3.3.2 +# Version....: v3.3.3 # Purpose....: Unit file for OUDSM domain # Usage......: systemctl enable wls_OUDSM.service # Notes......: diff --git a/local/oudbase/templates/logrotate.d/oud b/local/oudbase/templates/logrotate.d/oud index 93e6dcbf..48a65bfd 100644 --- a/local/oudbase/templates/logrotate.d/oud +++ b/local/oudbase/templates/logrotate.d/oud @@ -5,7 +5,7 @@ # Author.....: Stefan Oehrli (oes) stefan.oehrli@oradba.ch # Editor.....: Stefan Oehrli # Date.......: 2023.03.29 -# Version....: v3.3.2 +# Version....: v3.3.3 # Purpose....: Logrotate configuration file for OUD instance # Notes......: -- # Reference..: https://github.com/oehrlis/oudbase diff --git a/local/oudbase/templates/logrotate.d/oudbase b/local/oudbase/templates/logrotate.d/oudbase index 2ddbb579..ba1a0ac0 100644 --- a/local/oudbase/templates/logrotate.d/oudbase +++ b/local/oudbase/templates/logrotate.d/oudbase @@ -5,7 +5,7 @@ # Author.....: Stefan Oehrli (oes) stefan.oehrli@oradba.ch # Editor.....: Stefan Oehrli # Date.......: 2023.03.29 -# Version....: v3.3.2 +# Version....: v3.3.3 # Purpose....: Logrotate configuration file for OUD Environment # Notes......: -- # Reference..: https://github.com/oehrlis/oudbase diff --git a/local/oudbase/templates/logrotate.d/oudsm b/local/oudbase/templates/logrotate.d/oudsm index 899b8f68..219c1e83 100644 --- a/local/oudbase/templates/logrotate.d/oudsm +++ b/local/oudbase/templates/logrotate.d/oudsm @@ -5,7 +5,7 @@ # Author.....: Stefan Oehrli (oes) stefan.oehrli@oradba.ch # Editor.....: Stefan Oehrli # Date.......: 2023.03.29 -# Version....: v3.3.2 +# Version....: v3.3.3 # Purpose....: Logrotate configuration file for OUDSM domain # Notes......: -- # Reference..: https://github.com/oehrlis/oudbase