summaryrefslogtreecommitdiff
path: root/internal/authentication/ldap_user_provider_test.go
AgeCommit message (Expand)Author
2025-03-08refactor(handlers): add more detailed errors for password-change failures (#8...Brynn Crowley
2025-03-09feat(embed): make authelia embedable (#8841)James Elliott
2025-02-23feat(authentication): ldap connection pooling (#7217)James Elliott
2025-02-22feat(authentication): additional and custom attributes (#8078)James Elliott
2024-03-04build(deps): use go.uber.org/mockJames Elliott
2023-10-08refactor: clock newups (#6101)James Elliott
2023-10-08refactor: clock package (#6100)James Elliott
2023-09-17test: misc lint updates (#6004)James Elliott
2023-09-03docs: jsonschema (#5493)James Elliott
2023-06-18feat(authentication): ldap memberof group search (#5418)James Elliott
2023-05-25test(authentication): add missing type tests (#5483)James Elliott
2023-05-07feat(authentication): suport ldap over unix socket (#5397)James Elliott
2022-12-22docs: fix misc mistakes and adjust placeholders (#4614)James Elliott
2022-12-21feat(authentication): ldap time replacements (#4483)James Elliott
2022-10-28fix(authentication): erroneously escaped group base dn (#4288)James Elliott
2022-10-17feat(authentication): file password algorithms (#3848)James Elliott
2022-10-05refactor: any (#4133)James Elliott
2022-10-02feat(authentication): permit feature detection failures (#4061)James Elliott
2022-05-15fix(authentication): err when user/display name same ldap attribute (#3364)James Elliott
2022-05-10fix(authentication): utilize msad password history control (#3256)James Elliott
2022-05-02fix(authentication): follow ldap referrals (#3251)James Elliott
2022-03-17refactor(authentication): simplify ldap connection interface (#3026)James Elliott
2022-01-31refactor: apply godot recommendations (#2839)James Elliott
2021-12-02refactor(web): only fetch totp conf if required (#2663)James Elliott
2021-11-23feat(storage): primary key for all tables and general qol refactoring (#2431)James Elliott
2021-09-17refactor: factorize startup checks (#2386)James Elliott
2021-08-11fix: include major in go.mod module directive (#2278)James Elliott
2021-08-05perf(authentication): improve ldap dynamic replacement performance (#2239)James Elliott
2021-07-13fix(authentication): ldap connection left open (#2179)James Elliott
2021-07-06feat(authentication): use the passwordmodify exop for pwd resets with ldap (#...Arsenović Arsen
2021-07-02feat(authentiation): check ldap support for extended operations on startup (#...James Elliott
2021-04-16fix: removed deprecated smtp/ldap options (#1912)James Elliott
2021-04-12refactor(authentication): add trace logs for the user/group baseDN (#1904)James Elliott
2021-01-04[FEATURE] Enhance LDAP/SMTP TLS Configuration and Unify Them (#1557)James Elliott
2020-12-03[FEATURE] LDAP StartTLS (#1500)James Elliott
2020-06-19[FEATURE] Add configurable display name to frontend (#1124)Amir Zarrinkafsh
2020-05-04[FEATURE] Automatic Profile Refresh - LDAP (#912)James Elliott
2020-04-22[MISC] Ignore errcheck recommendations for legacy code (#893)Amir Zarrinkafsh
2020-04-09[Buildkite] Introduce CI linting with golangci-lint and reviewdog (#832)Amir Zarrinkafsh
2020-04-05[MISC] Update durations to notation format and housekeeping (#824)James Elliott
2020-03-31 [FEATURE][BREAKING] Allow users to sign in with email. (#792)Clément Michaud
2020-03-19[DEPS] Fix gopkg.in/ldap.v3 import for dependabot (#726)Amir Zarrinkafsh
2020-03-15[BUGFIX] [BREAKING] Set username retrieved from authentication backend in ses...Clément Michaud
2020-02-27[BUGFIX] Fix crash when no emails or groups are retrieved from LDAP. (#651)Clément Michaud
2020-01-21Escape special LDAP characters as suggested by OWASP.Clement Michaud
2019-12-24Rename org from clems4ever to autheliaAmir Zarrinkafsh
2019-12-06Add support for LDAP over TLS.Clement Michaud