authelia/internal/authentication
James Elliott a048ab6d47
fix(authentication): erroneously escaped group base dn (#4288)
The BaseDN for groups was escaped improperly and failed on any BaseDN with special characters. This fixes the issue.
2022-10-28 20:21:43 +11:00
..
const.go feat(authentication): file provider hot reload (#4188) 2022-10-17 22:31:23 +11:00
file_user_provider.go feat(authentication): file case-insensitive and email search (#4194) 2022-10-18 11:57:08 +11:00
file_user_provider_database.go feat(authentication): file case-insensitive and email search (#4194) 2022-10-18 11:57:08 +11:00
file_user_provider_test.go feat(authentication): file case-insensitive and email search (#4194) 2022-10-18 11:57:08 +11:00
gen.go fix(authentication): utilize msad password history control (#3256) 2022-05-10 14:38:36 +10:00
ldap_client_factory.go fix(authentication): utilize msad password history control (#3256) 2022-05-10 14:38:36 +10:00
ldap_client_factory_mock.go fix(authentication): utilize msad password history control (#3256) 2022-05-10 14:38:36 +10:00
ldap_client_mock.go feat(authentication): unauthenticated ldap bind (#3291) 2022-06-17 21:03:47 +10:00
ldap_control_types.go fix(authentication): utilize msad password history control (#3256) 2022-05-10 14:38:36 +10:00
ldap_user_provider.go fix(authentication): erroneously escaped group base dn (#4288) 2022-10-28 20:21:43 +11:00
ldap_user_provider_startup.go fix(authentication): erroneously escaped group base dn (#4288) 2022-10-28 20:21:43 +11:00
ldap_user_provider_test.go fix(authentication): erroneously escaped group base dn (#4288) 2022-10-28 20:21:43 +11:00
ldap_util.go fix(authentication): utilize msad password history control (#3256) 2022-05-10 14:38:36 +10:00
ldap_util_test.go fix(authentication): utilize msad password history control (#3256) 2022-05-10 14:38:36 +10:00
types.go fix(notification): incorrect date header format (#3684) 2022-07-18 10:56:09 +10:00
user_provider.go refactor(model): rename from models (#2968) 2022-03-06 16:47:40 +11:00
users_database.template.yml refactor: update users_database examples (#4240) 2022-10-23 08:12:16 +11:00
util.go fix(handler): oidc two factor handling (#3512) 2022-06-14 15:17:11 +10:00