Skip to content

fix ldap filtering

Popi requested to merge popindavibe/lufi:ldap_filter into master

Hello, After pulling my hair out for a night, I found what was wrong with the filtering. Or so I think, as earlier I could still authenticate through with users which should have been filtered (by memberOf). Not anynore! My code is not the most elegant, to say the least. But the idea is that we need to test that we actually get an entry (a DN) out of our LDAP filter.

Merge request reports