summaryrefslogtreecommitdiff
path: root/internal/handlers/handler_verify_test.go
diff options
context:
space:
mode:
authorJames Elliott <james-d-elliott@users.noreply.github.com>2021-04-16 11:44:37 +1000
committerGitHub <noreply@github.com>2021-04-16 11:44:37 +1000
commitcc4f47f21c61b1e15c14fa437b32fe8293d4f576 (patch)
treea0567d6bffd723089006e23f05323e22dec829d9 /internal/handlers/handler_verify_test.go
parent168dbf7265e4a0616468f6242be853fbcddf710d (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.go2
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.