From a31b749ec6016b0ea0cf79b49ca9b00fd4c6f99f Mon Sep 17 00:00:00 2001 From: Rodolphe Quiedeville Date: Fri, 9 Apr 2004 14:40:03 +0000 Subject: [PATCH] Modif objectClass --- 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 9b870570a79..a76c25de516 100644 --- a/htdocs/contact.class.php +++ b/htdocs/contact.class.php @@ -136,7 +136,7 @@ class Contact //$info["postalCode"] = "postalCode"; //$info["postalAddress"] = "postalAddress"; - $info["objectclass"] = "inetOrgPerson"; + $info["objectclass"] = "inetOrgPerson organizationalPerson"; // add data to directory $dn = utf8_encode("cn=".$this->old_firstname." ".$this->old_name).", ".LDAP_SERVER_DN ;