From 98b44dd63c383aaafee91a796323f8d7400c944d Mon Sep 17 00:00:00 2001 From: Asif Bacchus Date: Fri, 13 Mar 2020 23:41:44 -0600 Subject: [PATCH] update in-script help with removeTLS info --- ab-openldap/backup.sh | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/ab-openldap/backup.sh b/ab-openldap/backup.sh index d974b67..d006432 100755 --- a/ab-openldap/backup.sh +++ b/ab-openldap/backup.sh @@ -167,6 +167,9 @@ scriptHelp () { textblock "${cyan}-e, --extract${norm}" textblock "Switch parameter. Extract your backup file (MUST be supplied using the --backupfile parameter) to the 'restore' subdirectory of the current directory or as specified using the '--output' parameter. This switch will log error code 8 if you try to extract an encrypted backup archive. In that case, use --decrypt instead." printf "\n" + textblock "${cyan}--removeTLS${norm}" + textblock "Switch parameter. Remove olcTLS configuration parameters from your config DIT LDIF file. This is the only approved way to disable/change your TLS settings. Consult the openLDAP documentation or the repo wiki for more information." + printf "\n" textblock "${cyan}--manualdecryption${norm}" textblock "Display instructions on how to manually decrypt and extract your backup archive." printf "\n\n" @@ -210,6 +213,8 @@ quickHelp () { textblock "Decrypt and extract specified backup file to 'restore' subdirectory of current path/specified path (--output parameter)." textblock "${cyan}-e, --extract${norm}" textblock "Extract specified backup file to 'restore' subdirectory of current path/specified path (--output parameter)." + textblock "${cyan}--removeTLS${norm}" + textblock "Remove all olcTLS configuration settings from your config DIT LDIF restore file." textblock "${cyan}--manualdecryption${norm}" textblock "Display instructions on manually decrypting and extracting your backup archive." printf "\n"