PHP LDAP Authentication - Pound Symbel -


i using adldap.php authenticate users against ad server.

users £ (pound symbols) in passwords cannot authenticated.

any £s in php vars converted "\xc2\xa3" £s in post/get vars converted "\xa3".

is php/apache charset issue?

the solution:

$password = mb_convert_encoding($_post["password"], "utf-8");


Comments

Popular posts from this blog

searchKeyword not working in AngularJS filter -

sequelize.js - Sequelize: sort by enum cases -

user interface - how to replace an ongoing process of image capture from another process call over the same ImageLabel in python's GUI TKinter -