Modif objectClass
This commit is contained in:
parent
7f69341bbd
commit
a31b749ec6
@ -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 ;
|
||||
|
||||
Loading…
Reference in New Issue
Block a user