From 8b509cd5d43d708eaa2fcee86699bcb108f36122 Mon Sep 17 00:00:00 2001 From: Nicolas Boisselier Date: Mon, 7 Oct 2024 09:31:35 +0200 Subject: [PATCH] etc/dbq/ldap.php --- etc/dbq/ldap.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/etc/dbq/ldap.php b/etc/dbq/ldap.php index 5c6f3e34..1bdb25e0 100644 --- a/etc/dbq/ldap.php +++ b/etc/dbq/ldap.php @@ -8,7 +8,7 @@ if (isset($_SERVER['HTTP_HOST'])) { } else { $user = Nb::user_infos('name'); - return; # NB 09.12.22: Could not authenticate to LDAP server + return; # Could not authenticate to LDAP server $password = ''; } -- 2.47.3