authelia/internal/authentication
James Elliott fb5c285c25
feat(authentication): suport ldap over unix socket (#5397)
This adds support for LDAP unix sockets using the ldapi scheme. In addition it improves all of the address related parsing significantly deprecating old options.

Signed-off-by: James Elliott <james-d-elliott@users.noreply.github.com>
2023-05-07 16:39:17 +10:00
..
const.go feat(server): customizable authz endpoints (#4296) 2023-01-25 20:36:40 +11:00
const_test.go feat(authentication): suport ldap over unix socket (#5397) 2023-05-07 16:39:17 +10:00
file_user_provider.go build(deps): update module github.com/go-crypt/crypt to v0.2.2 (#4452) 2022-12-05 09:37:08 +11:00
file_user_provider_database.go build(deps): update module github.com/go-crypt/crypt to v0.2.2 (#4452) 2022-12-05 09:37:08 +11:00
file_user_provider_test.go build(deps): update module github.com/go-crypt/crypt to v0.2.2 (#4452) 2022-12-05 09:37: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 build(deps): update module github.com/go-ldap/ldap/v3 to b50d289 (#5396) 2023-05-06 13:02:04 +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 feat(authentication): suport ldap over unix socket (#5397) 2023-05-07 16:39:17 +10:00
ldap_user_provider_startup.go feat(authentication): suport ldap over unix socket (#5397) 2023-05-07 16:39:17 +10:00
ldap_user_provider_test.go feat(authentication): suport ldap over unix socket (#5397) 2023-05-07 16:39:17 +10: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 build(deps): update module github.com/go-ldap/ldap/v3 to b50d289 (#5396) 2023-05-06 13:02:04 +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 refactor: const int type stringers (#4588) 2022-12-17 23:39:24 +11:00