From 25200b5bbd5831e736176946b721f019c488138d Mon Sep 17 00:00:00 2001 From: Rodolphe Quiedeville Date: Fri, 9 Apr 2004 14:52:05 +0000 Subject: [PATCH] =?UTF-8?q?Mise=20=E0=20jour?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- htdocs/contact.class.php | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/htdocs/contact.class.php b/htdocs/contact.class.php index 95dfcf9489f..144d0749624 100644 --- a/htdocs/contact.class.php +++ b/htdocs/contact.class.php @@ -136,11 +136,12 @@ class Contact //$info["postalCode"] = "postalCode"; //$info["postalAddress"] = "postalAddress"; - $info["objectclass"][0] = "top"; + /* $info["objectclass"][0] = "top"; $info["objectclass"][1] = "person"; $info["objectclass"][2] = "organizationalPerson"; - $info["objectclass"][3] = "inetOrgPerson"; - $info["objectclass"][4] = "phpgwContact"; // compatibilite egroupware + */ + $info["objectclass"][0] = "inetOrgPerson"; + $info["objectclass"][1] = "phpgwContact"; // compatibilite egroupware // add data to directory $dn = utf8_encode("cn=".$this->old_firstname." ".$this->old_name).", ".LDAP_SERVER_DN ;