Modif update
This commit is contained in:
parent
677adc7bd7
commit
c0924f8607
@ -128,7 +128,7 @@ class Contact
|
||||
$info["objectclass"] = "inetOrgPerson";
|
||||
|
||||
// add data to directory
|
||||
$dn = "cn=".$this->old_firstname." ".$this->old_name.", ".LDAP_SERVER_DN ;
|
||||
$dn = ldap_unacc("cn=".$this->old_firstname." ".$this->old_name).", ".LDAP_SERVER_DN ;
|
||||
|
||||
$r = @ldap_delete($ds, $dn);
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user