index
:
matthieu/authelia-kerberos.git
master
Unnamed repository; edit this file 'description' to name the repository.
Forgejo (Beyond coding. We forge.)
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
internal
/
authentication
/
ldap_user_provider_test.go
Age
Commit message (
Expand
)
Author
2025-03-08
refactor(handlers): add more detailed errors for password-change failures (#8...
Brynn Crowley
2025-03-09
feat(embed): make authelia embedable (#8841)
James Elliott
2025-02-23
feat(authentication): ldap connection pooling (#7217)
James Elliott
2025-02-22
feat(authentication): additional and custom attributes (#8078)
James Elliott
2024-03-04
build(deps): use go.uber.org/mock
James Elliott
2023-10-08
refactor: clock newups (#6101)
James Elliott
2023-10-08
refactor: clock package (#6100)
James Elliott
2023-09-17
test: misc lint updates (#6004)
James Elliott
2023-09-03
docs: jsonschema (#5493)
James Elliott
2023-06-18
feat(authentication): ldap memberof group search (#5418)
James Elliott
2023-05-25
test(authentication): add missing type tests (#5483)
James Elliott
2023-05-07
feat(authentication): suport ldap over unix socket (#5397)
James Elliott
2022-12-22
docs: fix misc mistakes and adjust placeholders (#4614)
James Elliott
2022-12-21
feat(authentication): ldap time replacements (#4483)
James Elliott
2022-10-28
fix(authentication): erroneously escaped group base dn (#4288)
James Elliott
2022-10-17
feat(authentication): file password algorithms (#3848)
James Elliott
2022-10-05
refactor: any (#4133)
James Elliott
2022-10-02
feat(authentication): permit feature detection failures (#4061)
James Elliott
2022-05-15
fix(authentication): err when user/display name same ldap attribute (#3364)
James Elliott
2022-05-10
fix(authentication): utilize msad password history control (#3256)
James Elliott
2022-05-02
fix(authentication): follow ldap referrals (#3251)
James Elliott
2022-03-17
refactor(authentication): simplify ldap connection interface (#3026)
James Elliott
2022-01-31
refactor: apply godot recommendations (#2839)
James Elliott
2021-12-02
refactor(web): only fetch totp conf if required (#2663)
James Elliott
2021-11-23
feat(storage): primary key for all tables and general qol refactoring (#2431)
James Elliott
2021-09-17
refactor: factorize startup checks (#2386)
James Elliott
2021-08-11
fix: include major in go.mod module directive (#2278)
James Elliott
2021-08-05
perf(authentication): improve ldap dynamic replacement performance (#2239)
James Elliott
2021-07-13
fix(authentication): ldap connection left open (#2179)
James Elliott
2021-07-06
feat(authentication): use the passwordmodify exop for pwd resets with ldap (#...
Arsenović Arsen
2021-07-02
feat(authentiation): check ldap support for extended operations on startup (#...
James Elliott
2021-04-16
fix: removed deprecated smtp/ldap options (#1912)
James Elliott
2021-04-12
refactor(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-21
Escape special LDAP characters as suggested by OWASP.
Clement Michaud
2019-12-24
Rename org from clems4ever to authelia
Amir Zarrinkafsh
2019-12-06
Add support for LDAP over TLS.
Clement Michaud