From 9a4f5e3d9a2b319027e86630ecc90028da38ae6e Mon Sep 17 00:00:00 2001 From: Regis Houssin Date: Sun, 21 Jun 2020 21:10:51 +0200 Subject: [PATCH] FIX We force "modify" for avoid some field not modify --- htdocs/core/class/ldap.class.php | 1 + 1 file changed, 1 insertion(+) diff --git a/htdocs/core/class/ldap.class.php b/htdocs/core/class/ldap.class.php index 4434bd7be89..dfcb4690a7f 100644 --- a/htdocs/core/class/ldap.class.php +++ b/htdocs/core/class/ldap.class.php @@ -595,6 +595,7 @@ class Ldap { // This function currently only works with LDAPv3 $result = $this->rename($olddn, $newrdn, $newparent, $user, true); + $result = $this->modify($dn, $info, $user); // We force "modify" for avoid some fields not modify } else {