I imported my Core config (latest community Core release) into a new Scale install (latest community Scale release) and am getting validation error on the Directory Services page.
2 validation errors for DirectoryServicesConfigResult
result.configuration.LDAP.schema
Input should be 'RFC2307' or 'RFC2307BIS' [type=literal_error, input_value='rfc2307bis', input_type=str]
For further information visit https://errors.pydantic.dev/2.9/v/literal_error
result.configuration.LDAP.auxiliary_parameters
Value should have at least 1 item after validation, not 0 [type=too_short, input_value='', input_type=str]
For further information visit https://errors.pydantic.dev/2.9/v/too_short
It looks like the case of the schema should be made toUpper during the migration. Looking at the users screen I can see all the users in my LDAP. But when going to the directory services page the validation error pops up and no LDAP configs show for me to fix the issue. Is there a way to modify the configs directory (I’m guessing in the DB)?