LdapAddAttrBinaryValue(entryID, attrName, fileName);
entryID
attrName
fileName
Takes the entryID (returned by the LdapGetEntry function), the attribute name, and a filename, and adds the contents of the file to the given attribute.LdapAddAttrBinaryValue should be used when there is not yet any data in the attribute.
1 -1 ldapAddAttrBinaryValue($theuser,"photo",my_file);
OpenText StreamServe 5.6.2 | Updated: 2018-01-26 |