Voting

: min(one, nine)?
(Example: nine)

The Note You're Voting On

del at babel dot com dot au
23 years ago
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

<< Back to user notes page

To Top