I'm trying to add a new person to ldap tree including binary
attributes, as follows.
AL := TLDAPAttributeList.Create;
AL.Add;
j := AL.Count - 1;
AL[j].AttributeName := 'employeeType;binary';
AL[j].Add('***Some japanese characters in UTF-8***');
But this isn't work. The error is
"employeeType;binary: option ;binary not supported with type".
Also I tried to add base64 encoded string like
AL[j].Add('5q2j56S+5ZOh');
but couldn't add this.
Please let me know the way to add a binary attribute.
thanks.
------------------------------------------------------------------------------
This SF.net email is sponsored by:
High Quality Requirements in a Collaborative Environment.
Download a free trial of Rational Requirements Composer Now!
http://p.sf.net/sfu/www-ibm-com
_______________________________________________
synalist-public mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/synalist-public