Richard Mueller [MVP] replied to iTWeb
18-Mar-10 11:42 AM
You can use the ldifde utility to update attributes with values that are
Base64 encoded. I have example VBScript programs to Base64 encode strings
linked here:
http://www.rlmueller.net/Base64.htm
I have limited experience with foreign characters, but if you can convert
the desired value into a hexadecimal string, you can use the first program
to get the Base64 encoded value, then use this with ldifde to update an
attribute. Or if you can supply the text string, you can use the second
program on the page. There are example ldif files with base64 encoded values
in this link:
http://msdn.microsoft.com/en-us/library/ms677268(VS.85).aspx
You may need to check help for the ldifde command to create the input ldif
file for the utility. I hope this helps.
--
Richard Mueller
MVP Directory Services
Hilltop Lab - http://www.rlmueller.net
--