diff options
| author | James Elliott <james-d-elliott@users.noreply.github.com> | 2021-04-16 11:44:37 +1000 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-04-16 11:44:37 +1000 |
| commit | cc4f47f21c61b1e15c14fa437b32fe8293d4f576 (patch) | |
| tree | a0567d6bffd723089006e23f05323e22dec829d9 /internal/handlers/handler_verify_test.go | |
| parent | 168dbf7265e4a0616468f6242be853fbcddf710d (diff) | |
fix: removed deprecated smtp/ldap options (#1912)
This removes the deprecated options from 4.25. This includes the LDAP filters which allow {0} or {1} placeholders. The new aliases are documented. Additionally it refactors the keys validator to use uniform messages for most replaced keys.
Diffstat (limited to 'internal/handlers/handler_verify_test.go')
| -rw-r--r-- | internal/handlers/handler_verify_test.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/internal/handlers/handler_verify_test.go b/internal/handlers/handler_verify_test.go index 2ff816776..b1427fea6 100644 --- a/internal/handlers/handler_verify_test.go +++ b/internal/handlers/handler_verify_test.go @@ -23,7 +23,7 @@ import ( var verifyGetCfg = schema.AuthenticationBackendConfiguration{ RefreshInterval: schema.RefreshIntervalDefault, - Ldap: &schema.LDAPAuthenticationBackendConfiguration{}, + LDAP: &schema.LDAPAuthenticationBackendConfiguration{}, } // Test getOriginalURL. |
