You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Prevent special chars in generated passwords (#516)
For the Oracle Database 23ai Free project, change the method used by
install.sh to auto-generate passwords from openssl rand -base64 to
openssl rand -hex. This prevents including special characters in
the generated password that would cause database creation to fail.
(Also, change the openssl rand "num" parameter from 9 to 8, to be
consistent with the other single-instance database projects in this
repository.)
Fixes#515
Signed-off-by: Paul Neumann <[email protected]>
0 commit comments