FIX We force "modify" for avoid some field not modify
This commit is contained in:
parent
03fbd72d66
commit
9a4f5e3d9a
@ -595,6 +595,7 @@ class Ldap
|
|||||||
{
|
{
|
||||||
// This function currently only works with LDAPv3
|
// This function currently only works with LDAPv3
|
||||||
$result = $this->rename($olddn, $newrdn, $newparent, $user, true);
|
$result = $this->rename($olddn, $newrdn, $newparent, $user, true);
|
||||||
|
$result = $this->modify($dn, $info, $user); // We force "modify" for avoid some fields not modify
|
||||||
}
|
}
|
||||||
else
|
else
|
||||||
{
|
{
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user