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
/
configuration
/
validator
/
authentication_test.go
Age
Commit message (
Expand
)
Author
2025-02-23
feat(authentication): ldap connection pooling (#7217)
James Elliott
2025-02-18
feat(authentication): permit empty base dn (#8112)
James Elliott
2024-09-20
refactor: linting (#7863)
James Elliott
2024-08-17
refactor: fix lint issues (#7692)
James Elliott
2023-11-23
fix(configuration): illogical refresh interval default (#6319)
James Elliott
2023-11-20
test: fix linting (#6303)
James Elliott
2023-09-03
docs: jsonschema (#5493)
James Elliott
2023-06-18
feat(authentication): ldap memberof group search (#5418)
James Elliott
2023-05-08
refactor: misc consistency fixes (#5406)
James Elliott
2023-05-07
feat(authentication): suport ldap over unix socket (#5397)
James Elliott
2023-04-13
feat(oidc): client authentication modes (#5150)
James Elliott
2023-02-08
feat(configuration): rfc2307bis implementation (#4900)
James Elliott
2022-12-21
feat(configuration): glauth ldap implementation (#4499)
James Elliott
2022-12-21
feat(configuration): lldap implementation (#4498)
James Elliott
2022-12-21
feat(configuration): freeipa ldap implementation (#4482)
James Elliott
2022-12-05
build(deps): update module github.com/go-crypt/crypt to v0.2.2 (#4452)
James Elliott
2022-10-21
feat(configuration): mtls clients (#4221)
James Elliott
2022-10-17
feat(authentication): file password algorithms (#3848)
James Elliott
2022-06-28
feat(configuration): automatically map old keys (#3199)
James Elliott
2022-04-04
feat(web): password reset custom url (#3111)
James Elliott
2022-02-28
feat(commands): add access-control check-policy command (#2871)
James Elliott
2021-08-11
fix: include major in go.mod module directive (#2278)
James Elliott
2021-08-05
feat(authentication): allow customizable ldap connection timeout (#2240)
James Elliott
2021-08-05
perf(authentication): improve ldap dynamic replacement performance (#2239)
James Elliott
2021-08-03
feat(configuration): replace viper with koanf (#2053)
James Elliott
2021-07-15
feat(oidc): implement client type public (#2171)
James Elliott
2021-07-04
fix(utils): use lower case in error messages (#2144)
Clément Michaud
2021-04-16
fix: removed deprecated smtp/ldap options (#1912)
James Elliott
2021-04-11
docs: refactor several areas of documentation (#1726)
James Elliott
2021-03-22
fix: redis sentinel secret missing (#1839)
James Elliott
2021-03-05
perf(authorizer): preload access control lists (#1640)
James Elliott
2021-01-04
[FEATURE] Enhance LDAP/SMTP TLS Configuration and Unify Them (#1557)
James Elliott
2020-12-03
[CI] Adjust reviewdog filtermode for linting (#1506)
Amir Zarrinkafsh
2020-12-03
[FEATURE] LDAP StartTLS (#1500)
James Elliott
2020-11-28
[BUGFIX] Make username_attribute a mandatory placeholder in users_filter (#1449)
Amir Zarrinkafsh
2020-11-27
[FEATURE] Support MSAD password reset via unicodePwd attribute (#1460)
Amir Zarrinkafsh
2020-05-14
[FIX] Hash Password Cmd Not Encoding Provided Salt (#999)
James Elliott
2020-05-04
[FEATURE] Automatic Profile Refresh - LDAP (#912)
James Elliott
2020-04-11
[BUGFIX] Password hashing schema map mismatch with docs (#852)
James Elliott
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-15
[BUGFIX] Make users_filter configuration of LDAP backend optional. (#710)
Clément Michaud
2020-03-15
[BUGFIX] [BREAKING] Set username retrieved from authentication backend in ses...
Clément Michaud
2020-03-06
[FEATURE] Support Argon2id password hasing and improved entropy (#679)
James Elliott
2019-12-24
Rename org from clems4ever to authelia
Amir Zarrinkafsh
2019-12-09
Add a check for enclosing parenthesis in LDAP users and groups filters.
Clement Michaud
2019-12-06
Add support for LDAP over TLS.
Clement Michaud
2019-11-17
Move source code into internal directory to follow standard project layout.
Clement Michaud