summaryrefslogtreecommitdiff
path: root/internal/authentication/ldap_user_provider_startup.go
diff options
context:
space:
mode:
Diffstat (limited to 'internal/authentication/ldap_user_provider_startup.go')
-rw-r--r--internal/authentication/ldap_user_provider_startup.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/internal/authentication/ldap_user_provider_startup.go b/internal/authentication/ldap_user_provider_startup.go
index fbaf666fa..bcf1bad61 100644
--- a/internal/authentication/ldap_user_provider_startup.go
+++ b/internal/authentication/ldap_user_provider_startup.go
@@ -37,7 +37,7 @@ func (p *LDAPUserProvider) StartupCheck() (err error) {
}
if !p.features.Extensions.TLS && p.config.StartTLS {
- p.log.Info("Your LDAP Server does not appear to support TLS but you enabled StartTLS which may result" +
+ p.log.Info("Your LDAP Server does not appear to support TLS but you enabled StartTLS which may result " +
"in an error.")
}