ID: 12740 Updated by: sniper Reported By: [EMAIL PROTECTED] Old Status: Feedback Status: Closed Bug Type: LDAP related Operating System: Linux RH 7.1 PHP Version: 4.0.5 New Comment:
I can't reprocude this with my test scripts. If this still happens with PHP 4.0.6, reopen. Check also your locale settings. Previous Comments: ------------------------------------------------------------------------ [2001-08-14 09:50:59] [EMAIL PROTECTED] Please include a short example script in this report. ------------------------------------------------------------------------ [2001-08-14 09:41:24] [EMAIL PROTECTED] Hi, I am working with PHP 4.0.5 and OpenLDAP 2.0.11. I encounter problems when modifying some entries with attributes containing special chars (such as å, ø...). The error returned by the LDAP server is "invalid syntax". I have read some documentation about this. OpenLDAP can accept special chars, provided values are base64-encoded, when we use the tools that come with the application (ldapadd, ldapmodify, etc.). But how to do this from PHP functions? I tried to base64_encode the values, it naturally didn't do the trick (those values were considered as normal, and thus were not decoded - this polutes my directory.) Same goes for urlencoding. Please help! ------------------------------------------------------------------------ Edit this bug report at http://bugs.php.net/?id=12740&edit=1 -- PHP Development Mailing List <http://www.php.net/> To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] To contact the list administrators, e-mail: [EMAIL PROTECTED]