Fix phpcs

This commit is contained in:
Laurent Destailleur 2020-06-30 16:15:10 +02:00
parent 4baa00ba89
commit b8ea58f18c

View File

@ -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)
}