Modif objectClass

This commit is contained in:
Rodolphe Quiedeville 2004-04-09 14:40:03 +00:00
parent 7f69341bbd
commit a31b749ec6

View File

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