authelia/internal/configuration
James Elliott 28cd927f88
fix(authentication): msad dlsg excluded from default filter (#4569)
The groups filter narrowing for Active Directory to purposefully exclude distribution groups (which are not designed to act as security groups) unintentionally removed DLSG's from the filter results. This effectively reverts that allowing both DLSG's and GUSG's to be returned by default.

Fixes #4551, Fixes #4528
2022-12-14 14:57:32 +11:00
..
schema fix(authentication): msad dlsg excluded from default filter (#4569) 2022-12-14 14:57:32 +11:00
test_resources feat(configuration): mtls clients (#4221) 2022-10-21 19:41:33 +11:00
validator build(deps): update module github.com/go-crypt/crypt to v0.2.2 (#4452) 2022-12-05 09:37:08 +11:00
config.template.yml refactor: remove pre1 migration path (#4356) 2022-11-25 23:44:55 +11:00
configuration_test.go fix: include major in go.mod module directive (#2278) 2021-08-11 11:16:46 +10:00
const.go fix(configuration): certificate_chains can't be defined as secrets (#4302) 2022-10-31 11:52:14 +11:00
decode_hooks.go build(deps): update module github.com/go-crypt/crypt to v0.2.2 (#4452) 2022-12-05 09:37:08 +11:00
decode_hooks_test.go refactor: any (#4133) 2022-10-05 16:05:23 +11:00
deprecation.go refactor: any (#4133) 2022-10-05 16:05:23 +11:00
helpers.go ci: gen github tmpl locales and commitlint (#3759) 2022-09-16 14:21:05 +10:00
helpers_test.go ci: gen github tmpl locales and commitlint (#3759) 2022-09-16 14:21:05 +10:00
koanf_callbacks.go refactor: any (#4133) 2022-10-05 16:05:23 +11:00
koanf_callbacks_test.go test: use testing tempdir tooling (#4468) 2022-12-04 20:57:28 +11:00
koanf_util.go refactor: any (#4133) 2022-10-05 16:05:23 +11:00
koanf_util_test.go feat(configuration): automatically map old keys (#3199) 2022-06-28 13:15:50 +10:00
provider.go build(deps): update module github.com/go-crypt/crypt to v0.2.2 (#4452) 2022-12-05 09:37:08 +11:00
provider_test.go test: use testing tempdir tooling (#4468) 2022-12-04 20:57:28 +11:00
sources.go refactor: any (#4133) 2022-10-05 16:05:23 +11:00
template.go feat(configuration): automatically map old keys (#3199) 2022-06-28 13:15:50 +10:00
template_test.go test: use testing tempdir tooling (#4468) 2022-12-04 20:57:28 +11:00
types.go refactor: any (#4133) 2022-10-05 16:05:23 +11:00