Eloy Lafuente (stronk7)
fd0b332db3
Merge branch 'MDL-69510-master' of https://github.com/snake/moodle into master
2020-09-08 15:27:29 +02:00
Paul Holden
73e090e793
MDL-69492 auth_ldap: normalise member distinguished name config.
2020-09-04 08:25:50 +01:00
Jake Dallimore
0d6e5f2bc2
MDL-69510 admin: make ldap configuration warnings clear
2020-09-03 10:21:07 +08:00
Mark Nelson
822fe4fc15
MDL-60814 auth_ldap: prevent setting names breaking site upgrades
2018-01-17 14:18:02 +08:00
Mark Nelson
dbe18cd356
MDL-60969 auth_ldap: replace hardcoded strings in config settings
2017-12-06 11:25:35 +08:00
David Balch
8fb9a27170
MDL-30634 auth_ldap: Assign arbitrary system roles via LDAP sync.
...
Loosely based on a 2.7 branch by Mark Johnson.
2017-07-20 10:00:36 +01:00
David Mudrák
9f29e45e15
MDL-58793 auth: Fix invalid access to $this in settings.php files
...
It has never been guaranteed that settings.php would always be included
from inside the core\plugininfo\auth::load_settings() scope only.
Alternative fix would be to use $plugininfo->name but I think it is
better to be explicit here (same as we are explicit with setting names,
strings etc).
2017-05-08 11:47:29 +02:00
Damyon Wiese
3615842625
MDL-12689 auth: No settings if ldap missing
2017-04-04 11:15:29 +08:00
Stephen Bourget
037273d87e
MDL-12689: convert auth plugins to use settings.php
2017-04-03 10:50:09 -04:00