add CAS authentication #138

Merged
hsh-michaelhoennig merged 24 commits from feature/add-cas-authentication into master 2024-12-23 12:49:46 +01:00
Showing only changes of commit fcb003ac99 - Show all commits

View File

@ -52,7 +52,7 @@ function casLogin() {
fi
if [ -z "$HSADMINNG_CAS_PASSWORD" ]; then
read -p "Password: " HSADMINNG_CAS_PASSWORD
read -s -p "Password: " HSADMINNG_CAS_PASSWORD
fi
HSADMINNG_CAS_TGT=`doCurl -s -i -X POST \