wiltonsr / ldapAuth

An open source Traefik Middleware that enables authentication via LDAP in a similar way to Traefik Enterprise
https://plugins.traefik.io/plugins/628c9eb7ffc0cd18356a979c/ldap-auth
Apache License 2.0
111 stars 10 forks source link

Add support for Active Directory nested groups #41

Closed fcinqmars closed 1 year ago

fcinqmars commented 1 year ago

Hi,

I have been using this plugin for a little bit now. One thing I noticed is that the group filter only applies for direct members and does not take into account users in nested groups.

I have submitted a pull request adding a criterion to the group filter OR clause that would include nested Active Directory groups.

PR here