authelia/internal/configuration/schema
James Elliott d0d80b4f66
feat(configuration): freeipa ldap implementation (#4482)
This adds a FreeIPA LDAP implementation which purely adds sane defaults for FreeIPA. There are no functional differences just when the implementation option is set to 'freeipa' sane defaults which should be sufficient for most use cases are set. See the documentation at https://www.authelia.com/r/ldap#defaults for more details.

Closes #2177, Closes #2161
2022-12-21 21:07:00 +11:00
..
access_control.go feat(authorization): query parameter filtering (#3990) 2022-10-19 14:09:22 +11:00
authentication.go feat(configuration): freeipa ldap implementation (#4482) 2022-12-21 21:07:00 +11:00
configuration.go feat(authentication): file password algorithms (#3848) 2022-10-17 21:51:59 +11:00
const.go feat(configuration): freeipa ldap implementation (#4482) 2022-12-21 21:07:00 +11:00
duo.go refactor(configuration): remove ptr for duoapi and notifier (#3200) 2022-04-16 09:34:26 +10:00
identity_providers.go feat(oidc): hashed client secrets (#4026) 2022-10-20 14:21:45 +11:00
keys.go feat(storage): tls connection support (#4233) 2022-10-22 19:27:59 +11:00
log.go feat(configuration): replace viper with koanf (#2053) 2021-08-03 19:55:21 +10:00
notifier.go feat(configuration): mtls clients (#4221) 2022-10-21 19:41:33 +11:00
ntp.go refactor(configuration): utilize time duration decode hook (#2938) 2022-03-02 17:40:26 +11:00
password_policy.go feat(server): zxcvbn password policy server side (#3151) 2022-04-15 19:30:51 +10:00
regulation.go refactor(configuration): utilize time duration decode hook (#2938) 2022-03-02 17:40:26 +11:00
server.go refactor: adjust defaults (#4137) 2022-10-07 13:52:01 +11:00
session.go feat(configuration): mtls clients (#4221) 2022-10-21 19:41:33 +11:00
shared.go feat(configuration): mtls clients (#4221) 2022-10-21 19:41:33 +11:00
storage.go feat(storage): tls connection support (#4233) 2022-10-22 19:27:59 +11:00
telemetry.go refactor: adjust defaults (#4137) 2022-10-07 13:52:01 +11:00
totp.go feat(totp): secret customization (#2681) 2022-04-08 09:01:01 +10:00
types.go build(deps): update module github.com/go-crypt/crypt to v0.2.2 (#4452) 2022-12-05 09:37:08 +11:00
types_test.go feat(oidc): issuer jwk certificates (#3989) 2022-10-02 13:07:40 +11:00
validator.go feat(storage): primary key for all tables and general qol refactoring (#2431) 2021-11-23 20:45:38 +11:00
validator_test.go feat(storage): primary key for all tables and general qol refactoring (#2431) 2021-11-23 20:45:38 +11:00
webauthn.go build(deps): utilize github.com/go-webauthn/webauthn (#2947) 2022-03-04 10:56:30 +11:00