From c01fd6c7d529bef865ea6dafb7e93c05ed096374 Mon Sep 17 00:00:00 2001 From: Ross Trottier Date: Wed, 4 Sep 2024 11:12:30 -0600 Subject: [PATCH] Web Mail set to LDAP --- cmd/web/app-links.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cmd/web/app-links.go b/cmd/web/app-links.go index bf2deb9..d0986f3 100644 --- a/cmd/web/app-links.go +++ b/cmd/web/app-links.go @@ -77,7 +77,7 @@ func getStarterLinks(baseUri string) []AppLink { Description: "Email", Image: "/static/img/roundcube.png", Url: "https://roundcube." + baseUri, - LDAP: false, + LDAP: true, DocumentationUrl: "https://roundcube.net/support/", }, }