diff --git a/internal/authentication/ldap_user_provider_startup.go b/internal/authentication/ldap_user_provider_startup.go index 4c87c9013..fbaf666fa 100644 --- a/internal/authentication/ldap_user_provider_startup.go +++ b/internal/authentication/ldap_user_provider_startup.go @@ -31,8 +31,8 @@ func (p *LDAPUserProvider) StartupCheck() (err error) { } if p.features.Extensions.TLS && !p.config.StartTLS && !strings.HasPrefix(p.config.URL, "ldaps://") { - p.log.Error("Your LDAP Server supports TLS but you don't appear to be utilizing it. We strongly" + - "recommend enabling the StartTLS option or using the scheme 'ldaps://' to secure connections with your" + + p.log.Error("Your LDAP Server supports TLS but you don't appear to be utilizing it. We strongly " + + "recommend using the scheme 'ldaps://' or enabling the StartTLS option to secure connections with your " + "LDAP Server.") }