moodle/auth/cas
Iñaki Arenaza e47863e840 MDL-50625 auth_ldap: Better check for paged results support
There is at least one LDAP server (Sun Directory Server) that doesn't
support Paged Results extension, even if it supports LDAP version 3. So
checking just for LDAP version is not enough.

If possible, we check the supportedControl attribute of the LDAP rootDSE
and see if the paged results control is available. This needs an LDAP
connection, which might not be possible to establish before we configure
some essential LDAP settings (server, bind user, password, etc.). Thus
we try to establish the connection and check the supportedControl
attribute. But if we fail, we perform only basic checks that are less
accurate and err on the side of cautiousness.
2017-01-19 10:55:26 +01:00
..
CAS MDL-53519 auth_cas: update cas to version 1.3.4 2016-03-21 13:16:03 +08:00
classes/task MDL-46623 auth: Sheduled tasks for users sync 2015-10-22 12:45:57 +08:00
cli MDL-35628 performance: Remove dirname() where possible. 2016-06-10 08:06:49 +10:00
db MDL-57266 upgrade: add 3.2.0 separation line to all upgrade scripts 2016-12-05 17:10:20 +01:00
lang/en MDL-46623 auth: Sheduled tasks for users sync 2015-10-22 12:45:57 +08:00
auth.php MDL-52285 auth: use __construct() for constructors 2015-12-10 13:40:42 +08:00
cas_form.html MDL-32492 auth/cas: respect https login links 2012-04-23 09:49:19 +08:00
config.html MDL-50625 auth_ldap: Better check for paged results support 2017-01-19 10:55:26 +01:00
languages.php MDL-31938: fix syntax error in db upgrade & update plugin version 2013-10-25 11:51:30 +08:00
README-CAS
thirdpartylibs.xml MDL-53519 auth_cas: update cas to version 1.3.4 2016-03-21 13:16:03 +08:00
version.php MDL-57197 versions: bump all versions and requires near release 2016-11-29 22:57:05 +01:00