Modif update

This commit is contained in:
Rodolphe Quiedeville 2004-01-23 17:03:33 +00:00
parent 677adc7bd7
commit c0924f8607

View File

@ -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);