SPC-OCA-10531: Input Error: Invalid value for Connection Name | Spectrum LDAP
search cancel

SPC-OCA-10531: Input Error: Invalid value for Connection Name | Spectrum LDAP

book

Article ID: 395067

calendar_today

Updated On:

Products

Network Observability Spectrum

Issue/Introduction

Trying to update the password in LDAP and getting the error "SPC-OCA-10531: Input Error: Invalid value for Connection Name"

Cause

Usernames have a $ at the start.

Example $spectrum

 

Resolution

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