fix(keymanager): Fixed SYSTEMDB user creation
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user