Escape special characters in user/role names
authorD. Ilmari Mannsåker <ilmari.mannsaker@net-a-porter.com>
Thu, 19 Feb 2015 19:05:54 +0000 (19:05 +0000)
committerDagfinn Ilmari Mannsåker <ilmari@ilmari.org>
Fri, 20 Feb 2015 16:55:20 +0000 (16:55 +0000)
commit18d41a8f2fa6fcc3957535176d9cbc4715bd3f84
tree0be391fb6d52c2fe12dfda6620106d13722e94b6
parente385da713da3f03f39bc2a43121ca9334e39155c
Escape special characters in user/role names

This makes user and role names with special characters in them work,
instead of making the query syntactically invalid, and means we don't
have to reject user names with wildcards in them.
Changes
lib/Catalyst/Authentication/Store/LDAP/Backend.pm
t/02-realms_api.t
t/lib/LDAPTest.pm