LDAP user search filter

Morning!

I’m trying to set up the LDAP auth in Ralph, and seeing the LDAP server logs, whatever the filter is, always I get this bind, which is wrong:

LDAP search with (objectClass=user) successful.

It should be objectClass=posixAccount, or at least another applications show this event in the log.

I’ve checked the discussion in gitter and I found very useful the files attached (https://xsnippet.org/364012), but I don’t know how to configure the filter to succesfully bind against my LDAP server.

Here’s my prod.py, between <<>> offuscated data:

I’ve tryed several configurations, same result, no error on the logs or ralphctl ldap_sync.

Any help would be appreciated :slight_smile:

KR,