authelia/internal/storage
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
..
migrations refactor(web): webauthn references (#5244) 2023-04-15 02:54:24 +10:00
const.go feat(authentication): suport ldap over unix socket (#5397) 2023-05-07 16:39:17 +10:00
errors.go refactor: webauthn naming (#5243) 2023-04-15 02:04:42 +10:00
migrations.go fix(storage): postgresql webauthn tbl invalid aaguid constraint (#5183) 2023-04-08 11:36:34 +10:00
migrations_test.go fix(storage): postgresql webauthn tbl invalid aaguid constraint (#5183) 2023-04-08 11:36:34 +10:00
provider.go refactor: webauthn naming (#5243) 2023-04-15 02:04:42 +10:00
sql_provider.go refactor: webauthn naming (#5243) 2023-04-15 02:04:42 +10:00
sql_provider_backend_mysql.go feat(authentication): suport ldap over unix socket (#5397) 2023-05-07 16:39:17 +10:00
sql_provider_backend_postgres.go feat(authentication): suport ldap over unix socket (#5397) 2023-05-07 16:39:17 +10:00
sql_provider_backend_sqlite.go feat: webauthn (#2707) 2022-03-03 22:20:43 +11:00
sql_provider_encryption.go refactor: webauthn naming (#5243) 2023-04-15 02:04:42 +10:00
sql_provider_queries.go refactor: webauthn naming (#5243) 2023-04-15 02:04:42 +10:00
sql_provider_queries_special.go refactor: remove pre1 migration path (#4356) 2022-11-25 23:44:55 +11:00
sql_provider_schema.go fix(storage): postgresql webauthn tbl invalid aaguid constraint (#5183) 2023-04-08 11:36:34 +10:00
sql_provider_schema_test.go refactor: remove pre1 migration path (#4356) 2022-11-25 23:44:55 +11:00
sql_rows.go feat(oidc): implicit consent (#4080) 2022-10-20 13:16:36 +11:00
types.go refactor: webauthn naming (#5243) 2023-04-15 02:04:42 +10:00