Any hints ?
Could be a data related issue?
Since UTF seems to be the default the question would be
whether what you enter is UTF or rather ASCII with a German
character set ...
best regards
Christian
Cheers,
Andrej
On 8/2/07 7:46, "Svend Sorensen" <[EMAIL PROTECTED]> wrote:
> On 2/8/07, Chris Ridd wrote:
>>
>> You should definitely set version => 3 when you create the Net::LDAP object,
>> as that will allow you to use UTF-8 later on. The default is to use LDAPv2,
>> and you're at the mercy of your server ve
On 2/8/07, Chris Ridd wrote:
You should definitely set version => 3 when you create the Net::LDAP object,
as that will allow you to use UTF-8 later on. The default is to use LDAPv2,
and you're at the mercy of your server vendor as to what character set they
decided to implement instead of the st
On 8/2/07 8:53, "Christian Felsing" <[EMAIL PROTECTED]> wrote:
> Hello,
>
> I experienced a strange problem with following function and Net::LDAP
>
> --- cut here ---
>
> sub CreateLDAPentry {
> my ($uid,$name,$vorname,$st) = @_;
> my $salt="/%";
> my $pwd=crypt($word, $salt);
>
> my $ldap = N