authelia/internal/configuration
James Elliott c794d57afc
perf(authentication): improve active directory default users filter (#2181)
This adds a performance change to the default Active Directory users filter. Basically as per TechNet the (sAMAccountType=805306368) filter is the same as (&(objectCategory=person)(objectClass=user)) except the performance is better.
2021-07-14 20:30:25 +10:00
..
schema perf(authentication): improve active directory default users filter (#2181) 2021-07-14 20:30:25 +10:00
test_resources refactor(configuration): use key log instead of logging (#2072) 2021-06-08 23:15:43 +10:00
validator feat(oidc): userinfo endpoint (#2146) 2021-07-10 14:56:33 +10:00
config.template.yml feat(oidc): userinfo endpoint (#2146) 2021-07-10 14:56:33 +10:00
const.go fix: redis sentinel secret missing (#1839) 2021-03-22 20:04:09 +11:00
reader.go fix: redis sentinel secret missing (#1839) 2021-03-22 20:04:09 +11:00
reader_test.go refactor(configuration): use key log instead of logging (#2072) 2021-06-08 23:15:43 +10:00