Google Groups no longer supports new Usenet posts or subscriptions. Historical content remains viewable.
Dismiss

Fwd: Problem with your module NET::LDAP

7 views
Skip to first unread message

Graham Barr

unread,
May 30, 2007, 7:43:15 AM5/30/07
to Perl-LDAP Mailing List, Giovanni Mancuso
Begin forwarded message:
> From: Giovanni Mancuso <suu...@messinalug.org>
> Date: May 30, 2007 4:29:25 AM CDT
> To: gb...@pobox.com
> Subject: Problem with your module NET::LDAP
> Message-Id: <465D43F5...@messinalug.org>
>
> Hi,
> I am an italian boy that have a problem with yuor module used tu
> comunicate with ldap(Net::Ldap).
> When i do the following row for example:
>
> $resultmodify = $ldap->modify ($entry->dn, add => {
> 'mgrpRFC822MailMember' => $_ } );
>
> in my ldap, the same attributes, are inserted some time encoded in
> base64, and some time in clearly text.
> Can you help me?
>
> I know that my english is far from being perfect, but I hope that you
> understood the problem
> Thanks

Marc Chantreux

unread,
May 30, 2007, 9:02:04 AM5/30/07
to perl...@perl.org, suu...@messinalug.org
On Wed, May 30, 2007 at 06:43:15AM -0500, Graham Barr wrote:
> >in my ldap, the same attributes, are inserted some time encoded in
> >base64, and some time in clearly text.

i think you don't understand that neither Net::LDAP or your ldap server
store anything in base64. Your ldap client use base64 when writting ldif.

> >Can you help me?

write your own client with perl-ldap ;)

regards,
marc

0 new messages