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
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
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
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