From c0924f86077c775ef8b9734c1c3485f1a27ea1d1 Mon Sep 17 00:00:00 2001 From: Rodolphe Quiedeville Date: Fri, 23 Jan 2004 17:03:33 +0000 Subject: [PATCH] Modif update --- htdocs/contact.class.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/htdocs/contact.class.php b/htdocs/contact.class.php index 208f634a026..548e79ff48e 100644 --- a/htdocs/contact.class.php +++ b/htdocs/contact.class.php @@ -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);