Allow multiple LDAP filter strings to match on the LDAP coursemapping attribute

main
jonasluehrig 4 weeks ago
parent 5f139f26ca
commit 206cfe3969

File diff suppressed because it is too large Load Diff

@ -32,9 +32,9 @@
defined('MOODLE_INTERNAL') || die();
$plugin -> version = 2023102210; // The current plugin version (Date: YYYYMMDDXX).
$plugin -> requires = 2015051100; // Requires Moodle version 2.9
$plugin -> component = 'enrol_iserv'; // Full name of the plugin (used for diagnostics).
$plugin -> maturity = MATURITY_BETA; // Beta, nees testing.
$plugin -> release = '2.3 (Build: 2023081202)';
$plugin -> dependencies = array('auth_ldap' => ANY_VERSION);
$plugin->version = 2026021601; // The current plugin version (Date: YYYYMMDDXX).
$plugin->requires = 2015051100; // Requires Moodle version 2.9
$plugin->component = 'enrol_iserv'; // Full name of the plugin (used for diagnostics).
$plugin->maturity = MATURITY_BETA; // Beta, nees testing.
$plugin->release = "2.3 (Build: {$plugin->version})";
$plugin->dependencies = array('auth_ldap' => ANY_VERSION);

Loading…
Cancel
Save