Hello,
I want to use Authentiks LDAP provider for Vaultwarden LDAP (but this applies to any other application). But the tricky thing is, that only a specific Authentik Group should be accessed. The group is called "Vaultwarden" and for structuring purposes it has the parent group "LDAP". So I created a LDAP provider with the search group "LDAP" and the base DN "DC=ldap,DC=domain,DC=tld".
So my question is now, how do I set the search filter in Vaultwarden LDAPs settings to get all corresponding users?
I tried many things in the memberOf parameter and nothing works. What am I doing wrong?
ldap_bind_dn = "cn=akadmin,ou=users,dc=ldap,dc=domain,dc=tld"
ldap_bind_password = "akadmins password"
ldap_search_base_dn = "dc=ldap,dc=domain,dc=tld"
ldap_search_filter = "(&(objectClass=user)(mail=*@*)(memberOf=ou=Vaultwarden,ou=groups,dc=ldap,dc=domain,dc=tld))"