-
Bug
-
Resolution: Fixed
-
Major
-
1.5.4, 1.6.2, 1.6.3, 1.7
-
None
-
MS-AD, PHP 5.1.2, MySQL 5.0.24 latin charset
-
MySQL
-
MOODLE_15_STABLE, MOODLE_16_STABLE, MOODLE_17_STABLE
-
MOODLE_18_STABLE, MOODLE_19_STABLE
When using latin charset database some functions in /auth/ldap/lib.php are missing proper
encoding checks and conversions if necessary. This will cause data loss when syncronizing database
with LDAP and it disables user accounts when username contains charachters like å, á, é etc...
Functions missing checks:
- auth_sync_users
- auth_get_userinfo_asobj
- auth_ldap_update_user_record
- will be (partly) resolved by
-
MDL-8590 Auth cleanup - META
-
- Closed
-