mirror of
https://github.com/0rangebananaspy/authelia.git
synced 2024-09-14 22:47:21 +07:00
66449eedb0
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. |
||
---|---|---|
.. | ||
Authenticator.ts | ||
Client.ts | ||
ClientFactory.ts | ||
EmailsAndGroupsRetriever.ts | ||
EmailsRetriever.ts | ||
GroupsRetriever.ts | ||
IAuthenticator.ts | ||
IClient.ts | ||
IClientFactory.ts | ||
IEmailsRetriever.ts | ||
IGroupsRetriever.ts | ||
ILdapClient.ts | ||
ILdapClientFactory.ts | ||
IPasswordUpdater.ts | ||
LdapClient.ts | ||
LdapClientFactory.ts | ||
PasswordUpdater.ts |