OpenDCIM does not accept LDAP Base Search paths longer than 200 characters. That is because of limited size of fac_Config.Value database column. Please can you increase its default size to say 400 characters?
Currently we need to use the following workaround:
ALTER TABLE fac_Config MODIFY Value VARCHAR(400);