Can I somehow tell Net::LDAP which attribute types are UTF-8 and make it
set the flags internally?
regards,
Peter Mogensen
Peter Marschall wrote:
> To stay compatible it normally behaves as the older versions of Net::LDAP.
> But when giving the option raw followed by a regular expression to the
> constructor it treats all attributes not matching this regular expression as
> UTF-8 and converts them accordingly.
> Sinc
Peter Marschall wrote:
> Did you try the CVS ?
I will.
Quick question though.
The FAQ refers to the CVS on sourceforge. But it seems very outdated.
The links on ldap.perl.org refers to a SVN repository, but I can't find
the instructions to checkout. (there's no files on
http://svn.mutatus.co.uk/p
Graham Barr wrote:
> Sorry it moved. I need to update the web site.
>
> http://svn.goingon.net/repos/perl-ldap/trunk/
Uhh... HEAD won't run.
The reason being a typo in line 31 of lib/Net/LDAP/Entry.pm:
22 sub new {
23 my $self = shift;
24 my $type = ref($self) || $self;
25
26 my $entry =
Peter Mogensen wrote:
> Uhh... HEAD won't run.
> The reason being a typo in line 31 of lib/Net/LDAP/Entry.pm:
...
> 31 retrun $entry;
anyway... after fixing that I still can't get it to work. ... probably
my fault though.
But looking at the code I have a question. The c
Peter Mogensen wrote:
> Peter Mogensen wrote:
> > Uhh... HEAD won't run.
>> The reason being a typo in line 31 of lib/Net/LDAP/Entry.pm:
> ...
>> 31 retrun $entry;
>
>
> anyway... after fixing that I still can't get it to work. ... probably
> my f