Re: Manage IA5strings with Perl LDAP

2008-11-25 Thread Graham Barr
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

Manage IA5strings with Perl LDAP

2008-11-25 Thread Clément OUDOT
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,