On Nov 25, 2008, at 9:45 AM, Clément OUDOT wrote:
Hello,
after some research on the net, I can't find any perl code that can
read/write IA5strings.
IA5Strings are basically ASCII strings. The only printable differences
is that IA5 does not have $ or ~
see http://www.zytrax.com/tech/ia5.html
Hello,
after some research on the net, I can't find any perl code that can
read/write IA5strings.
I suppose we have to use the ASN1 functions, is it right? The goal for is
to be able to read/write values for example the logonHours attribute in
Active Directory.
If you have some code to do that,