Kipjr / Ldap_Login

piwigo plugin ldap login
http://piwigo.org/ext/extension_view.php?eid=650
6 stars 15 forks source link

unsecaping bind passwords so special characters work #144

Open mithomas opened 8 months ago

mithomas commented 8 months ago

Unescaping \ and 'via stripslashes to make passwords with special characters work (as advertised by its documentation: This function can be used to clean up data retrieved from a database or from an HTML form.)

Should take care of #22.

Fyi: ldap_escapeis only valid for escaping DNs or filters, passwords be used as they are.