Proyectos de Subversion Moodle

Rev

Rev 1 | | Comparar con el anterior | Ultima modificación | Ver Log |

Rev Autor Línea Nro. Línea
1441 ariadna 1
=== 4.5 Onwards ===
2
 
3
This file has been replaced by UPGRADING.md. See MDL-81125 for further information.
4
 
5
===
1 efrain 6
This files describes API changes in the auth_ldap code.
7
 
8
=== 3.4 ===
9
 
10
* The "auth_ldap/coursecreators" setting was replaced with dynamically generated "auth_ldap/<role>context" settings,
11
  migrating any existing value to a new setting in this style.
12
 
13
=== 3.3 ===
14
 
15
* The config.html file was migrated to use the admin settings API.
16
  The identifier for configuration data stored in config_plugins table was converted from 'auth/ldap' to 'auth_ldap'.
17
 
18
=== 2.9.1 ===
19
* auth_plugin_ldap::update_user_record() accepts an additional (optional) param
20
  to trigger update event.