From:             lucas dot bru at terra dot com dot br
Operating system: Ubuntu 9.10
PHP version:      5.3.0
PHP Bug Type:     LDAP related
Bug description:  No international characters in ldap_add

Description:
------------
Hi. the function ldap_add dont accpet if the array data haves
international characters like as "josé". See the code below.

Reproduce code:
---------------
 $info["uid"]                       = $_POST['uid'];
     $info["userPassword"]              = $_POST['userPassword'];
         $info["cn"]                        = $_POST['cn'];
     $info["sn"]                        = $_POST['sn'];
     $info["mail"]                      = $_POST['mail'];
     $info["objectClass"]               = "inetOrgPerson";
     $dn                                = "uid=" . $_POST['uid'] . ",
dc=thevip, dc=com,dc=br";

$result = ldap_add($conn, $dn, $info);

Expected result:
----------------
its works, but not if any data have latin characters like as "josé" "maça"
and all others

Actual result:
--------------
Warning: ldap_add() [function.ldap-add]: Add: Invalid syntax in
/var/www.........

-- 
Edit bug report at http://bugs.php.net/?id=49544&edit=1
-- 
Try a snapshot (PHP 5.2):            
http://bugs.php.net/fix.php?id=49544&r=trysnapshot52
Try a snapshot (PHP 5.3):            
http://bugs.php.net/fix.php?id=49544&r=trysnapshot53
Try a snapshot (PHP 6.0):            
http://bugs.php.net/fix.php?id=49544&r=trysnapshot60
Fixed in SVN:                        
http://bugs.php.net/fix.php?id=49544&r=fixed
Fixed in SVN and need be documented: 
http://bugs.php.net/fix.php?id=49544&r=needdocs
Fixed in release:                    
http://bugs.php.net/fix.php?id=49544&r=alreadyfixed
Need backtrace:                      
http://bugs.php.net/fix.php?id=49544&r=needtrace
Need Reproduce Script:               
http://bugs.php.net/fix.php?id=49544&r=needscript
Try newer version:                   
http://bugs.php.net/fix.php?id=49544&r=oldversion
Not developer issue:                 
http://bugs.php.net/fix.php?id=49544&r=support
Expected behavior:                   
http://bugs.php.net/fix.php?id=49544&r=notwrong
Not enough info:                     
http://bugs.php.net/fix.php?id=49544&r=notenoughinfo
Submitted twice:                     
http://bugs.php.net/fix.php?id=49544&r=submittedtwice
register_globals:                    
http://bugs.php.net/fix.php?id=49544&r=globals
PHP 4 support discontinued:          http://bugs.php.net/fix.php?id=49544&r=php4
Daylight Savings:                    http://bugs.php.net/fix.php?id=49544&r=dst
IIS Stability:                       
http://bugs.php.net/fix.php?id=49544&r=isapi
Install GNU Sed:                     
http://bugs.php.net/fix.php?id=49544&r=gnused
Floating point limitations:          
http://bugs.php.net/fix.php?id=49544&r=float
No Zend Extensions:                  
http://bugs.php.net/fix.php?id=49544&r=nozend
MySQL Configuration Error:           
http://bugs.php.net/fix.php?id=49544&r=mysqlcfg

Reply via email to