If you need to add an attribute that is binary encoded (eg: userCertificate), then you need to add the ";binary" specification at the end of the field name.
eg:
$info["userCertificate;binary"] = $myBinaryCert;
$ldap_add ...
Del
If you need to add an attribute that is binary encoded (eg: userCertificate), then you need to add the ";binary" specification at the end of the field name.
eg:
$info["userCertificate;binary"] = $myBinaryCert;
$ldap_add ...
Del