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

2005-02-15 Thread Graham Barr
On Mon, February 14, 2005 4:42 pm, Faltermier, David (HP Directory) said: > 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 > > t

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

2005-02-15 Thread Graham Barr
On Mon, February 14, 2005 5:12 pm, Faltermier, David (HP Directory) said: > > 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

about the output from function entry->dump

2005-02-15 Thread Pei Chen
Hi, I just used the function for entry->dump(), the output is fine except objectclass value. The objectclass values is in one line eg. objectclass: gcOrganizationalPersonorganizationalPersonpersontop I think the result should be : objectclass: gcOrganizationalPerson objectclass: organization

Re: about the output from function entry->dump

2005-02-15 Thread Graham Barr
On Tue, February 15, 2005 8:06 am, Pei Chen said: > Hi, > > I just used the function for entry->dump(), the output > is fine except objectclass value. > > The objectclass values is in one line eg. > > objectclass: > gcOrganizationalPersonorganizationalPersonpersontop > > I think the result should b