-
Bug
-
Resolution: Fixed
-
Minor
-
1.5.4, 1.6, 1.6.1
-
None
-
Windows 2000 IIS5, PHP 5.1.4, MySQL 5.0.22-community-nt, MS Active Directory
-
MySQL
-
MOODLE_15_STABLE, MOODLE_16_STABLE
-
MOODLE_18_STABLE, MOODLE_19_STABLE
Authentication using LDAP (Active Directory) fails when trying to login using a username containing an apostrophe (') (i.e. sean o'neill). Returns error stating invalid username and re-presents username with apostrpohe escaped i.e. sean o\'neill.
To resolve this, instructions provided by IƱaki Arenaza in Forum Post 54901 (http://moodle.org/mod/forum/discuss.php?d=54901) involved removing escape character () before submitting query to LDAP. This was modified in <moodle>\auth\ldap\lib.php
As part of this solution, the user profile page had to be modifed, as described in Forum Post 55083 (http://moodle.org/mod/forum/discuss.php?d=55083).
After applying the fix stated above, our production server was able to process usernames with apostrophes via LDAP.
To reproduce
===========
1. Create a new user in Active Directory with an apostrophe in the username (i.e. sean o'neill)
2. Wait for replication etc around network and then try to login with that username to moodle
Expected result
============
User is logged in to Moodle as per normal
Actual result
==========
Username/Password is invalid error.
- will be (partly) resolved by
-
MDL-8590 Auth cleanup - META
-
- Closed
-