| 
 Posted by Hilarion on 08/23/05 23:48 
slava.shklyar@gmail.com wrote: 
> I'm writing some application that authenticates users via LDAP. When 
> user going to login he sends user/pass by GET request to the 
> application adn gets his ID back. 
>  
> Some users that have irregular characters in the password ( !^&%@#... ) 
> can not login. I tried to encode password ($_SERVER['PHP_AUTH_PW']) 
> with urlencode() and base64_encode() but it does not solve the 
> proplem... 
 
Please post code samples (including HTML form for user input, 
PHP code recieving data from the HTML form and PHP code 
using the data in LDAP functions). 
 
 
Hilarion
 
[Back to original message] 
 |