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
117 stars 10 forks source link

support AD nested groups #40

Closed fcinqmars closed 1 year ago

fcinqmars commented 1 year ago

Simply added the LDAP_MATCHING_RULE_IN_CHAIN (1.2.840.113556.1.4.1941) to the OR clause of the group filter. This allows searches across nested Active Directory groups as opposed direct members only.