1
0
Fork 0
forked from External/ergo

improve maintainability and license compliance

0. Maximum parity with upstream code
1. Added Apache-required modification notices
2. Added Apache license
This commit is contained in:
Shivaram Lingamneni 2020-02-11 16:09:43 -05:00
parent c13597f807
commit 0c2d8adeac
7 changed files with 551 additions and 250 deletions

View file

@ -69,7 +69,7 @@ type AccountConfig struct {
Exempted []string
exemptedNets []net.IPNet
} `yaml:"require-sasl"`
LDAP ldap.LDAPConfig
LDAP ldap.ServerConfig
LoginThrottling struct {
Enabled bool
Duration time.Duration