Script functions reference > Script functions in alphabetical order > L > LdapWriteAttrBinaryValue

LdapWriteAttrBinaryValue
Syntax
LdapWriteAttrBinaryValue(entryID, attrName, fileName);
entryID 
attrName
fileName
Description
Writes the contents of the attribute to a file.
Returns
1
-1
Example
ldapWriteAttrBinaryValue($theuser,"photo",my_file);
In this example, the contents of the photo attribute of theuser entry are written to my_file.
OpenText StreamServe 5.6 Updated: 2013-03-01