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

Add support to Allowed Groups #12

Closed wiltonsr closed 2 years ago

wiltonsr commented 2 years ago

The list of LDAP group DNs that users must be members of to be granted access. If a user is in any one of the listed groups, then that user is granted access.

If setted to an empty list will allow all users that have an LDAP account to log in, without performing any group membership checks.

Fixes #3