User is unable to login the console and the coreservices debug log shows:
cb.api.user_management_api - The value "users name" does not meet input validation rules for field 'first_name'
Active Directory user has the full name in the givenName/firstname in Active Directory settings
result = LDAPMapper.map_ldap_to_cb(response.groups, team_mappings, response.attrs, attribute_mappings, permissions_attribute_name)
response.attrs[1] = (response.attrs[1][0],response.attrs[1][1].split(' ')[0])Example:
response.attrs[1] = (response.attrs[1][0],response.attrs[1][1].split(' ')[0]) result = LDAPMapper.map_ldap_to_cb(response.groups, team_mappings, response.attrs, attribute_mappings, permissions_attribute_name)
/usr/share/cb/cbservice cb-coreservices restart