authelia/server/test/ldap
Clement Michaud ce264ff4d3 Add {dn} as an available matcher in LDAP groups filter
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
2017-10-15 14:51:26 +02:00
..
Authenticator.test.ts Use username matcher instead of user dn in group filter 2017-10-07 14:10:22 +02:00
Client.test.ts Add {dn} as an available matcher in LDAP groups filter 2017-10-15 14:51:26 +02:00
EmailsRetriever.test.ts Split client and server 2017-10-07 00:49:42 +02:00
GroupsRetriever.test.ts Use username matcher instead of user dn in group filter 2017-10-07 14:10:22 +02:00
InputsSanitizer.test.ts Add input sanitizer to LDAP client to protect against LDAP injections 2017-10-15 01:35:33 +02:00
PasswordUpdater.test.ts Split client and server 2017-10-07 00:49:42 +02:00
SanitizedClient.test.ts Add input sanitizer to LDAP client to protect against LDAP injections 2017-10-15 01:35:33 +02:00