summaryrefslogtreecommitdiff
path: root/internal/authentication/ldap_user_provider.go
AgeCommit message (Expand)Author
2025-03-08refactor(handlers): add more detailed errors for password-change failures (#8...Brynn Crowley
2025-03-06feat(web): change password (#7676)Brynn Crowley
2025-02-23feat(authentication): ldap connection pooling (#7217)James Elliott
2025-02-22feat(authentication): additional and custom attributes (#8078)James Elliott
2024-09-20refactor: linting (#7863)James Elliott
2024-09-01fix(authentication): ldap attributes treated case-sensitive (#7793)James Elliott
2024-05-29fix(authentication): memberof included in groups searches (#7359)James Elliott
2023-10-08refactor: clock newups (#6101)James Elliott
2023-10-08refactor: clock package (#6100)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-21feat(authentication): ldap time replacements (#4483)James Elliott
2022-10-28fix(authentication): erroneously escaped group base dn (#4288)James Elliott
2022-10-21feat(configuration): mtls clients (#4221)James Elliott
2022-10-17feat(authentication): file password algorithms (#3848)James Elliott
2022-06-28feat(configuration): automatically map old keys (#3199)James Elliott
2022-06-17feat(authentication): unauthenticated ldap bind (#3291)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
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-05feat(authentication): allow customizable ldap connection timeout (#2240)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-04refactor(authentication): log ldap warning on startup in rare condition (#2141)James Elliott
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-17[MISC] Add missing CLI suite test (#1607)Amir Zarrinkafsh
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-11-27[FEATURE] Support MSAD password reset via unicodePwd attribute (#1460)Amir Zarrinkafsh
2020-09-04[MISC] Address errors from linter updates (#1308)Amir Zarrinkafsh
2020-06-19[FEATURE] Add configurable display name to frontend (#1124)Amir Zarrinkafsh
2020-05-05[CI] Add wsl linter (#980)Amir Zarrinkafsh
2020-05-04[FEATURE] Automatic Profile Refresh - LDAP (#912)James Elliott
2020-05-02[HOTFIX] Prevent Username Enumeration (#950)James Elliott
2020-04-20[MISC] Implement golint recommendations (#885)Amir Zarrinkafsh
2020-04-15[BUGFIX] Allow username_attribute == mail_attribute (#865)Sohalt
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