mirror of
https://github.com/0rangebananaspy/authelia.git
synced 2024-09-14 22:47:21 +07:00
ce264ff4d3
Sometimes, LDAP organization is such that groups membership cannot be computed with username only. User DN is required to retrieve groups. e.g. user Joe has a username joe and a cn of Joe Blogs, resulting in a dn of cn=Joe Blogs,ou=users,dc=example,dc=com which is needed to retrieve groups but cannot be computed from joe only. Issue was reported in issue #146 |
||
---|---|---|
.. | ||
access_control | ||
configuration | ||
connectors/mongo | ||
ldap | ||
mocks | ||
notifiers | ||
routes | ||
server | ||
storage | ||
utils | ||
AuthenticationMethodCalculator.test.ts | ||
AuthenticationRegulator.test.ts | ||
IdentityCheckMiddleware.test.ts | ||
requests.ts | ||
ServerConfiguration.test.ts | ||
SessionConfigurationBuilder.test.ts | ||
TOTPValidator.test.ts |