Problem with ldap sync with error, try to debug

Hi,

I got a keycloak (15.0.2) with a ldap.

The authentication works well with ldap, meaning a user in the LDAP can authenticate against keycloak.

The current problem I got is I’m unable to sync the LDAP, each time I try it I got a error
[org.keycloak.services.error.KeycloakErrorHandler] (default task-4) Uncaught server error: java.lang.UnsupportedOperationException: Property interface org.keycloak.models.UserModel.id is read only, as there is no setter method.

I don’t understand what I suppose to do with that. I’m unable to activate the log for the LDAP connection. I put a «all» in the Connection Pool Debug Level but don’t seem to work (Don’t have any log anywhere).

How can I fix this problem.