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 {