fix(keymanager): Fixed SYSTEMDB user creation

This commit is contained in:
2025-10-08 20:03:40 +02:00
parent 8a5f76bbe4
commit c35f2528cf
2 changed files with 3 additions and 3 deletions

View File

@@ -1,5 +1,5 @@
#!/bin/bash
# Version: 1.2.1
# Version: 1.2.2
# A script to interactively manage SAP HANA hdbuserstore keys, with testing.
@@ -65,7 +65,7 @@ create_new_key() {
# Conditionally build the connection string
if [[ "$is_systemdb" =~ ^[Yy]$ ]]; then
CONNECTION_STRING="${hdb_host}:3${hdb_instance}15"
CONNECTION_STRING="${hdb_host}:3${hdb_instance}13"
echo -e "${COLOR_YELLOW}💡 Connecting to SYSTEMDB. Tenant name will be omitted from the connection string.${COLOR_NC}"
else
read -p "Enter the Tenant DB [NDB]: " hdb_tenant