1
0
mirror of https://github.com/0rangebananaspy/authelia.git synced 2024-09-14 22:47:21 +07:00
authelia/internal/configuration/schema
James Elliott 426f5260ad
[FEATURE] LDAP StartTLS ()
* add start_tls config option
* add StartTLS method to the LDAP conn factory and the mock
* implemented use of the StartTLS method when the config is set to true
* add mock unit tests
* add docs
* add TLS min version support
* add tests to tls version method
* fix lint issues
* minor adjustments
* remove SSL3.0
* add tls consts
* deprecate old filter placeholders
* remove redundant fake hashing in file auth provider (to delay username enumeration, was replaced by 
* make suite ActiveDirectory use StartTLS
* misc adjustments to docs
* suggested changes from code review
* deprecation notice conformity
* add mock test for LDAPS plus StartTLS
2020-12-03 16:23:52 +11:00
..
access_control.go [FEATURE] Support for subject combinations in ACLs () 2020-06-25 18:22:42 +10:00
authentication.go [FEATURE] LDAP StartTLS () 2020-12-03 16:23:52 +11:00
configuration.go [FEATURE] Add JSON log formatting option () 2020-11-25 10:46:41 +11:00
const.go [FEATURE] Support MSAD password reset via unicodePwd attribute () 2020-11-27 20:59:22 +11:00
duo.go Introduce viper in order to read secrets from env variables. 2020-01-22 10:15:25 +11:00
notifier.go [BUGFIX] Add ability to specify SMTP HELO/EHLO identifier () 2020-11-05 10:22:10 +11:00
regulation.go [MISC] Implement golint recommendations () 2020-04-20 23:03:38 +02:00
server.go [FEATURE] Allow Authelia to listen on a specified path () 2020-05-21 12:20:55 +10:00
session.go [CI] Add godot linter () 2020-05-02 15:06:39 +10:00
storage.go [CI] Add godot linter () 2020-05-02 15:06:39 +10:00
totp.go [MISC] Implement golint recommendations () 2020-04-20 23:03:38 +02:00
validator_test.go Rename org from clems4ever to authelia 2019-12-24 13:14:52 +11:00
validator.go [CI] Add wsl linter () 2020-05-05 21:35:32 +02:00