Net::LDAP::Control returns 'ASN' value?

2005-02-14 Thread Faltermier, David (HP Directory)
Hello, I've got a question about the behavior of Net::LDAP::Control and it's child classes. Should a call to $control->value() return an ASN value? I instantiated a few controls to see their behavior and they are all the same. They return an ASN value. I guess I expected the original, untai

Outdated OID in Net::LDAP::Control::ProxyAuth?

2005-02-14 Thread Faltermier, David (HP Directory)
Hello, A question about Net::LDAP::Control::ProxyAuth... I noticed that the OID used for the proxyAuth control is rather old. According to http://search.cpan.org/src/GBARR/perl-ldap-0.3202/lib/Net/LDAP/Constant. pm the OID for the ProxyAuth control is: LDAP_CONTROL_PROXYAUTHENTICATION (2.1

Re: strange difference in retrieved certs

2005-02-14 Thread Mike Jackson
Graham Barr wrote: The sounds like the old utf8 encoding issue. You could try changing your LANG environment variable not to mention utf8, or upgrade to a later release of perl. Either I think will fix the problem Graham. Thanks a lot, Graham. Unsetting LANG solved the problem. -- mike

Re: strange difference in retrieved certs

2005-02-14 Thread Graham Barr
The sounds like the old utf8 encoding issue. You could try changing your LANG environment variable not to mention utf8, or upgrade to a later release of perl. Either I think will fix the problem Graham. On Mon, February 14, 2005 1:37 pm, Mike Jackson said: > Hi, > I am encountering a really str

strange difference in retrieved certs

2005-02-14 Thread Mike Jackson
Hi, I am encountering a really strange problem and I am wondering if somebody can help me to figure out why, possibly to save me a lot of time debugging this. I have a script which retrieves a user's cert like this: e->get_value('userCertificate;binary') When I execute it on my gentoo