Details
-
Type:
Bug
-
Status: Closed
-
Priority:
Major
-
Resolution: Fixed
-
Affects Version/s: 3.2.2, 3.3, 3.4
-
Component/s: Enrolments
-
Labels:
-
Testing Instructions:
-
Affected Branches:MOODLE_32_STABLE, MOODLE_33_STABLE, MOODLE_34_STABLE
-
Fixed Branches:MOODLE_32_STABLE, MOODLE_33_STABLE
-
Pull from Repository:
-
Pull Master Branch:
MDL-58286-master -
Pull Master Diff URL:
Description
The fix for MDL-50625 introduced the bug by which the sync.php script always assumes that the LDAP Server does not support pagination.
The reason is that ldap_paged_results_supported() is called without a connection, which then always returns false.