Hey @karmen.lei ,
One thing worth checking is the LDAP_USER_BY_NAME parameter in your
config.json file.
Currently looking at your config file, it looks like it only searches via the username.
So when you try to authenticate the user, it will only search on the username field.
So if you give an email it will fail authentication.
Can you try with this search query in the config.json file:
“LDAP_USER_BY_NAME”: “(|(cn={0})(mail={0}))”
Please restart your connector before testing and changes take place.
More information here:
Regards,
Sid