From 4d4ac44b48d1d11ddcceecfdaa1c95c48b7de2c6 Mon Sep 17 00:00:00 2001 From: "John L. Villalovos" Date: Thu, 12 Jun 2025 10:39:38 -0700 Subject: [PATCH] docs(ldap): Show example ldap hosts with 'ldap://' prefix Newer versions of PHP will fail to connect if the 'ldap://' prefix is not provided. --- plugins/Authentication/Ldap/Ldap.config.dist.php | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/plugins/Authentication/Ldap/Ldap.config.dist.php b/plugins/Authentication/Ldap/Ldap.config.dist.php index 2fdb7b27c..b26913b68 100644 --- a/plugins/Authentication/Ldap/Ldap.config.dist.php +++ b/plugins/Authentication/Ldap/Ldap.config.dist.php @@ -1,8 +1,9 @@