From b8ea58f18c15a2cf31807f76473fa8cb7583c221 Mon Sep 17 00:00:00 2001 From: Laurent Destailleur Date: Tue, 30 Jun 2020 16:15:10 +0200 Subject: [PATCH] Fix phpcs --- htdocs/core/class/ldap.class.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/htdocs/core/class/ldap.class.php b/htdocs/core/class/ldap.class.php index 9d613455cfe..06c3106a5dc 100644 --- a/htdocs/core/class/ldap.class.php +++ b/htdocs/core/class/ldap.class.php @@ -474,7 +474,7 @@ class Ldap //print_r($info); - // For better compatibility with Samba4 AD + // For better compatibility with Samba4 AD if ($this->serverType == "activedirectory") { unset($info['cn']); // For avoid error : Operation not allowed on RDN (Code 67) }