FIX We force "modify" for avoid some field not modify

This commit is contained in:
Regis Houssin 2020-06-21 21:10:51 +02:00
parent 03fbd72d66
commit 9a4f5e3d9a

View File

@ -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
{