Hello we got a problem here
Recently we attached our LDAP for Odoo authentication,
However to make it work we had to add in filter: "mail={0}" without it login trough LDAP didnt work
According to this topic: https://www.odoo.com/forum/help-1/question/typeerror-not-all-arguments-converted-during-string-formatting-64688
Later we did install "LDAP Populate" addon, but unfortunately it refused to work with such filter, and instead it require "mail=%s".
No each time when we need to populate users we have to go and change filter, then change it back other way authentication will stop working.
Do you have any advice on that?