Skip to content

Commit

Permalink
MDL-58268 enrol_ldap: Remove enrol/ldap/cli/sync deprecated in 3.3
Browse files Browse the repository at this point in the history
  • Loading branch information
cescobedo committed May 31, 2019
1 parent 29c3951 commit e094614
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 74 deletions.
73 changes: 0 additions & 73 deletions enrol/ldap/cli/sync.php

This file was deleted.

2 changes: 1 addition & 1 deletion enrol/ldap/lang/en/enrol_ldap.php
Expand Up @@ -29,7 +29,7 @@
$string['autocreate_key'] = 'Auto create';
$string['autocreation_settings'] = 'Automatic course creation settings';
$string['autoupdate_settings'] = 'Automatic course update settings';
$string['autoupdate_settings_desc'] = '<p>Select fields to update when synchronisation script is running (enrol/ldap/cli/sync.php).</p><p>When at least one field is selected an update will occur.</p>';
$string['autoupdate_settings_desc'] = '<p>Select fields to update when synchronisation scheduled task for LDAP Enrolments is running (enrol_ldap\task\sync_enrolments).</p><p>When at least one field is selected an update will occur.</p>';
$string['bind_dn'] = 'If you want to use a bind user to search users, specify it here. Someting like \'cn=ldapuser,ou=public,o=org\'';
$string['bind_dn_key'] = 'Bind user distinguished name';
$string['bind_pw'] = 'Password for the bind user';
Expand Down
4 changes: 4 additions & 0 deletions enrol/ldap/upgrade.txt
@@ -1,4 +1,8 @@
This files describes API changes in the enrol_ldap code.

=== 3.8 ===

* enrol/ldap/cli/sync.php script has been removed. You should use enrol_ldap\task\sync_enrolments task instead.

=== 3.3 ===
* enrol/ldap/cli/sync.php script has been deprecated in favour of enrol_ldap\task\sync_enrolments task.

0 comments on commit e094614

Please sign in to comment.