[turba] (no subject)
Patrik Olesen
patrik at olesen.it
Fri May 21 03:52:41 PDT 2004
Hello,
Is there any reason why you don't convert dn too the charset specified in the
conf file when you are using ldap?
If not it could be nice to apply the following patch
Regards,
Patrik Olesen
diff -r1.49 ldap.php
348a349
> $newrdn = String::convertCharset($newrdn, NLS::getCharset(),
$this->_params['charset']);
422c423
< return $dn;
---
> return String::convertCharset($dn, NLS::getCharset(),
$this->_params['charset
']);
----------------------------------------------------------------
This message was sent using IMP, the Internet Messaging Program.
More information about the turba
mailing list