Trying to update the password in LDAP and getting the error "SPC-OCA-10531: Input Error: Invalid value for Connection Name"
Usernames have a $ at the start.
Example $spectrum
Edit the $SPECROOT/custom/validator/ServerConfigValidation.properties file:
connectionNamePattern=^[a-zA-Z-0-9\\}\\{\\)\\(&,/=_\\-\\.\\\\ ]+$
To
connectionNamePattern=^[$a-zA-Z-0-9\\}\\{\\)\\(&,/=_\\-\\.\\\\ ]+$
Save the file and restart Tomcat service