Re: German special characters cause problems with Net::LDAP

2007-02-08 Thread Andrej Ricnik-Bay
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

Re: German special characters cause problems with Net::LDAP

2007-02-08 Thread Chris Ridd
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

Re: German special characters cause problems with Net::LDAP

2007-02-08 Thread Svend Sorensen
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

Re: German special characters cause problems with Net::LDAP

2007-02-08 Thread Chris Ridd
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