-
Improvement
-
Resolution: Duplicate
-
Minor
-
None
-
2.6.3, 2.7
-
None
-
MOODLE_26_STABLE, MOODLE_27_STABLE
Hi,
During sync_users() execution
if a new user has an invalid username in LDAP an uncaught exception is throw by user_create_user() call. (auth/ldap/auth.php line 951 in Moodle 2.6.3)
The exception should be catch by sync_users() and add a warning in logs but should not stop sync for other's users.
- duplicates
-
MDL-42993 Username with spaces no longer valid for LDAP authenticated users
- Closed