authelia/server/test
Clement Michaud 66449eedb0 Use username matcher instead of user dn in group filter
Previously, string "{0}" was replaced by the user dn in the groups_filter
attributes of the LDAP configuration.
However, if the groups children only have a memberUid attribute, one would
like to use the username instead of the user dn.

Since the user dn can be built from the username, "{0}" is now replaced
by the username instead of the user dn so that an LDAP relying on attribute
'memberUid' can be used.
2017-10-07 14:10:22 +02:00
..
access_control Split client and server 2017-10-07 00:49:42 +02:00
configuration Use username matcher instead of user dn in group filter 2017-10-07 14:10:22 +02:00
connectors/mongo Split client and server 2017-10-07 00:49:42 +02:00
ldap Use username matcher instead of user dn in group filter 2017-10-07 14:10:22 +02:00
mocks Use username matcher instead of user dn in group filter 2017-10-07 14:10:22 +02:00
notifiers Split client and server 2017-10-07 00:49:42 +02:00
routes Split client and server 2017-10-07 00:49:42 +02:00
server Split client and server 2017-10-07 00:49:42 +02:00
storage Split client and server 2017-10-07 00:49:42 +02:00
AuthenticationRegulator.test.ts Split client and server 2017-10-07 00:49:42 +02:00
IdentityCheckMiddleware.test.ts Split client and server 2017-10-07 00:49:42 +02:00
ServerConfiguration.test.ts Split client and server 2017-10-07 00:49:42 +02:00
SessionConfigurationBuilder.test.ts Split client and server 2017-10-07 00:49:42 +02:00
TOTPValidator.test.ts Split client and server 2017-10-07 00:49:42 +02:00
requests.ts Split client and server 2017-10-07 00:49:42 +02:00