While trying to configure the LDAP configuration page using the "User By Pattern" setting, the following error is seen when trying to test the configuration:
SPC-OCA-10531: Input Error: SPC-OCA-10525: A valid User Pattern must be specified
DX NetOps Spectrum: 22.2, 23.3
The User patter needs account for the @ sign in the following user pattern:
({0}@company.corpad.net)
1. Open $SPECROOT/custom/validator/ServerConfigValidation.properties file
2. Search for “userPatternRegEx” and change that line to userPatternRegEx=^[)(@\.&,a-zA-Z-0-9}{=_\\- ]+$
3. Restart tomcat
4. Use the login pattern for LDAP configuration. Login name pattern should be validated successfully.