Linuxmuster.net (OpenLML) enrolment
Versions
Current version
1.1 (Build: 2016061601) (2016061601)
1.1 (Build: 2016061601)
Plugin type: Enrolment
Frankenstyle component name: enrol_openlml
Version build number: 2016061601
Version release name: 1.1 (Build: 2016061601)
Maturity: Beta
Supported Moodle versions: 2.9, 3.0, 3.1
Repository URL (Git): https://github.com/fschuett/moodle-enrol_openlml
Repository branch:
Repository tag:
Issue/bug tracker URL: http://tracker.moodle.org
moodle-enrol_openlml
enrolment plugin for moodle from 3.x to autoenrol in
conjunction with the open linuxmuster.net enrol_openlml.
This module superseedes the module enrol_lml(Moodle 1.x).
It is supposed to work with the
Linux Musterlösung(paedML) Ba-Wü Germany
and with the
Open Linuxmuster.net http://www.linuxmuster.net
servers.
It is crafted for their LDAP structure.
It needs the auth_ldap module working to get the users authenticated
through LDAP and enrols those users to courses depending on the
field $course->idnumber.
Dependencies
This module needs the Auth-Plugin auth_ldap and the enrolment plugin
enrol_cohort to be active to work properly.
Cron-Job
This module is processed by cron on an hourly basis, as is enrol_cohort
equally.
The module auth_ldap is not automatically processed by cron.
There is a scheduled task available but it is deactivated by default.
Activate it and schedule it for hourly execution.
Changelog
2016-06-16 fix unenrolment for failing ldap connection error
2016-03-19 fix several errors
2016-02-07 add scheduled task, remove auth_ldap.patch
2016-01-15 replace collatorlib with core_collator
2015-02-02 optimized teacher record fetching, more debug messages for developers
2015-01-31 add debug messages for ldap connection/close, init_teacher_array, is_teacher
2015-01-30 added debug messages for ldap_get_group_members
2015-01-26 more debug messages for sync_enrolments
2015-01-22 version 1.0 requires moodle 2.5, add lots of mtrace messages,
fix: don't error with multiple matching cohorts
2014-11-25 enhancement: use teachercat, atticcat intern
2014-11-24 fix: ignore users with auth != 'ldap',
enhancement: use idnumber makes renaming possible
2014-10-21 fix: spelling error in sync.php
2014-07-20 fix: make auth without ldap connection work,
remove deprecated get_context_instance
2013-11-27 fix: cohort enrolments are now removed correctly
2013-11-23 corrected some typos, removed null_progress_trace.close
2013-11-19 make openlml instances independent from cohort instances
2013-10-10 check teachers role independent of category existence
2013-10-08 fix some errors, clean up database from old lml assignments / enrolments,
fix display of php notice messages, fix small php coding error
2013-09-29 changed quite some code to be conform to moodle 2.5.x, some fixes for moodle 2.5.x,
change debugging -> trigger_error (,E_USER_NOTICE) to simplify debugging
2013-09-13 fixed new parameter in enrol_cohort_sync in moodle 2.5.x
2012-10-24 course->idnumber is a unique key, so make course->idnumber unique by prepending 'shortname:'.
prefix_teacher_members is now a comma separated list.
2012-10-19 Fixed course sortorder, removed unnecessary setting, fixed spelling error authldap,
added upgrade.php from previous version, fixed install.php,
fixed cron patch for auth_ldap to run once an hour.
2012-10-10 Added code to automatically update city value from global defaultcity
in moodle users database.
Hildesheim, Germany
Frank Schütte,2016(fschuett@gymhim.de)
1.0 (Build: 2016031901) (2016031901)
1.0 (Build: 2016031901)
Plugin type: Enrolment
Frankenstyle component name: enrol_openlml
Version build number: 2016031901
Version release name: 1.0 (Build: 2016031901)
Maturity: Beta
Supported Moodle versions: 2.6, 2.7, 2.8
Repository URL (Git): https://github.com/fschuett/moodle-enrol_openlml
Repository branch:
Repository tag:
Issue/bug tracker URL: http://tracker.moodle.org
moodle-enrol_openlml
enrolment plugin for moodle from 2.x to autoenrol in
conjunction with the open linux Musterlösungplugin enrol_openlml.
This module superseedes the module enrol_lml(Moodle 1.x).
It is supposed to work with the
Linux Musterlösung(paedML) Ba-Wü Germany
and with the
Open Linux Musterlösung(openLML) http://www.linuxmuster.net
servers.
It is crafted for their LDAP structure.
It needs the auth_ldap module working to get the users authenticated
through LDAP and enrols those users to courses depending on the
field $course->idnumber.
Dependencies
This module needs the Auth-Plugin auth_ldap and the enrolment plugin
enrol_cohort to be active to work properly.
Cron-Job
This module is processed by cron on an hourly basis, as is enrol_cohort
equally.
The module auth_ldap is not automatically processed by cron. You can
either set up a job yourself as described in
/auth/ldap/cli/sync_user.php
or you include auth_ldap in the hourly job. For this to work you must
use the patch for auth_ldap:
cd
patch <../../enrol/openlml/auth_ldap.patch
The patch adds a cron() method to the auth_ldap plugin that is
executed once an hour.
Changelog
2016-03-19 fixed several errors
2015-02-02 optimized teacher record fetching, more debug messages for developers
2015-01-31 add debug messages for ldap connection/close, init_teacher_array, is_teacher
2015-01-30 added debug messages for ldap_get_group_members
2015-01-26 more debug messages for sync_enrolments
2015-01-22 version 1.0 requires moodle 2.5, add lots of mtrace messages,
fix: don't error with multiple matching cohorts
2014-11-25 enhancement: use teachercat, atticcat intern
2014-11-24 fix: ignore users with auth != 'ldap',
enhancement: use idnumber makes renaming possible
2014-10-21 fix: spelling error in sync.php
2014-07-20 fix: make auth without ldap connection work,
remove deprecated get_context_instance
2013-11-27 fix: cohort enrolments are now removed correctly
2013-11-23 corrected some typos, removed null_progress_trace.close
2013-11-19 make openlml instances independent from cohort instances
2013-10-10 check teachers role independent of category existence
2013-10-08 fix some errors, clean up database from old lml assignments / enrolments,
fix display of php notice messages, fix small php coding error
2013-09-29 changed quite some code to be conform to moodle 2.5.x, some fixes for moodle 2.5.x,
change debugging -> trigger_error (,E_USER_NOTICE) to simplify debugging
2013-09-13 fixed new parameter in enrol_cohort_sync in moodle 2.5.x
2012-10-24 course->idnumber is a unique key, so make course->idnumber unique by prepending 'shortname:'.
prefix_teacher_members is now a comma separated list.
2012-10-19 Fixed course sortorder, removed unnecessary setting, fixed spelling error authldap,
added upgrade.php from previous version, fixed install.php,
fixed cron patch for auth_ldap to run once an hour.
2012-10-10 Added code to automatically update city value from global defaultcity
in moodle users database.
Hildesheim, Germany
Frank Schütte,2016(fschuett@gymhim.de)
1.0 (Build: 2016020701) (2016020701)
1.0 (Build: 2016020701)
Plugin type: Enrolment
Frankenstyle component name: enrol_openlml
Version build number: 2016020701
Version release name: 1.0 (Build: 2016020701)
Maturity: Beta
Supported Moodle versions: 3.0
Repository URL (Git): https://github.com/fschuett/moodle-enrol_openlml
Repository branch:
Repository tag:
Issue/bug tracker URL: http://tracker.moodle.org
moodle-enrol_openlml
enrolment plugin for moodle from 3.x to autoenrol in
conjunction with the open linuxmuster.net enrol_openlml.
This module superseedes the module enrol_lml(Moodle 1.x).
It is supposed to work with the
Linux Musterlösung(paedML) Ba-Wü Germany
and with the
Open Linuxmuster.net http://www.linuxmuster.net
servers.
It is crafted for their LDAP structure.
It needs the auth_ldap module working to get the users authenticated
through LDAP and enrols those users to courses depending on the
field $course->idnumber.
Dependencies
This module needs the Auth-Plugin auth_ldap and the enrolment plugin
enrol_cohort to be active to work properly.
Cron-Job
This module is processed by cron on an hourly basis, as is enrol_cohort
equally.
The module auth_ldap is not automatically processed by cron.
There is a scheduled task available but it is deactivated by default.
Activate it and schedule it for hourly execution.
Changelog
2016-02-07 add scheduled task, remove auth_ldap.patch
2016-01-15 replace collatorlib with core_collator
2015-02-02 optimized teacher record fetching, more debug messages for developers
2015-01-31 add debug messages for ldap connection/close, init_teacher_array, is_teacher
2015-01-30 added debug messages for ldap_get_group_members
2015-01-26 more debug messages for sync_enrolments
2015-01-22 version 1.0 requires moodle 2.5, add lots of mtrace messages,
fix: don't error with multiple matching cohorts
2014-11-25 enhancement: use teachercat, atticcat intern
2014-11-24 fix: ignore users with auth != 'ldap',
enhancement: use idnumber makes renaming possible
2014-10-21 fix: spelling error in sync.php
2014-07-20 fix: make auth without ldap connection work,
remove deprecated get_context_instance
2013-11-27 fix: cohort enrolments are now removed correctly
2013-11-23 corrected some typos, removed null_progress_trace.close
2013-11-19 make openlml instances independent from cohort instances
2013-10-10 check teachers role independent of category existence
2013-10-08 fix some errors, clean up database from old lml assignments / enrolments,
fix display of php notice messages, fix small php coding error
2013-09-29 changed quite some code to be conform to moodle 2.5.x, some fixes for moodle 2.5.x,
change debugging -> trigger_error (,E_USER_NOTICE) to simplify debugging
2013-09-13 fixed new parameter in enrol_cohort_sync in moodle 2.5.x
2012-10-24 course->idnumber is a unique key, so make course->idnumber unique by prepending 'shortname:'.
prefix_teacher_members is now a comma separated list.
2012-10-19 Fixed course sortorder, removed unnecessary setting, fixed spelling error authldap,
added upgrade.php from previous version, fixed install.php,
fixed cron patch for auth_ldap to run once an hour.
2012-10-10 Added code to automatically update city value from global defaultcity
in moodle users database.
Hildesheim, Germany
Frank Schütte,2016(fschuett@gymhim.de)
1.0 (Build: 2016011501) (2016011501)
1.0 (Build: 2016011501)
Plugin type: Enrolment
Frankenstyle component name: enrol_openlml
Version build number: 2016011501
Version release name: 1.0 (Build: 2016011501)
Maturity: Beta
Supported Moodle versions: 2.9, 3.0
Repository URL (Git): https://github.com/fschuett/moodle-enrol_openlml
Repository branch:
Repository tag:
Issue/bug tracker URL: http://tracker.moodle.org
moodle-enrol_openlml
enrolment plugin for moodle from 2.x to autoenrol in
conjunction with the open linux Musterlösungplugin enrol_openlml.
This module superseedes the module enrol_lml(Moodle 1.x).
It is supposed to work with the
Linux Musterlösung(paedML) Ba-Wü Germany
and with the
Open Linux Musterlösung(openLML) http://www.linuxmuster.net
servers.
It is crafted for their LDAP structure.
It needs the auth_ldap module working to get the users authenticated
through LDAP and enrols those users to courses depending on the
field $course->idnumber.
Dependencies
This module needs the Auth-Plugin auth_ldap and the enrolment plugin
enrol_cohort to be active to work properly.
Cron-Job
This module is processed by cron on an hourly basis, as is enrol_cohort
equally.
The module auth_ldap is not automatically processed by cron. You can
either set up a job yourself as described in
/auth/ldap/cli/sync_user.php
or you include auth_ldap in the hourly job. For this to work you must
use the patch for auth_ldap:
cd
patch <../../enrol/openlml/auth_ldap.patch
The patch adds a cron() method to the auth_ldap plugin that is
executed once an hour.
Changelog
2016-01-15 replace collatorlib with core_collator
2015-02-02 optimized teacher record fetching, more debug messages for developers
2015-01-31 add debug messages for ldap connection/close, init_teacher_array, is_teacher
2015-01-30 added debug messages for ldap_get_group_members
2015-01-26 more debug messages for sync_enrolments
2015-01-22 version 1.0 requires moodle 2.5, add lots of mtrace messages,
fix: don't error with multiple matching cohorts
2014-11-25 enhancement: use teachercat, atticcat intern
2014-11-24 fix: ignore users with auth != 'ldap',
enhancement: use idnumber makes renaming possible
2014-10-21 fix: spelling error in sync.php
2014-07-20 fix: make auth without ldap connection work,
remove deprecated get_context_instance
2013-11-27 fix: cohort enrolments are now removed correctly
2013-11-23 corrected some typos, removed null_progress_trace.close
2013-11-19 make openlml instances independent from cohort instances
2013-10-10 check teachers role independent of category existence
2013-10-08 fix some errors, clean up database from old lml assignments / enrolments,
fix display of php notice messages, fix small php coding error
2013-09-29 changed quite some code to be conform to moodle 2.5.x, some fixes for moodle 2.5.x,
change debugging -> trigger_error (,E_USER_NOTICE) to simplify debugging
2013-09-13 fixed new parameter in enrol_cohort_sync in moodle 2.5.x
2012-10-24 course->idnumber is a unique key, so make course->idnumber unique by prepending 'shortname:'.
prefix_teacher_members is now a comma separated list.
2012-10-19 Fixed course sortorder, removed unnecessary setting, fixed spelling error authldap,
added upgrade.php from previous version, fixed install.php,
fixed cron patch for auth_ldap to run once an hour.
2012-10-10 Added code to automatically update city value from global defaultcity
in moodle users database.
Hildesheim, Germany
Frank Schütte,2015(fschuett@gymnasium-himmelsthuer.de)
1.0 (Build: 2015121101) (2015121101)
1.0 (Build: 2015121101)
Plugin type: Enrolment
Frankenstyle component name: enrol_openlml
Version build number: 2015121101
Version release name: 1.0 (Build: 2015121101)
Maturity: Beta
Supported Moodle versions: 2.5
Repository URL (Git): https://github.com/fschuett/moodle-enrol_openlml
Repository branch:
Repository tag:
Issue/bug tracker URL: http://tracker.moodle.org
moodle-enrol_openlml
enrolment plugin for moodle from 2.x to autoenrol in
conjunction with the open linux Musterlösungplugin enrol_openlml.
This module superseedes the module enrol_lml(Moodle 1.x).
It is supposed to work with the
Linux Musterlösung(paedML) Ba-Wü Germany
and with the
Open Linux Musterlösung(openLML) http://www.linuxmuster.net
servers.
It is crafted for their LDAP structure.
It needs the auth_ldap module working to get the users authenticated
through LDAP and enrols those users to courses depending on the
field $course->idnumber.
Dependencies
This module needs the Auth-Plugin auth_ldap and the enrolment plugin
enrol_cohort to be active to work properly.
Cron-Job
This module is processed by cron on an hourly basis, as is enrol_cohort
equally.
The module auth_ldap is not automatically processed by cron. You can
either set up a job yourself as described in
/auth/ldap/cli/sync_user.php
or you include auth_ldap in the hourly job. For this to work you must
use the patch for auth_ldap:
cd
patch <../../enrol/openlml/auth_ldap.patch
The patch adds a cron() method to the auth_ldap plugin that is
executed once an hour.
Changelog
2015-02-02 optimized teacher record fetching, more debug messages for developers
2015-01-31 add debug messages for ldap connection/close, init_teacher_array, is_teacher
2015-01-30 added debug messages for ldap_get_group_members
2015-01-26 more debug messages for sync_enrolments
2015-01-22 version 1.0 requires moodle 2.5, add lots of mtrace messages,
fix: don't error with multiple matching cohorts
2014-11-25 enhancement: use teachercat, atticcat intern
2014-11-24 fix: ignore users with auth != 'ldap',
enhancement: use idnumber makes renaming possible
2014-10-21 fix: spelling error in sync.php
2014-07-20 fix: make auth without ldap connection work,
remove deprecated get_context_instance
2013-11-27 fix: cohort enrolments are now removed correctly
2013-11-23 corrected some typos, removed null_progress_trace.close
2013-11-19 make openlml instances independent from cohort instances
2013-10-10 check teachers role independent of category existence
2013-10-08 fix some errors, clean up database from old lml assignments / enrolments,
fix display of php notice messages, fix small php coding error
2013-09-29 changed quite some code to be conform to moodle 2.5.x, some fixes for moodle 2.5.x,
change debugging -> trigger_error (,E_USER_NOTICE) to simplify debugging
2013-09-13 fixed new parameter in enrol_cohort_sync in moodle 2.5.x
2012-10-24 course->idnumber is a unique key, so make course->idnumber unique by prepending 'shortname:'.
prefix_teacher_members is now a comma separated list.
2012-10-19 Fixed course sortorder, removed unnecessary setting, fixed spelling error authldap,
added upgrade.php from previous version, fixed install.php,
fixed cron patch for auth_ldap to run once an hour.
2012-10-10 Added code to automatically update city value from global defaultcity
in moodle users database.
Hildesheim, Germany
Frank Schütte,2015(fschuett@gymnasium-himmelsthuer.de)
1.0 (Build: 2015081001) (2015081001)
1.0 (Build: 2015081001)
Plugin type: Enrolment
Frankenstyle component name: enrol_openlml
Version build number: 2015081001
Version release name: 1.0 (Build: 2015081001)
Maturity: Beta
Supported Moodle versions: 2.6, 2.7, 2.8, 2.9
Repository URL (Git): https://github.com/fschuett/moodle-enrol_openlml
Repository branch:
Repository tag:
Issue/bug tracker URL: http://tracker.moodle.org
moodle-enrol_openlml
enrolment plugin for moodle from 2.x to autoenrol in
conjunction with the open linux Musterlösungplugin enrol_openlml.
This module superseedes the module enrol_lml(Moodle 1.x).
It is supposed to work with the
Linux Musterlösung(paedML) Ba-Wü Germany
and with the
Open Linux Musterlösung(openLML) http://www.linuxmuster.net
servers.
It is crafted for their LDAP structure.
It needs the auth_ldap module working to get the users authenticated
through LDAP and enrols those users to courses depending on the
field $course->idnumber.
Dependencies
This module needs the Auth-Plugin auth_ldap and the enrolment plugin
enrol_cohort to be active to work properly.
Cron-Job
This module is processed by cron on an hourly basis, as is enrol_cohort
equally.
The module auth_ldap is not automatically processed by cron. You can
either set up a job yourself as described in
/auth/ldap/cli/sync_user.php
or you include auth_ldap in the hourly job. For this to work you must
use the patch for auth_ldap:
cd
patch <../../enrol/openlml/auth_ldap.patch
The patch adds a cron() method to the auth_ldap plugin that is
executed once an hour.
Changelog
2015-02-02 optimized teacher record fetching, more debug messages for developers
2015-01-31 add debug messages for ldap connection/close, init_teacher_array, is_teacher
2015-01-30 added debug messages for ldap_get_group_members
2015-01-26 more debug messages for sync_enrolments
2015-01-22 version 1.0 requires moodle 2.5, add lots of mtrace messages,
fix: don't error with multiple matching cohorts
2014-11-25 enhancement: use teachercat, atticcat intern
2014-11-24 fix: ignore users with auth != 'ldap',
enhancement: use idnumber makes renaming possible
2014-10-21 fix: spelling error in sync.php
2014-07-20 fix: make auth without ldap connection work,
remove deprecated get_context_instance
2013-11-27 fix: cohort enrolments are now removed correctly
2013-11-23 corrected some typos, removed null_progress_trace.close
2013-11-19 make openlml instances independent from cohort instances
2013-10-10 check teachers role independent of category existence
2013-10-08 fix some errors, clean up database from old lml assignments / enrolments,
fix display of php notice messages, fix small php coding error
2013-09-29 changed quite some code to be conform to moodle 2.5.x, some fixes for moodle 2.5.x,
change debugging -> trigger_error (,E_USER_NOTICE) to simplify debugging
2013-09-13 fixed new parameter in enrol_cohort_sync in moodle 2.5.x
2012-10-24 course->idnumber is a unique key, so make course->idnumber unique by prepending 'shortname:'.
prefix_teacher_members is now a comma separated list.
2012-10-19 Fixed course sortorder, removed unnecessary setting, fixed spelling error authldap,
added upgrade.php from previous version, fixed install.php,
fixed cron patch for auth_ldap to run once an hour.
2012-10-10 Added code to automatically update city value from global defaultcity
in moodle users database.
Hildesheim, Germany
Frank Schütte,2015(fschuett@gymnasium-himmelsthuer.de)
1.0 (Build: 2015020201) (2015020201)
1.0 (Build: 2015020201)
Plugin type: Enrolment
Frankenstyle component name: enrol_openlml
Version build number: 2015020201
Version release name: 1.0 (Build: 2015020201)
Maturity: Beta
Supported Moodle versions: 2.5, 2.6, 2.7, 2.8
Repository URL (Git): https://github.com/fschuett/moodle-enrol_openlml
Repository branch:
Repository tag:
Issue/bug tracker URL: http://tracker.moodle.org
moodle-enrol_openlml
enrolment plugin for moodle from 2.x to autoenrol in
conjunction with the open linux Musterlösungplugin enrol_openlml.
This module superseedes the module enrol_lml(Moodle 1.x).
It is supposed to work with the
Linux Musterlösung(paedML) Ba-Wü Germany
and with the
Open Linux Musterlösung(openLML) http://www.linuxmuster.net
servers.
It is crafted for their LDAP structure.
It needs the auth_ldap module working to get the users authenticated
through LDAP and enrols those users to courses depending on the
field $course->idnumber.
Dependencies
This module needs the Auth-Plugin auth_ldap and the enrolment plugin
enrol_cohort to be active to work properly.
Cron-Job
This module is processed by cron on an hourly basis, as is enrol_cohort
equally.
The module auth_ldap is not automatically processed by cron. You can
either set up a job yourself as described in
/auth/ldap/cli/sync_user.php
or you include auth_ldap in the hourly job. For this to work you must
use the patch for auth_ldap:
cd
patch <../../enrol/openlml/auth_ldap.patch
The patch adds a cron() method to the auth_ldap plugin that is
executed once an hour.
Changelog
2015-02-02 optimized teacher record fetching, more debug messages for developers
2015-01-31 add debug messages for ldap connection/close, init_teacher_array, is_teacher
2015-01-30 added debug messages for ldap_get_group_members
2015-01-26 more debug messages for sync_enrolments
2015-01-22 version 1.0 requires moodle 2.5, add lots of mtrace messages,
fix: don't error with multiple matching cohorts
2014-11-25 enhancement: use teachercat, atticcat intern
2014-11-24 fix: ignore users with auth != 'ldap',
enhancement: use idnumber makes renaming possible
2014-10-21 fix: spelling error in sync.php
2014-07-20 fix: make auth without ldap connection work,
remove deprecated get_context_instance
2013-11-27 fix: cohort enrolments are now removed correctly
2013-11-23 corrected some typos, removed null_progress_trace.close
2013-11-19 make openlml instances independent from cohort instances
2013-10-10 check teachers role independent of category existence
2013-10-08 fix some errors, clean up database from old lml assignments / enrolments,
fix display of php notice messages, fix small php coding error
2013-09-29 changed quite some code to be conform to moodle 2.5.x, some fixes for moodle 2.5.x,
change debugging -> trigger_error (,E_USER_NOTICE) to simplify debugging
2013-09-13 fixed new parameter in enrol_cohort_sync in moodle 2.5.x
2012-10-24 course->idnumber is a unique key, so make course->idnumber unique by prepending 'shortname:'.
prefix_teacher_members is now a comma separated list.
2012-10-19 Fixed course sortorder, removed unnecessary setting, fixed spelling error authldap,
added upgrade.php from previous version, fixed install.php,
fixed cron patch for auth_ldap to run once an hour.
2012-10-10 Added code to automatically update city value from global defaultcity
in moodle users database.
Hildesheim, Germany
Frank Schütte,2015(fschuett@gymnasium-himmelsthuer.de)
1.0 (Build: 2015020200) (2015020200)
1.0 (Build: 2015020200)
Plugin type: Enrolment
Frankenstyle component name: enrol_openlml
Version build number: 2015020200
Version release name: 1.0 (Build: 2015020200)
Maturity: Beta
Supported Moodle versions: 2.5, 2.6, 2.7, 2.8
Repository URL (Git): https://github.com/fschuett/moodle-enrol_openlml
Repository branch: master
Repository tag:
Issue/bug tracker URL: http://tracker.moodle.org
moodle-enrol_openlml
enrolment plugin for moodle from 2.x to autoenrol in
conjunction with the open linux Musterlösungplugin enrol_openlml.
This module superseedes the module enrol_lml(Moodle 1.x).
It is supposed to work with the
Linux Musterlösung(paedML) Ba-Wü Germany
and with the
Open Linux Musterlösung(openLML) http://www.linuxmuster.net
servers.
It is crafted for their LDAP structure.
It needs the auth_ldap module working to get the users authenticated
through LDAP and enrols those users to courses depending on the
field $course->idnumber.
Dependencies
This module needs the Auth-Plugin auth_ldap and the enrolment plugin
enrol_cohort to be active to work properly.
Cron-Job
This module is processed by cron on an hourly basis, as is enrol_cohort
equally.
The module auth_ldap is not automatically processed by cron. You can
either set up a job yourself as described in
/auth/ldap/cli/sync_user.php
or you include auth_ldap in the hourly job. For this to work you must
use the patch for auth_ldap:
cd
patch <../../enrol/openlml/auth_ldap.patch
The patch adds a cron() method to the auth_ldap plugin that is
executed once an hour.
Changelog
2015-02-02 optimized teacher record fetching
2015-01-31 add debug messages for ldap connection/close, init_teacher_array, is_teacher
2015-01-30 added debug messages for ldap_get_group_members
2015-01-26 more debug messages for sync_enrolments
2015-01-22 version 1.0 requires moodle 2.5, add lots of mtrace messages,
fix: don't error with multiple matching cohorts
2014-11-25 enhancement: use teachercat, atticcat intern
2014-11-24 fix: ignore users with auth != 'ldap',
enhancement: use idnumber makes renaming possible
2014-10-21 fix: spelling error in sync.php
2014-07-20 fix: make auth without ldap connection work,
remove deprecated get_context_instance
2013-11-27 fix: cohort enrolments are now removed correctly
2013-11-23 corrected some typos, removed null_progress_trace.close
2013-11-19 make openlml instances independent from cohort instances
2013-10-10 check teachers role independent of category existence
2013-10-08 fix some errors, clean up database from old lml assignments / enrolments,
fix display of php notice messages, fix small php coding error
2013-09-29 changed quite some code to be conform to moodle 2.5.x, some fixes for moodle 2.5.x,
change debugging -> trigger_error (,E_USER_NOTICE) to simplify debugging
2013-09-13 fixed new parameter in enrol_cohort_sync in moodle 2.5.x
2012-10-24 course->idnumber is a unique key, so make course->idnumber unique by prepending 'shortname:'.
prefix_teacher_members is now a comma separated list.
2012-10-19 Fixed course sortorder, removed unnecessary setting, fixed spelling error authldap,
added upgrade.php from previous version, fixed install.php,
fixed cron patch for auth_ldap to run once an hour.
2012-10-10 Added code to automatically update city value from global defaultcity
in moodle users database.
Hildesheim, Germany
Frank Schütte,2015(fschuett@gymnasium-himmelsthuer.de)
1.0 (Build: 2015020100) (2015020100)
1.0 (Build: 2015020100)
Plugin type: Enrolment
Frankenstyle component name: enrol_openlml
Version build number: 2015020100
Version release name: 1.0 (Build: 2015020100)
Maturity: Beta
Supported Moodle versions: 2.5, 2.6, 2.7, 2.8
Repository URL (Git): https://github.com/fschuett/moodle-enrol_openlml
Repository branch:
Repository tag:
Issue/bug tracker URL: http://tracker.moodle.org
moodle-enrol_openlml
enrolment plugin for moodle from 2.x to autoenrol in
conjunction with the open linux Musterlösungplugin enrol_openlml.
This module superseedes the module enrol_lml(Moodle 1.x).
It is supposed to work with the
Linux Musterlösung(paedML) Ba-Wü Germany
and with the
Open Linux Musterlösung(openLML) http://www.linuxmuster.net
servers.
It is crafted for their LDAP structure.
It needs the auth_ldap module working to get the users authenticated
through LDAP and enrols those users to courses depending on the
field $course->idnumber.
Dependencies
This module needs the Auth-Plugin auth_ldap and the enrolment plugin
enrol_cohort to be active to work properly.
Cron-Job
This module is processed by cron on an hourly basis, as is enrol_cohort
equally.
The module auth_ldap is not automatically processed by cron. You can
either set up a job yourself as described in
/auth/ldap/cli/sync_user.php
or you include auth_ldap in the hourly job. For this to work you must
use the patch for auth_ldap:
cd
patch <../../enrol/openlml/auth_ldap.patch
The patch adds a cron() method to the auth_ldap plugin that is
executed once an hour.
Changelog
2015-01-31 add debug messages for ldap connection/close, init_teacher_array, is_teacher
2015-01-30 added debug messages for ldap_get_group_members
2015-01-26 more debug messages for sync_enrolments
2015-01-22 version 1.0 requires moodle 2.5, add lots of mtrace messages,
fix: don't error with multiple matching cohorts
2014-11-25 enhancement: use teachercat, atticcat intern
2014-11-24 fix: ignore users with auth != 'ldap',
enhancement: use idnumber makes renaming possible
2014-10-21 fix: spelling error in sync.php
2014-07-20 fix: make auth without ldap connection work,
remove deprecated get_context_instance
2013-11-27 fix: cohort enrolments are now removed correctly
2013-11-23 corrected some typos, removed null_progress_trace.close
2013-11-19 make openlml instances independent from cohort instances
2013-10-10 check teachers role independent of category existence
2013-10-08 fix some errors, clean up database from old lml assignments / enrolments,
fix display of php notice messages, fix small php coding error
2013-09-29 changed quite some code to be conform to moodle 2.5.x, some fixes for moodle 2.5.x,
change debugging -> trigger_error (,E_USER_NOTICE) to simplify debugging
2013-09-13 fixed new parameter in enrol_cohort_sync in moodle 2.5.x
2012-10-24 course->idnumber is a unique key, so make course->idnumber unique by prepending 'shortname:'.
prefix_teacher_members is now a comma separated list.
2012-10-19 Fixed course sortorder, removed unnecessary setting, fixed spelling error authldap,
added upgrade.php from previous version, fixed install.php,
fixed cron patch for auth_ldap to run once an hour.
2012-10-10 Added code to automatically update city value from global defaultcity
in moodle users database.
Hildesheim, Germany
Frank Schütte,2015(fschuett@gymnasium-himmelsthuer.de)
1.0 (Build: 2015013101) (2015013101)
1.0 (Build: 2015013101)
Plugin type: Enrolment
Frankenstyle component name: enrol_openlml
Version build number: 2015013101
Version release name: 1.0 (Build: 2015013101)
Maturity: Beta
Supported Moodle versions: 2.5, 2.6, 2.7, 2.8
Repository URL (Git): https://github.com/fschuett/moodle-enrol_openlml
Repository branch:
Repository tag:
Issue/bug tracker URL: http://tracker.moodle.org
moodle-enrol_openlml
enrolment plugin for moodle from 2.x to autoenrol in
conjunction with the open linux Musterlösungplugin enrol_openlml.
This module superseedes the module enrol_lml(Moodle 1.x).
It is supposed to work with the
Linux Musterlösung(paedML) Ba-Wü Germany
and with the
Open Linux Musterlösung(openLML) http://www.linuxmuster.net
servers.
It is crafted for their LDAP structure.
It needs the auth_ldap module working to get the users authenticated
through LDAP and enrols those users to courses depending on the
field $course->idnumber.
Dependencies
This module needs the Auth-Plugin auth_ldap and the enrolment plugin
enrol_cohort to be active to work properly.
Cron-Job
This module is processed by cron on an hourly basis, as is enrol_cohort
equally.
The module auth_ldap is not automatically processed by cron. You can
either set up a job yourself as described in
/auth/ldap/cli/sync_user.php
or you include auth_ldap in the hourly job. For this to work you must
use the patch for auth_ldap:
cd
patch <../../enrol/openlml/auth_ldap.patch
The patch adds a cron() method to the auth_ldap plugin that is
executed once an hour.
Changelog
2015-01-31 add debug messages for ldap connection/close, init_teacher_array, is_teacher
2015-01-30 added debug messages for ldap_get_group_members
2015-01-26 more debug messages for sync_enrolments
2015-01-22 version 1.0 requires moodle 2.5, add lots of mtrace messages,
fix: don't error with multiple matching cohorts
2014-11-25 enhancement: use teachercat, atticcat intern
2014-11-24 fix: ignore users with auth != 'ldap',
enhancement: use idnumber makes renaming possible
2014-10-21 fix: spelling error in sync.php
2014-07-20 fix: make auth without ldap connection work,
remove deprecated get_context_instance
2013-11-27 fix: cohort enrolments are now removed correctly
2013-11-23 corrected some typos, removed null_progress_trace.close
2013-11-19 make openlml instances independent from cohort instances
2013-10-10 check teachers role independent of category existence
2013-10-08 fix some errors, clean up database from old lml assignments / enrolments,
fix display of php notice messages, fix small php coding error
2013-09-29 changed quite some code to be conform to moodle 2.5.x, some fixes for moodle 2.5.x,
change debugging -> trigger_error (,E_USER_NOTICE) to simplify debugging
2013-09-13 fixed new parameter in enrol_cohort_sync in moodle 2.5.x
2012-10-24 course->idnumber is a unique key, so make course->idnumber unique by prepending 'shortname:'.
prefix_teacher_members is now a comma separated list.
2012-10-19 Fixed course sortorder, removed unnecessary setting, fixed spelling error authldap,
added upgrade.php from previous version, fixed install.php,
fixed cron patch for auth_ldap to run once an hour.
2012-10-10 Added code to automatically update city value from global defaultcity
in moodle users database.
Hildesheim, Germany
Frank Schütte,2015(fschuett@gymnasium-himmelsthuer.de)
1.0 (Build: 2015013100) (2015013100)
1.0 (Build: 2015013100)
Plugin type: Enrolment
Frankenstyle component name: enrol_openlml
Version build number: 2015013100
Version release name: 1.0 (Build: 2015013100)
Maturity: Beta
Supported Moodle versions: 2.5, 2.6, 2.7, 2.8
Repository URL (Git): https://github.com/fschuett/moodle-enrol_openlml
Repository branch:
Repository tag:
Issue/bug tracker URL: http://tracker.moodle.org
moodle-enrol_openlml
enrolment plugin for moodle from 2.x to autoenrol in
conjunction with the open linux Musterlösungplugin enrol_openlml.
This module superseedes the module enrol_lml(Moodle 1.x).
It is supposed to work with the
Linux Musterlösung(paedML) Ba-Wü Germany
and with the
Open Linux Musterlösung(openLML) http://www.linuxmuster.net
servers.
It is crafted for their LDAP structure.
It needs the auth_ldap module working to get the users authenticated
through LDAP and enrols those users to courses depending on the
field $course->idnumber.
Dependencies
This module needs the Auth-Plugin auth_ldap and the enrolment plugin
enrol_cohort to be active to work properly.
Cron-Job
This module is processed by cron on an hourly basis, as is enrol_cohort
equally.
The module auth_ldap is not automatically processed by cron. You can
either set up a job yourself as described in
/auth/ldap/cli/sync_user.php
or you include auth_ldap in the hourly job. For this to work you must
use the patch for auth_ldap:
cd
patch <../../enrol/openlml/auth_ldap.patch
The patch adds a cron() method to the auth_ldap plugin that is
executed once an hour.
Changelog
2015-01-31 add debug messages for ldap connection/close
2015-01-30 added debug messages for ldap_get_group_members
2015-01-26 more debug messages for sync_enrolments
2015-01-22 version 1.0 requires moodle 2.5, add lots of mtrace messages,
fix: don't error with multiple matching cohorts
2014-11-25 enhancement: use teachercat, atticcat intern
2014-11-24 fix: ignore users with auth != 'ldap',
enhancement: use idnumber makes renaming possible
2014-10-21 fix: spelling error in sync.php
2014-07-20 fix: make auth without ldap connection work,
remove deprecated get_context_instance
2013-11-27 fix: cohort enrolments are now removed correctly
2013-11-23 corrected some typos, removed null_progress_trace.close
2013-11-19 make openlml instances independent from cohort instances
2013-10-10 check teachers role independent of category existence
2013-10-08 fix some errors, clean up database from old lml assignments / enrolments,
fix display of php notice messages, fix small php coding error
2013-09-29 changed quite some code to be conform to moodle 2.5.x, some fixes for moodle 2.5.x,
change debugging -> trigger_error (,E_USER_NOTICE) to simplify debugging
2013-09-13 fixed new parameter in enrol_cohort_sync in moodle 2.5.x
2012-10-24 course->idnumber is a unique key, so make course->idnumber unique by prepending 'shortname:'.
prefix_teacher_members is now a comma separated list.
2012-10-19 Fixed course sortorder, removed unnecessary setting, fixed spelling error authldap,
added upgrade.php from previous version, fixed install.php,
fixed cron patch for auth_ldap to run once an hour.
2012-10-10 Added code to automatically update city value from global defaultcity
in moodle users database.
Hildesheim, Germany
Frank Schütte,2015(fschuett@gymnasium-himmelsthuer.de)
1.0 (Build: 2015013000) (2015013000)
1.0 (Build: 2015013000)
Plugin type: Enrolment
Frankenstyle component name: enrol_openlml
Version build number: 2015013000
Version release name: 1.0 (Build: 2015013000)
Maturity: Beta
Supported Moodle versions: 2.5, 2.6, 2.7, 2.8
Repository URL (Git): https://github.com/fschuett/moodle-enrol_openlml
Repository branch:
Repository tag:
Issue/bug tracker URL: http://tracker.moodle.org
moodle-enrol_openlml
enrolment plugin for moodle from 2.x to autoenrol in
conjunction with the open linux Musterlösungplugin enrol_openlml.
This module superseedes the module enrol_lml(Moodle 1.x).
It is supposed to work with the
Linux Musterlösung(paedML) Ba-Wü Germany
and with the
Open Linux Musterlösung(openLML) http://www.linuxmuster.net
servers.
It is crafted for their LDAP structure.
It needs the auth_ldap module working to get the users authenticated
through LDAP and enrols those users to courses depending on the
field $course->idnumber.
Dependencies
This module needs the Auth-Plugin auth_ldap and the enrolment plugin
enrol_cohort to be active to work properly.
Cron-Job
This module is processed by cron on an hourly basis, as is enrol_cohort
equally.
The module auth_ldap is not automatically processed by cron. You can
either set up a job yourself as described in
/auth/ldap/cli/sync_user.php
or you include auth_ldap in the hourly job. For this to work you must
use the patch for auth_ldap:
cd
patch <../../enrol/openlml/auth_ldap.patch
The patch adds a cron() method to the auth_ldap plugin that is
executed once an hour.
Changelog
2015-01-30
added debug messages for ldap_get_group_members
2015-01-26
more debug messages for sync_enrolments
2015-01-22
version 1.0 requires moodle 2.5
add lots of mtrace messages
fix: don't error with multiple matching cohorts
2014-11-25
enhancement: use teachercat, atticcat intern
2014-11-24
fix: ignore users with auth != 'ldap'
enhancement: use idnumber makes renaming possible
2014-10-21
fix: spelling error in sync.php
2014-07-20
fix: make auth without ldap connection work
remove deprecated get_context_instance
2013-11-27
fix: cohort enrolments are now removed correctly
2013-11-23
corrected some typos, removed null_progress_trace.close
2013-11-19
make openlml instances independent from cohort instances
2013-10-10
check teachers role independent of category existence
2013-10-08
fix some errors
clean up database from old lml assignments / enrolments
fix display of php notice messages
fix small php coding error
2013-09-29
changed quite some code to be conform to moodle 2.5.x
some fixes for moodle 2.5.x
change debugging -> trigger_error (,E_USER_NOTICE) to simplify debugging
2013-09-13
fixed new parameter in enrol_cohort_sync in moodle 2.5.x
2012-10-24
course->idnumber is a unique key, so make
course->idnumber unique by prepending 'shortname:'.
prefix_teacher_members is now a comma separated list.
2012-10-19
Fixed course sortorder,
removed unnecessary setting,
fixed spelling error authldap,
added upgrade.php from previous version,
fixed install.php,
fixed cron patch for auth_ldap to run once an hour.
2012-10-10
Added code to automatically update city value from global defaultcity
in moodle users database.
Hildesheim, Germany
Frank Schütte,2012(fschuett@gymnasium-himmelsthuer.de)
1.0 (Build: 2015012600) (2015012600)
1.0 (Build: 2015012600)
Plugin type: Enrolment
Frankenstyle component name: enrol_openlml
Version build number: 2015012600
Version release name: 1.0 (Build: 2015012600)
Maturity: Beta
Supported Moodle versions: 2.5, 2.6, 2.7, 2.8
Repository URL (Git): https://github.com/fschuett/moodle-enrol_openlml
Repository branch:
Repository tag:
Issue/bug tracker URL: http://tracker.moodle.org
moodle-enrol_openlml
enrolment plugin for moodle from 2.x to autoenrol in
conjunction with the open linux Musterlösungplugin enrol_openlml.
This module superseedes the module enrol_lml(Moodle 1.x).
It is supposed to work with the
Linux Musterlösung(paedML) Ba-Wü Germany
and with the
Open Linux Musterlösung(openLML) http://www.linuxmuster.net
servers.
It is crafted for their LDAP structure.
It needs the auth_ldap module working to get the users authenticated
through LDAP and enrols those users to courses depending on the
field $course->idnumber.
Dependencies
This module needs the Auth-Plugin auth_ldap and the enrolment plugin
enrol_cohort to be active to work properly.
Cron-Job
This module is processed by cron on an hourly basis, as is enrol_cohort
equally.
The module auth_ldap is not automatically processed by cron. You can
either set up a job yourself as described in
/auth/ldap/cli/sync_user.php
or you include auth_ldap in the hourly job. For this to work you must
use the patch for auth_ldap:
cd
patch <../../enrol/openlml/auth_ldap.patch
The patch adds a cron() method to the auth_ldap plugin that is
executed once an hour.
Changelog
2015-01-26
more debug messages for sync_enrolments
2015-01-22
version 1.0 requires moodle 2.5
add lots of mtrace messages
fix: don't error with multiple matching cohorts
2014-11-25
enhancement: use teachercat, atticcat intern
2014-11-24
fix: ignore users with auth != 'ldap'
enhancement: use idnumber makes renaming possible
2014-10-21
fix: spelling error in sync.php
2014-07-20
fix: make auth without ldap connection work
remove deprecated get_context_instance
2013-11-27
fix: cohort enrolments are now removed correctly
2013-11-23
corrected some typos, removed null_progress_trace.close
2013-11-19
make openlml instances independent from cohort instances
2013-10-10
check teachers role independent of category existence
2013-10-08
fix some errors
clean up database from old lml assignments / enrolments
fix display of php notice messages
fix small php coding error
2013-09-29
changed quite some code to be conform to moodle 2.5.x
some fixes for moodle 2.5.x
change debugging -> trigger_error (,E_USER_NOTICE) to simplify debugging
2013-09-13
fixed new parameter in enrol_cohort_sync in moodle 2.5.x
2012-10-24
course->idnumber is a unique key, so make
course->idnumber unique by prepending 'shortname:'.
prefix_teacher_members is now a comma separated list.
2012-10-19
Fixed course sortorder,
removed unnecessary setting,
fixed spelling error authldap,
added upgrade.php from previous version,
fixed install.php,
fixed cron patch for auth_ldap to run once an hour.
2012-10-10
Added code to automatically update city value from global defaultcity
in moodle users database.
Hildesheim, Germany
Frank Schütte,2012(fschuett@gymnasium-himmelsthuer.de)
1.0 (Build: 2015012201) (2015012201)
1.0 (Build: 2015012201)
Plugin type: Enrolment
Frankenstyle component name: enrol_openlml
Version build number: 2015012201
Version release name: 1.0 (Build: 2015012201)
Maturity: Beta
Supported Moodle versions: 2.5, 2.6, 2.7, 2.8
Repository URL (Git): https://github.com/fschuett/moodle-enrol_openlml
Repository branch:
Repository tag:
Issue/bug tracker URL: http://tracker.moodle.org
moodle-enrol_openlml
enrolment plugin for moodle from 2.x to autoenrol in
conjunction with the open linux Musterlösungplugin enrol_openlml.
This module superseedes the module enrol_lml(Moodle 1.x).
It is supposed to work with the
Linux Musterlösung(paedML) Ba-Wü Germany
and with the
Open Linux Musterlösung(openLML) http://www.linuxmuster.net
servers.
It is crafted for their LDAP structure.
It needs the auth_ldap module working to get the users authenticated
through LDAP and enrols those users to courses depending on the
field $course->idnumber.
Dependencies
This module needs the Auth-Plugin auth_ldap and the enrolment plugin
enrol_cohort to be active to work properly.
Cron-Job
This module is processed by cron on an hourly basis, as is enrol_cohort
equally.
The module auth_ldap is not automatically processed by cron. You can
either set up a job yourself as described in
/auth/ldap/cli/sync_user.php
or you include auth_ldap in the hourly job. For this to work you must
use the patch for auth_ldap:
cd
patch <../../enrol/openlml/auth_ldap.patch
The patch adds a cron() method to the auth_ldap plugin that is
executed once an hour.
Changelog
2015-01-22
version 1.0 requires moodle 2.5
add lots of mtrace messages
fix: don't error with multiple matching cohorts
2014-11-25
enhancement: use teachercat, atticcat intern
2014-11-24
fix: ignore users with auth != 'ldap'
enhancement: use idnumber makes renaming possible
2014-10-21
fix: spelling error in sync.php
2014-07-20
fix: make auth without ldap connection work
remove deprecated get_context_instance
2013-11-27
fix: cohort enrolments are now removed correctly
2013-11-23
corrected some typos, removed null_progress_trace.close
2013-11-19
make openlml instances independent from cohort instances
2013-10-10
check teachers role independent of category existence
2013-10-08
fix some errors
clean up database from old lml assignments / enrolments
fix display of php notice messages
fix small php coding error
2013-09-29
changed quite some code to be conform to moodle 2.5.x
some fixes for moodle 2.5.x
change debugging -> trigger_error (,E_USER_NOTICE) to simplify debugging
2013-09-13
fixed new parameter in enrol_cohort_sync in moodle 2.5.x
2012-10-24
course->idnumber is a unique key, so make
course->idnumber unique by prepending 'shortname:'.
prefix_teacher_members is now a comma separated list.
2012-10-19
Fixed course sortorder,
removed unnecessary setting,
fixed spelling error authldap,
added upgrade.php from previous version,
fixed install.php,
fixed cron patch for auth_ldap to run once an hour.
2012-10-10
Added code to automatically update city value from global defaultcity
in moodle users database.
Hildesheim, Germany
Frank Schütte,2012(fschuett@gymnasium-himmelsthuer.de)
1.0 (Build: 2015012200) (2015012200)
1.0 (Build: 2015012200)
Plugin type: Enrolment
Frankenstyle component name: enrol_openlml
Version build number: 2015012200
Version release name: 1.0 (Build: 2015012200)
Maturity: Beta
Supported Moodle versions: 2.5, 2.6, 2.7, 2.8
Repository URL (Git): https://github.com/fschuett/moodle-enrol_openlml
Repository branch:
Repository tag:
Issue/bug tracker URL: http://tracker.moodle.org
moodle-enrol_openlml
enrolment plugin for moodle from 2.x to autoenrol in
conjunction with the open linux Musterlösungplugin enrol_openlml.
This module superseedes the module enrol_lml(Moodle 1.x).
It is supposed to work with the
Linux Musterlösung(paedML) Ba-Wü Germany
and with the
Open Linux Musterlösung(openLML) http://www.linuxmuster.net
servers.
It is crafted for their LDAP structure.
It needs the auth_ldap module working to get the users authenticated
through LDAP and enrols those users to courses depending on the
field $course->idnumber.
Dependencies
This module needs the Auth-Plugin auth_ldap and the enrolment plugin
enrol_cohort to be active to work properly.
Cron-Job
This module is processed by cron on an hourly basis, as is enrol_cohort
equally.
The module auth_ldap is not automatically processed by cron. You can
either set up a job yourself as described in
/auth/ldap/cli/sync_user.php
or you include auth_ldap in the hourly job. For this to work you must
use the patch for auth_ldap:
cd
patch <../../enrol/openlml/auth_ldap.patch
The patch adds a cron() method to the auth_ldap plugin that is
executed once an hour.
Changelog
2015-01-21
version 1.0 requires moodle 2.6 (new logging api)
new logging api with events implemented
fix: don't error with multiple matching cohorts
2014-11-25
enhancement: use teachercat, atticcat intern
2014-11-24
fix: ignore users with auth != 'ldap'
enhancement: use idnumber makes renaming possible
2014-10-21
fix: spelling error in sync.php
2014-07-20
fix: make auth without ldap connection work
remove deprecated get_context_instance
2013-11-27
fix: cohort enrolments are now removed correctly
2013-11-23
corrected some typos, removed null_progress_trace.close
2013-11-19
make openlml instances independent from cohort instances
2013-10-10
check teachers role independent of category existence
2013-10-08
fix some errors
clean up database from old lml assignments / enrolments
fix display of php notice messages
fix small php coding error
2013-09-29
changed quite some code to be conform to moodle 2.5.x
some fixes for moodle 2.5.x
change debugging -> trigger_error (,E_USER_NOTICE) to simplify debugging
2013-09-13
fixed new parameter in enrol_cohort_sync in moodle 2.5.x
2012-10-24
course->idnumber is a unique key, so make
course->idnumber unique by prepending 'shortname:'.
prefix_teacher_members is now a comma separated list.
2012-10-19
Fixed course sortorder,
removed unnecessary setting,
fixed spelling error authldap,
added upgrade.php from previous version,
fixed install.php,
fixed cron patch for auth_ldap to run once an hour.
2012-10-10
Added code to automatically update city value from global defaultcity
in moodle users database.
Hildesheim, Germany
Frank Schütte,2012(fschuett@gymnasium-himmelsthuer.de)
1.0 (Build: 2015012100) (2015012100)
1.0 (Build: 2015012100)
Plugin type: Enrolment
Frankenstyle component name: enrol_openlml
Version build number: 2015012100
Version release name: 1.0 (Build: 2015012100)
Maturity: Beta
Supported Moodle versions: 2.6, 2.7, 2.8
Repository URL (Git): https://github.com/fschuett/moodle-enrol_openlml
Repository branch:
Repository tag:
Issue/bug tracker URL: http://tracker.moodle.org
moodle-enrol_openlml
enrolment plugin for moodle from 2.x to autoenrol in
conjunction with the open linux Musterlösungplugin enrol_openlml.
This module superseedes the module enrol_lml(Moodle 1.x).
It is supposed to work with the
Linux Musterlösung(paedML) Ba-Wü Germany
and with the
Open Linux Musterlösung(openLML) http://www.linuxmuster.net
servers.
It is crafted for their LDAP structure.
It needs the auth_ldap module working to get the users authenticated
through LDAP and enrols those users to courses depending on the
field $course->idnumber.
Dependencies
This module needs the Auth-Plugin auth_ldap and the enrolment plugin
enrol_cohort to be active to work properly.
Cron-Job
This module is processed by cron on an hourly basis, as is enrol_cohort
equally.
The module auth_ldap is not automatically processed by cron. You can
either set up a job yourself as described in
/auth/ldap/cli/sync_user.php
or you include auth_ldap in the hourly job. For this to work you must
use the patch for auth_ldap:
cd
patch <../../enrol/openlml/auth_ldap.patch
The patch adds a cron() method to the auth_ldap plugin that is
executed once an hour.
Changelog
2015-01-21
version 1.0 requires moodle 2.6 (new logging api)
new logging api with events implemented
fix: don't error with multiple matching cohorts
2014-11-25
enhancement: use teachercat, atticcat intern
2014-11-24
fix: ignore users with auth != 'ldap'
enhancement: use idnumber makes renaming possible
2014-10-21
fix: spelling error in sync.php
2014-07-20
fix: make auth without ldap connection work
remove deprecated get_context_instance
2013-11-27
fix: cohort enrolments are now removed correctly
2013-11-23
corrected some typos, removed null_progress_trace.close
2013-11-19
make openlml instances independent from cohort instances
2013-10-10
check teachers role independent of category existence
2013-10-08
fix some errors
clean up database from old lml assignments / enrolments
fix display of php notice messages
fix small php coding error
2013-09-29
changed quite some code to be conform to moodle 2.5.x
some fixes for moodle 2.5.x
change debugging -> trigger_error (,E_USER_NOTICE) to simplify debugging
2013-09-13
fixed new parameter in enrol_cohort_sync in moodle 2.5.x
2012-10-24
course->idnumber is a unique key, so make
course->idnumber unique by prepending 'shortname:'.
prefix_teacher_members is now a comma separated list.
2012-10-19
Fixed course sortorder,
removed unnecessary setting,
fixed spelling error authldap,
added upgrade.php from previous version,
fixed install.php,
fixed cron patch for auth_ldap to run once an hour.
2012-10-10
Added code to automatically update city value from global defaultcity
in moodle users database.
Hildesheim, Germany
Frank Schütte,2012(fschuett@gymnasium-himmelsthuer.de)
0.9 (Build: 2015011800) (2015011800)
0.9 (Build: 2015011800)
Plugin type: Enrolment
Frankenstyle component name: enrol_openlml
Version build number: 2015011800
Version release name: 0.9 (Build: 2015011800)
Maturity: Beta
Supported Moodle versions: 2.5, 2.6, 2.7, 2.8
Repository URL (Git): https://github.com/fschuett/moodle-enrol_openlml
Repository branch:
Repository tag:
Issue/bug tracker URL: http://tracker.moodle.org
moodle-enrol_openlml
enrolment plugin for moodle from 2.x to autoenrol in
conjunction with the open linux Musterlösungplugin enrol_openlml.
This module superseedes the module enrol_lml(Moodle 1.x).
It is supposed to work with the
Linux Musterlösung(paedML) Ba-Wü Germany
and with the
Open Linux Musterlösung(openLML) http://www.linuxmuster.net
servers.
It is crafted for their LDAP structure.
It needs the auth_ldap module working to get the users authenticated
through LDAP and enrols those users to courses depending on the
field $course->idnumber.
Dependencies
This module needs the Auth-Plugin auth_ldap and the enrolment plugin
enrol_cohort to be active to work properly.
Cron-Job
This module is processed by cron on an hourly basis, as is enrol_cohort
equally.
The module auth_ldap is not automatically processed by cron. You can
either set up a job yourself as described in
/auth/ldap/cli/sync_user.php
or you include auth_ldap in the hourly job. For this to work you must
use the patch for auth_ldap:
cd
patch <../../enrol/openlml/auth_ldap.patch
The patch adds a cron() method to the auth_ldap plugin that is
executed once an hour.
Changelog
2014-11-25
enhancement: use teachercat, atticcat intern
2014-11-24
fix: ignore users with auth != 'ldap'
enhancement: use idnumber makes renaming possible
2014-10-21
fix: spelling error in sync.php
2014-07-20
fix: make auth without ldap connection work
remove deprecated get_context_instance
2013-11-27
fix: cohort enrolments are now removed correctly
2013-11-23
corrected some typos, removed null_progress_trace.close
2013-11-19
make openlml instances independent from cohort instances
2013-10-10
check teachers role independent of category existence
2013-10-08
fix some errors
clean up database from old lml assignments / enrolments
fix display of php notice messages
fix small php coding error
2013-09-29
changed quite some code to be conform to moodle 2.5.x
some fixes for moodle 2.5.x
change debugging -> trigger_error (,E_USER_NOTICE) to simplify debugging
2013-09-13
fixed new parameter in enrol_cohort_sync in moodle 2.5.x
2012-10-24
course->idnumber is a unique key, so make
course->idnumber unique by prepending 'shortname:'.
prefix_teacher_members is now a comma separated list.
2012-10-19
Fixed course sortorder,
removed unnecessary setting,
fixed spelling error authldap,
added upgrade.php from previous version,
fixed install.php,
fixed cron patch for auth_ldap to run once an hour.
2012-10-10
Added code to automatically update city value from global defaultcity
in moodle users database.
Hildesheim, Germany
Frank Schütte,2012(fschuett@gymnasium-himmelsthuer.de)
0.9 (Build: 2014112500) (2014112500)
0.9 (Build: 2014112500)
Plugin type: Enrolment
Frankenstyle component name: enrol_openlml
Version build number: 2014112500
Version release name: 0.9 (Build: 2014112500)
Maturity: Beta
Supported Moodle versions: 2.5, 2.6, 2.7, 2.8
Repository URL (Git): https://github.com/fschuett/moodle-enrol_openlml
Repository branch:
Repository tag:
Issue/bug tracker URL: http://tracker.moodle.org
moodle-enrol_openlml
enrolment plugin for moodle from 2.x to autoenrol in
conjunction with the open linux Musterlösungplugin enrol_openlml.
This module superseedes the module enrol_lml(Moodle 1.x).
It is supposed to work with the
Linux Musterlösung(paedML) Ba-Wü Germany
and with the
Open Linux Musterlösung(openLML) http://www.linuxmuster.net
servers.
It is crafted for their LDAP structure.
It needs the auth_ldap module working to get the users authenticated
through LDAP and enrols those users to courses depending on the
field $course->idnumber.
Dependencies
This module needs the Auth-Plugin auth_ldap and the enrolment plugin
enrol_cohort to be active to work properly.
Cron-Job
This module is processed by cron on an hourly basis, as is enrol_cohort
equally.
The module auth_ldap is not automatically processed by cron. You can
either set up a job yourself as described in
/auth/ldap/cli/sync_user.php
or you include auth_ldap in the hourly job. For this to work you must
use the patch for auth_ldap:
cd
patch <../../enrol/openlml/auth_ldap.patch
The patch adds a cron() method to the auth_ldap plugin that is
executed once an hour.
Changelog
2014-11-25
enhancement: use teachercat, atticcat intern
2014-11-24
fix: ignore users with auth != 'ldap'
enhancement: use idnumber makes renaming possible
2014-10-21
fix: spelling error in sync.php
2014-07-20
fix: make auth without ldap connection work
remove deprecated get_context_instance
2013-11-27
fix: cohort enrolments are now removed correctly
2013-11-23
corrected some typos, removed null_progress_trace.close
2013-11-19
make openlml instances independent from cohort instances
2013-10-10
check teachers role independent of category existence
2013-10-08
fix some errors
clean up database from old lml assignments / enrolments
fix display of php notice messages
fix small php coding error
2013-09-29
changed quite some code to be conform to moodle 2.5.x
some fixes for moodle 2.5.x
change debugging -> trigger_error (,E_USER_NOTICE) to simplify debugging
2013-09-13
fixed new parameter in enrol_cohort_sync in moodle 2.5.x
2012-10-24
course->idnumber is a unique key, so make
course->idnumber unique by prepending 'shortname:'.
prefix_teacher_members is now a comma separated list.
2012-10-19
Fixed course sortorder,
removed unnecessary setting,
fixed spelling error authldap,
added upgrade.php from previous version,
fixed install.php,
fixed cron patch for auth_ldap to run once an hour.
2012-10-10
Added code to automatically update city value from global defaultcity
in moodle users database.
Hildesheim, Germany
Frank Schütte,2012(fschuett@gymnasium-himmelsthuer.de)
0.9 (Build: 2014112400) (2014112400)
0.9 (Build: 2014112400)
Plugin type: Enrolment
Frankenstyle component name: enrol_openlml
Version build number: 2014112400
Version release name: 0.9 (Build: 2014112400)
Maturity: Beta
Supported Moodle versions: 2.5, 2.6, 2.7, 2.8
Repository URL (Git): https://github.com/fschuett/moodle-enrol_openlml
Repository branch:
Repository tag:
Issue/bug tracker URL: http://tracker.moodle.org
moodle-enrol_openlml
enrolment plugin for moodle from 2.x to autoenrol in
conjunction with the open linux Musterlösungplugin enrol_openlml.
This module superseedes the module enrol_lml(Moodle 1.x).
It is supposed to work with the
Linux Musterlösung(paedML) Ba-Wü Germany
and with the
Open Linux Musterlösung(openLML) http://www.linuxmuster.net
servers.
It is crafted for their LDAP structure.
It needs the auth_ldap module working to get the users authenticated
through LDAP and enrols those users to courses depending on the
field $course->idnumber.
Dependencies
This module needs the Auth-Plugin auth_ldap and the enrolment plugin
enrol_cohort to be active to work properly.
Cron-Job
This module is processed by cron on an hourly basis, as is enrol_cohort
equally.
The module auth_ldap is not automatically processed by cron. You can
either set up a job yourself as described in
/auth/ldap/cli/sync_user.php
or you include auth_ldap in the hourly job. For this to work you must
use the patch for auth_ldap:
cd
patch <../../enrol/openlml/auth_ldap.patch
The patch adds a cron() method to the auth_ldap plugin that is
executed once an hour.
Changelog
2014-11-24
fix: ignore users with auth != 'ldap'
enhancement: use idnumber for teacher categories (name can be changed)
2014-10-21
fix: spelling error in sync.php
2014-07-20
fix: make auth without ldap connection work
remove deprecated get_context_instance
2013-11-27
fix: cohort enrolments are now removed correctly
2013-11-23
corrected some typos, removed null_progress_trace.close
2013-11-19
make openlml instances independent from cohort instances
2013-10-10
check teachers role independent of category existence
2013-10-08
fix some errors
clean up database from old lml assignments / enrolments
fix display of php notice messages
fix small php coding error
2013-09-29
changed quite some code to be conform to moodle 2.5.x
some fixes for moodle 2.5.x
change debugging -> trigger_error (,E_USER_NOTICE) to simplify debugging
2013-09-13
fixed new parameter in enrol_cohort_sync in moodle 2.5.x
2012-10-24
course->idnumber is a unique key, so make
course->idnumber unique by prepending 'shortname:'.
prefix_teacher_members is now a comma separated list.
2012-10-19
Fixed course sortorder,
removed unnecessary setting,
fixed spelling error authldap,
added upgrade.php from previous version,
fixed install.php,
fixed cron patch for auth_ldap to run once an hour.
2012-10-10
Added code to automatically update city value from global defaultcity
in moodle users database.
Hildesheim, Germany
Frank Schütte,2012(fschuett@gymnasium-himmelsthuer.de)
0.9 (Build: 2014102100) (2014102100)
0.9 (Build: 2014102100)
Plugin type: Enrolment
Frankenstyle component name: enrol_openlml
Version build number: 2014102100
Version release name: 0.9 (Build: 2014102100)
Maturity: Beta
Supported Moodle versions: 2.5, 2.6, 2.7, 2.8
Repository URL (Git): https://github.com/fschuett/moodle-enrol_openlml
Repository branch:
Repository tag:
Issue/bug tracker URL: http://tracker.moodle.org
moodle-enrol_openlml
enrolment plugin for moodle from 2.x to autoenrol in
conjunction with the open linux Musterlösungplugin enrol_openlml.
This module superseedes the module enrol_lml(Moodle 1.x).
It is supposed to work with the
Linux Musterlösung(paedML) Ba-Wü Germany
and with the
Open Linux Musterlösung(openLML) http://www.linuxmuster.net
servers.
It is crafted for their LDAP structure.
It needs the auth_ldap module working to get the users authenticated
through LDAP and enrols those users to courses depending on the
field $course->idnumber.
Dependencies
This module needs the Auth-Plugin auth_ldap and the enrolment plugin
enrol_cohort to be active to work properly.
Cron-Job
This module is processed by cron on an hourly basis, as is enrol_cohort
equally.
The module auth_ldap is not automatically processed by cron. You can
either set up a job yourself as described in
/auth/ldap/cli/sync_user.php
or you include auth_ldap in the hourly job. For this to work you must
use the patch for auth_ldap:
cd
patch <../../enrol/openlml/auth_ldap.patch
The patch adds a cron() method to the auth_ldap plugin that is
executed once an hour.
Changelog
2014-10-21
fix: spelling error in sync.php
2014-07-20
fix: make auth without ldap connection work
remove deprecated get_context_instance
2013-11-27
fix: cohort enrolments are now removed correctly
2013-11-23
corrected some typos, removed null_progress_trace.close
2013-11-19
make openlml instances independent from cohort instances
2013-10-10
check teachers role independent of category existence
2013-10-08
fix some errors
clean up database from old lml assignments / enrolments
fix display of php notice messages
fix small php coding error
2013-09-29
changed quite some code to be conform to moodle 2.5.x
some fixes for moodle 2.5.x
change debugging -> trigger_error (,E_USER_NOTICE) to simplify debugging
2013-09-13
fixed new parameter in enrol_cohort_sync in moodle 2.5.x
2012-10-24
course->idnumber is a unique key, so make
course->idnumber unique by prepending 'shortname:'.
prefix_teacher_members is now a comma separated list.
2012-10-19
Fixed course sortorder,
removed unnecessary setting,
fixed spelling error authldap,
added upgrade.php from previous version,
fixed install.php,
fixed cron patch for auth_ldap to run once an hour.
2012-10-10
Added code to automatically update city value from global defaultcity
in moodle users database.
Hildesheim, Germany
Frank Schütte,2012(fschuett@gymnasium-himmelsthuer.de)
0.9 (Build: 2014080300) (2014080300)
0.9 (Build: 2014080300)
Plugin type: Enrolment
Frankenstyle component name: enrol_openlml
Version build number: 2014080300
Version release name: 0.9 (Build: 2014080300)
Maturity: Beta
Supported Moodle versions: 2.5, 2.6, 2.7
Repository URL (Git): https://github.com/fschuett/moodle-enrol_openlml
Repository branch:
Repository tag:
Issue/bug tracker URL: http://tracker.moodle.org
moodle-enrol_openlml
enrolment plugin for moodle from 2.x to autoenrol in
conjunction with the open linux Musterlösungplugin enrol_openlml.
This module superseedes the module enrol_lml(Moodle 1.x).
It is supposed to work with the
Linux Musterlösung(paedML) Ba-Wü Germany
and with the
Open Linux Musterlösung(openLML) http://www.linuxmuster.net
servers.
It is crafted for their LDAP structure.
It needs the auth_ldap module working to get the users authenticated
through LDAP and enrols those users to courses depending on the
field $course->idnumber.
Dependencies
This module needs the Auth-Plugin auth_ldap and the enrolment plugin
enrol_cohort to be active to work properly.
Cron-Job
This module is processed by cron on an hourly basis, as is enrol_cohort
equally.
The module auth_ldap is not automatically processed by cron. You can
either set up a job yourself as described in
/auth/ldap/cli/sync_user.php
or you include auth_ldap in the hourly job. For this to work you must
use the patch for auth_ldap:
cd
patch <../../enrol/openlml/auth_ldap.patch
The patch adds a cron() method to the auth_ldap plugin that is
executed once an hour.
Changelog
2014-07-20
fix: make auth without ldap connection work
remove deprecated get_context_instance
2013-11-27
fix: cohort enrolments are now removed correctly
2013-11-23
corrected some typos, removed null_progress_trace.close
2013-11-19
make openlml instances independent from cohort instances
2013-10-10
check teachers role independent of category existence
2013-10-08
fix some errors
clean up database from old lml assignments / enrolments
fix display of php notice messages
fix small php coding error
2013-09-29
changed quite some code to be conform to moodle 2.5.x
some fixes for moodle 2.5.x
change debugging -> trigger_error (,E_USER_NOTICE) to simplify debugging
2013-09-13
fixed new parameter in enrol_cohort_sync in moodle 2.5.x
2012-10-24
course->idnumber is a unique key, so make
course->idnumber unique by prepending 'shortname:'.
prefix_teacher_members is now a comma separated list.
2012-10-19
Fixed course sortorder,
removed unnecessary setting,
fixed spelling error authldap,
added upgrade.php from previous version,
fixed install.php,
fixed cron patch for auth_ldap to run once an hour.
2012-10-10
Added code to automatically update city value from global defaultcity
in moodle users database.
Hildesheim, Germany
Frank Schütte,2012(fschuett@gymnasium-himmelsthuer.de)
0.9 (Build: 2014080200) (2014080200)
0.9 (Build: 2014080200)
Plugin type: Enrolment
Frankenstyle component name: enrol_openlml
Version build number: 2014080200
Version release name: 0.9 (Build: 2014080200)
Maturity: Beta
Supported Moodle versions: 2.5, 2.6, 2.7
Repository URL (Git): https://github.com/fschuett/moodle-enrol_openlml
Repository branch:
Repository tag:
Issue/bug tracker URL: http://tracker.moodle.org
moodle-enrol_openlml
enrolment plugin for moodle from 2.x to autoenrol in
conjunction with the open linux Musterlösungplugin enrol_openlml.
This module superseedes the module enrol_lml(Moodle 1.x).
It is supposed to work with the
Linux Musterlösung(paedML) Ba-Wü Germany
and with the
Open Linux Musterlösung(openLML) http://www.linuxmuster.net
servers.
It is crafted for their LDAP structure.
It needs the auth_ldap module working to get the users authenticated
through LDAP and enrols those users to courses depending on the
field $course->idnumber.
Dependencies
This module needs the Auth-Plugin auth_ldap and the enrolment plugin
enrol_cohort to be active to work properly.
Cron-Job
This module is processed by cron on an hourly basis, as is enrol_cohort
equally.
The module auth_ldap is not automatically processed by cron. You can
either set up a job yourself as described in
/auth/ldap/cli/sync_user.php
or you include auth_ldap in the hourly job. For this to work you must
use the patch for auth_ldap:
cd
patch <../../enrol/openlml/auth_ldap.patch
The patch adds a cron() method to the auth_ldap plugin that is
executed once an hour.
Changelog
2014-07-20
fix: make auth without ldap connection work
remove deprecated get_context_instance
2013-11-27
fix: cohort enrolments are now removed correctly
2013-11-23
corrected some typos, removed null_progress_trace.close
2013-11-19
make openlml instances independent from cohort instances
2013-10-10
check teachers role independent of category existence
2013-10-08
fix some errors
clean up database from old lml assignments / enrolments
fix display of php notice messages
fix small php coding error
2013-09-29
changed quite some code to be conform to moodle 2.5.x
some fixes for moodle 2.5.x
change debugging -> trigger_error (,E_USER_NOTICE) to simplify debugging
2013-09-13
fixed new parameter in enrol_cohort_sync in moodle 2.5.x
2012-10-24
course->idnumber is a unique key, so make
course->idnumber unique by prepending 'shortname:'.
prefix_teacher_members is now a comma separated list.
2012-10-19
Fixed course sortorder,
removed unnecessary setting,
fixed spelling error authldap,
added upgrade.php from previous version,
fixed install.php,
fixed cron patch for auth_ldap to run once an hour.
2012-10-10
Added code to automatically update city value from global defaultcity
in moodle users database.
Hildesheim, Germany
Frank Schütte,2012(fschuett@gymnasium-himmelsthuer.de)
0.9 (Build: 2014072000) (2014072000)
0.9 (Build: 2014072000)
Plugin type: Enrolment
Frankenstyle component name: enrol_openlml
Version build number: 2014072000
Version release name: 0.9 (Build: 2014072000)
Maturity: Beta
Supported Moodle versions: 2.5, 2.6, 2.7
Repository URL (Git): https://github.com/fschuett/moodle-enrol_openlml
Repository branch:
Repository tag:
Issue/bug tracker URL: http://tracker.moodle.org
moodle-enrol_openlml
enrolment plugin for moodle from 2.x to autoenrol in
conjunction with the open linux Musterlösungplugin enrol_openlml.
This module superseedes the module enrol_lml(Moodle 1.x).
It is supposed to work with the
Linux Musterlösung(paedML) Ba-Wü Germany
and with the
Open Linux Musterlösung(openLML) http://www.linuxmuster.net
servers.
It is crafted for their LDAP structure.
It needs the auth_ldap module working to get the users authenticated
through LDAP and enrols those users to courses depending on the
field $course->idnumber.
Dependencies
This module needs the Auth-Plugin auth_ldap and the enrolment plugin
enrol_cohort to be active to work properly.
Cron-Job
This module is processed by cron on an hourly basis, as is enrol_cohort
equally.
The module auth_ldap is not automatically processed by cron. You can
either set up a job yourself as described in
/auth/ldap/cli/sync_user.php
or you include auth_ldap in the hourly job. For this to work you must
use the patch for auth_ldap:
cd
patch <../../enrol/openlml/auth_ldap.patch
The patch adds a cron() method to the auth_ldap plugin that is
executed once an hour.
Changelog
2014-07-20
fix: make auth without ldap connection work
remove deprecated get_context_instance
2013-11-27
fix: cohort enrolments are now removed correctly
2013-11-23
corrected some typos, removed null_progress_trace.close
2013-11-19
make openlml instances independent from cohort instances
2013-10-10
check teachers role independent of category existence
2013-10-08
fix some errors
clean up database from old lml assignments / enrolments
fix display of php notice messages
fix small php coding error
2013-09-29
changed quite some code to be conform to moodle 2.5.x
some fixes for moodle 2.5.x
change debugging -> trigger_error (,E_USER_NOTICE) to simplify debugging
2013-09-13
fixed new parameter in enrol_cohort_sync in moodle 2.5.x
2012-10-24
course->idnumber is a unique key, so make
course->idnumber unique by prepending 'shortname:'.
prefix_teacher_members is now a comma separated list.
2012-10-19
Fixed course sortorder,
removed unnecessary setting,
fixed spelling error authldap,
added upgrade.php from previous version,
fixed install.php,
fixed cron patch for auth_ldap to run once an hour.
2012-10-10
Added code to automatically update city value from global defaultcity
in moodle users database.
Hildesheim, Germany
Frank Schütte,2012(fschuett@gymnasium-himmelsthuer.de)
0.9 (Build: 2014021300) (2014021300)
0.9 (Build: 2014021300)
Plugin type: Enrolment
Frankenstyle component name: enrol_openlml
Version build number: 2014021300
Version release name: 0.9 (Build: 2014021300)
Maturity: Beta
Supported Moodle versions: 2.5, 2.6
Repository URL (Git): https://github.com/fschuett/moodle-enrol_openlml
Repository branch:
Repository tag:
Issue/bug tracker URL: http://tracker.moodle.org
moodle-enrol_openlml
enrolment plugin for moodle from 2.x to autoenrol in
conjunction with the open linux Musterlösungplugin enrol_openlml.
This module superseedes the module enrol_lml(Moodle 1.x).
It is supposed to work with the
Linux Musterlösung(paedML) Ba-Wü Germany
and with the
Open Linux Musterlösung(openLML) http://www.linuxmuster.net
servers.
It is crafted for their LDAP structure.
It needs the auth_ldap module working to get the users authenticated
through LDAP and enrols those users to courses depending on the
field $course->idnumber.
Dependencies
This module needs the Auth-Plugin auth_ldap and the enrolment plugin
enrol_cohort to be active to work properly.
Cron-Job
This module is processed by cron on an hourly basis, as is enrol_cohort
equally.
The module auth_ldap is not automatically processed by cron. You can
either set up a job yourself as described in
/auth/ldap/cli/sync_user.php
or you include auth_ldap in the hourly job. For this to work you must
use the patch for auth_ldap:
cd
patch <../../enrol/openlml/auth_ldap.patch
The patch adds a cron() method to the auth_ldap plugin that is
executed once an hour.
Changelog
2013-11-27
fix: cohort enrolments are now removed correctly
2013-11-23
corrected some typos, removed null_progress_trace.close
2013-11-19
make openlml instances independent from cohort instances
2013-10-10
check teachers role independent of category existence
2013-10-08
fix some errors
clean up database from old lml assignments / enrolments
fix display of php notice messages
fix small php coding error
2013-09-29
changed quite some code to be conform to moodle 2.5.x
some fixes for moodle 2.5.x
change debugging -> trigger_error (,E_USER_NOTICE) to simplify debugging
2013-09-13
fixed new parameter in enrol_cohort_sync in moodle 2.5.x
2012-10-24
course->idnumber is a unique key, so make
course->idnumber unique by prepending 'shortname:'.
prefix_teacher_members is now a comma separated list.
2012-10-19
Fixed course sortorder,
removed unnecessary setting,
fixed spelling error authldap,
added upgrade.php from previous version,
fixed install.php,
fixed cron patch for auth_ldap to run once an hour.
2012-10-10
Added code to automatically update city value from global defaultcity
in moodle users database.
Hildesheim, Germany
Frank Schütte,2012(fschuett@gymnasium-himmelsthuer.de)
0.9 (Build: 2013112700) (2013112700)
0.9 (Build: 2013112700)
Plugin type: Enrolment
Frankenstyle component name: enrol_openlml
Version build number: 2013112700
Version release name: 0.9 (Build: 2013112700)
Maturity: Beta
Supported Moodle versions: 2.5, 2.6
Repository URL (Git): https://github.com/fschuett/moodle-enrol_openlml
Repository branch:
Repository tag:
Issue/bug tracker URL: http://tracker.moodle.org
moodle-enrol_openlml
enrolment plugin for moodle from 2.x to autoenrol in
conjunction with the open linux Musterlösungplugin enrol_openlml.
This module superseedes the module enrol_lml(Moodle 1.x).
It is supposed to work with the
Linux Musterlösung(paedML) Ba-Wü Germany
and with the
Open Linux Musterlösung(openLML) http://www.linuxmuster.net
servers.
It is crafted for their LDAP structure.
It needs the auth_ldap module working to get the users authenticated
through LDAP and enrols those users to courses depending on the
field $course->idnumber.
Dependencies
This module needs the Auth-Plugin auth_ldap and the enrolment plugin
enrol_cohort to be active to work properly.
Cron-Job
This module is processed by cron on an hourly basis, as is enrol_cohort
equally.
The module auth_ldap is not automatically processed by cron. You can
either set up a job yourself as described in
/auth/ldap/cli/sync_user.php
or you include auth_ldap in the hourly job. For this to work you must
use the patch for auth_ldap:
cd
patch <../../enrol/openlml/auth_ldap.patch
The patch adds a cron() method to the auth_ldap plugin that is
executed once an hour.
Changelog
2013-11-27
fix: cohort enrolments are now removed correctly
2013-11-23
corrected some typos, removed null_progress_trace.close
2013-11-19
make openlml instances independent from cohort instances
2013-10-10
check teachers role independent of category existence
2013-10-08
fix some errors
clean up database from old lml assignments / enrolments
fix display of php notice messages
fix small php coding error
2013-09-29
changed quite some code to be conform to moodle 2.5.x
some fixes for moodle 2.5.x
change debugging -> trigger_error (,E_USER_NOTICE) to simplify debugging
2013-09-13
fixed new parameter in enrol_cohort_sync in moodle 2.5.x
2012-10-24
course->idnumber is a unique key, so make
course->idnumber unique by prepending 'shortname:'.
prefix_teacher_members is now a comma separated list.
2012-10-19
Fixed course sortorder,
removed unnecessary setting,
fixed spelling error authldap,
added upgrade.php from previous version,
fixed install.php,
fixed cron patch for auth_ldap to run once an hour.
2012-10-10
Added code to automatically update city value from global defaultcity
in moodle users database.
Hildesheim, Germany
Frank Schütte,2012(fschuett@gymnasium-himmelsthuer.de)
0.9 (Build: 2013112300) (2013112300)
0.9 (Build: 2013112300)
Plugin type: Enrolment
Frankenstyle component name: enrol_openlml
Version build number: 2013112300
Version release name: 0.9 (Build: 2013112300)
Maturity: Beta
Supported Moodle versions: 2.5, 2.6
Repository URL (Git): https://github.com/fschuett/moodle-enrol_openlml
Repository branch:
Repository tag:
Issue/bug tracker URL: http://tracker.moodle.org
moodle-enrol_openlml
enrolment plugin for moodle from 2.x to autoenrol in
conjunction with the open linux Musterlösungplugin enrol_openlml.
This module superseedes the module enrol_lml(Moodle 1.x).
It is supposed to work with the
Linux Musterlösung(paedML) Ba-Wü Germany
and with the
Open Linux Musterlösung(openLML) http://www.linuxmuster.net
servers.
It is crafted for their LDAP structure.
It needs the auth_ldap module working to get the users authenticated
through LDAP and enrols those users to courses depending on the
field $course->idnumber.
Dependencies
This module needs the Auth-Plugin auth_ldap and the enrolment plugin
enrol_cohort to be active to work properly.
Cron-Job
This module is processed by cron on an hourly basis, as is enrol_cohort
equally.
The module auth_ldap is not automatically processed by cron. You can
either set up a job yourself as described in
/auth/ldap/cli/sync_user.php
or you include auth_ldap in the hourly job. For this to work you must
use the patch for auth_ldap:
cd
patch <../../enrol/openlml/auth_ldap.patch
The patch adds a cron() method to the auth_ldap plugin that is
executed once an hour.
Changelog
2013-11-32
corrected some typos, removed null_progress_trace.close
2013-11-19
make openlml instances independent from cohort instances
2013-10-10
check teachers role independent of category existence
2013-10-08
fix some errors
clean up database from old lml assignments / enrolments
fix display of php notice messages
fix small php coding error
2013-09-29
changed quite some code to be conform to moodle 2.5.x
some fixes for moodle 2.5.x
change debugging -> trigger_error (,E_USER_NOTICE) to simplify debugging
2013-09-13
fixed new parameter in enrol_cohort_sync in moodle 2.5.x
2012-10-24
course->idnumber is a unique key, so make
course->idnumber unique by prepending 'shortname:'.
prefix_teacher_members is now a comma separated list.
2012-10-19
Fixed course sortorder,
removed unnecessary setting,
fixed spelling error authldap,
added upgrade.php from previous version,
fixed install.php,
fixed cron patch for auth_ldap to run once an hour.
2012-10-10
Added code to automatically update city value from global defaultcity
in moodle users database.
Hildesheim, Germany
Frank Schütte,2012(fschuett@gymnasium-himmelsthuer.de)
0.9 (Build: 2013112100) (2013112100)
0.9 (Build: 2013112100)
Plugin type: Enrolment
Frankenstyle component name: enrol_openlml
Version build number: 2013112100
Version release name: 0.9 (Build: 2013112100)
Maturity: Beta
Supported Moodle versions: 2.5, 2.6
Repository URL (Git): https://github.com/fschuett/moodle-enrol_openlml
Repository branch:
Repository tag:
Issue/bug tracker URL: http://tracker.moodle.org
moodle-enrol_openlml
enrolment plugin for moodle from 2.x to autoenrol in
conjunction with the open linux Musterlösungplugin enrol_openlml.
This module superseedes the module enrol_lml(Moodle 1.x).
It is supposed to work with the
Linux Musterlösung(paedML) Ba-Wü Germany
and with the
Open Linux Musterlösung(openLML) http://www.linuxmuster.net
servers.
It is crafted for their LDAP structure.
It needs the auth_ldap module working to get the users authenticated
through LDAP and enrols those users to courses depending on the
field $course->idnumber.
Dependencies
This module needs the Auth-Plugin auth_ldap and the enrolment plugin
enrol_cohort to be active to work properly.
Cron-Job
This module is processed by cron on an hourly basis, as is enrol_cohort
equally.
The module auth_ldap is not automatically processed by cron. You can
either set up a job yourself as described in
/auth/ldap/cli/sync_user.php
or you include auth_ldap in the hourly job. For this to work you must
use the patch for auth_ldap:
cd
patch <../../enrol/openlml/auth_ldap.patch
The patch adds a cron() method to the auth_ldap plugin that is
executed once an hour.
Changelog
2013-11-19
make openlml instances independent from cohort instances
2013-10-10
check teachers role independent of category existence
2013-10-08
fix some errors
clean up database from old lml assignments / enrolments
fix display of php notice messages
fix small php coding error
2013-09-29
changed quite some code to be conform to moodle 2.5.x
some fixes for moodle 2.5.x
change debugging -> trigger_error (,E_USER_NOTICE) to simplify debugging
2013-09-13
fixed new parameter in enrol_cohort_sync in moodle 2.5.x
2012-10-24
course->idnumber is a unique key, so make
course->idnumber unique by prepending 'shortname:'.
prefix_teacher_members is now a comma separated list.
2012-10-19
Fixed course sortorder,
removed unnecessary setting,
fixed spelling error authldap,
added upgrade.php from previous version,
fixed install.php,
fixed cron patch for auth_ldap to run once an hour.
2012-10-10
Added code to automatically update city value from global defaultcity
in moodle users database.
Hildesheim, Germany
Frank Schütte,2012(fschuett@gymnasium-himmelsthuer.de)
0.9 (Build: 2013112000) (2013112000)
0.9 (Build: 2013112000)
Plugin type: Enrolment
Frankenstyle component name: enrol_openlml
Version build number: 2013112000
Version release name: 0.9 (Build: 2013112000)
Maturity: Beta
Supported Moodle versions: 2.5, 2.6
Repository URL (Git): https://github.com/fschuett/moodle-enrol_openlml
Repository branch:
Repository tag:
Issue/bug tracker URL: http://tracker.moodle.org
moodle-enrol_openlml
enrolment plugin for moodle from 2.x to autoenrol in
conjunction with the open linux Musterlösungplugin enrol_openlml.
This module superseedes the module enrol_lml(Moodle 1.x).
It is supposed to work with the
Linux Musterlösung(paedML) Ba-Wü Germany
and with the
Open Linux Musterlösung(openLML) http://www.linuxmuster.net
servers.
It is crafted for their LDAP structure.
It needs the auth_ldap module working to get the users authenticated
through LDAP and enrols those users to courses depending on the
field $course->idnumber.
Dependencies
This module needs the Auth-Plugin auth_ldap and the enrolment plugin
enrol_cohort to be active to work properly.
Cron-Job
This module is processed by cron on an hourly basis, as is enrol_cohort
equally.
The module auth_ldap is not automatically processed by cron. You can
either set up a job yourself as described in
/auth/ldap/cli/sync_user.php
or you include auth_ldap in the hourly job. For this to work you must
use the patch for auth_ldap:
cd
patch <../../enrol/openlml/auth_ldap.patch
The patch adds a cron() method to the auth_ldap plugin that is
executed once an hour.
Changelog
2013-11-19
make openlml instances independent from cohort instances
2013-10-10
check teachers role independent of category existence
2013-10-08
fix some errors
clean up database from old lml assignments / enrolments
fix display of php notice messages
fix small php coding error
2013-09-29
changed quite some code to be conform to moodle 2.5.x
some fixes for moodle 2.5.x
change debugging -> trigger_error (,E_USER_NOTICE) to simplify debugging
2013-09-13
fixed new parameter in enrol_cohort_sync in moodle 2.5.x
2012-10-24
course->idnumber is a unique key, so make
course->idnumber unique by prepending 'shortname:'.
prefix_teacher_members is now a comma separated list.
2012-10-19
Fixed course sortorder,
removed unnecessary setting,
fixed spelling error authldap,
added upgrade.php from previous version,
fixed install.php,
fixed cron patch for auth_ldap to run once an hour.
2012-10-10
Added code to automatically update city value from global defaultcity
in moodle users database.
Hildesheim, Germany
Frank Schütte,2012(fschuett@gymnasium-himmelsthuer.de)
0.9 (Build: 2013111900) (2013111900)
0.9 (Build: 2013111900)
Plugin type: Enrolment
Frankenstyle component name: enrol_openlml
Version build number: 2013111900
Version release name: 0.9 (Build: 2013111900)
Maturity: Beta
Supported Moodle versions: 2.5, 2.6
Repository URL (Git): https://github.com/fschuett/moodle-enrol_openlml
Repository branch:
Repository tag:
Issue/bug tracker URL: http://tracker.moodle.org
moodle-enrol_openlml
enrolment plugin for moodle from 2.x to autoenrol in
conjunction with the open linux Musterlösungplugin enrol_openlml.
This module superseedes the module enrol_lml(Moodle 1.x).
It is supposed to work with the
Linux Musterlösung(paedML) Ba-Wü Germany
and with the
Open Linux Musterlösung(openLML) http://www.linuxmuster.net
servers.
It is crafted for their LDAP structure.
It needs the auth_ldap module working to get the users authenticated
through LDAP and enrols those users to courses depending on the
field $course->idnumber.
Dependencies
This module needs the Auth-Plugin auth_ldap and the enrolment plugin
enrol_cohort to be active to work properly.
Cron-Job
This module is processed by cron on an hourly basis, as is enrol_cohort
equally.
The module auth_ldap is not automatically processed by cron. You can
either set up a job yourself as described in
/auth/ldap/cli/sync_user.php
or you include auth_ldap in the hourly job. For this to work you must
use the patch for auth_ldap:
cd
patch <../../enrol/openlml/auth_ldap.patch
The patch adds a cron() method to the auth_ldap plugin that is
executed once an hour.
Changelog
2013-11-19
make openlml instances independent from cohort instances
2013-10-10
check teachers role independent of category existence
2013-10-08
fix some errors
clean up database from old lml assignments / enrolments
fix display of php notice messages
fix small php coding error
2013-09-29
changed quite some code to be conform to moodle 2.5.x
some fixes for moodle 2.5.x
change debugging -> trigger_error (,E_USER_NOTICE) to simplify debugging
2013-09-13
fixed new parameter in enrol_cohort_sync in moodle 2.5.x
2012-10-24
course->idnumber is a unique key, so make
course->idnumber unique by prepending 'shortname:'.
prefix_teacher_members is now a comma separated list.
2012-10-19
Fixed course sortorder,
removed unnecessary setting,
fixed spelling error authldap,
added upgrade.php from previous version,
fixed install.php,
fixed cron patch for auth_ldap to run once an hour.
2012-10-10
Added code to automatically update city value from global defaultcity
in moodle users database.
Hildesheim, Germany
Frank Schütte,2012(fschuett@gymnasium-himmelsthuer.de)
0.8 (Build: 2013101000) (2013101000)
0.8 (Build: 2013101000)
Plugin type: Enrolment
Frankenstyle component name: enrol_openlml
Version build number: 2013101000
Version release name: 0.8 (Build: 2013101000)
Maturity: Beta
Supported Moodle versions: 2.5
Repository URL (Git): https://github.com/fschuett/moodle-enrol_openlml
Repository branch:
Repository tag:
Issue/bug tracker URL: http://tracker.moodle.org
moodle-enrol_openlml
enrolment plugin for moodle from 2.x to autoenrol in
conjunction with the open linux Musterlösungplugin enrol_openlml.
This module superseedes the module enrol_lml(Moodle 1.x).
It is supposed to work with the
Linux Musterlösung(paedML) Ba-Wü Germany
and with the
Open Linux Musterlösung(openLML) http://www.linuxmuster.net
servers.
It is crafted for their LDAP structure.
It needs the auth_ldap module working to get the users authenticated
through LDAP and enrols those users to courses depending on the
field $course->idnumber.
Dependencies
This module needs the Auth-Plugin auth_ldap and the enrolment plugin
enrol_cohort to be active to work properly.
Cron-Job
This module is processed by cron on an hourly basis, as is enrol_cohort
equally.
The module auth_ldap is not automatically processed by cron. You can
either set up a job yourself as described in
/auth/ldap/cli/sync_user.php
or you include auth_ldap in the hourly job. For this to work you must
use the patch for auth_ldap:
cd
patch <../../enrol/openlml/auth_ldap.patch
The patch adds a cron() method to the auth_ldap plugin that is
executed once an hour.
Changelog
2013-10-10
check teachers role independent of category existence
2013-10-08
fix some errors
clean up database from old lml assignments / enrolments
fix display of php notice messages
fix small php coding error
2013-09-29
changed quite some code to be conform to moodle 2.5.x
some fixes for moodle 2.5.x
change debugging -> trigger_error (,E_USER_NOTICE) to simplify debugging
2013-09-13
fixed new parameter in enrol_cohort_sync in moodle 2.5.x
2012-10-24
course->idnumber is a unique key, so make
course->idnumber unique by prepending 'shortname:'.
prefix_teacher_members is now a comma separated list.
2012-10-19
Fixed course sortorder,
removed unnecessary setting,
fixed spelling error authldap,
added upgrade.php from previous version,
fixed install.php,
fixed cron patch for auth_ldap to run once an hour.
2012-10-10
Added code to automatically update city value from global defaultcity
in moodle users database.
Hildesheim, Germany
Frank Schütte,2012(fschuett@gymnasium-himmelsthuer.de)
0.8 (Build: 2013100800) (2013100800)
0.8 (Build: 2013100800)
Plugin type: Enrolment
Frankenstyle component name: enrol_openlml
Version build number: 2013100800
Version release name: 0.8 (Build: 2013100800)
Maturity: Beta
Supported Moodle versions: 2.5
Repository URL (Git): https://github.com/fschuett/moodle-enrol_openlml
Repository branch:
Repository tag:
Issue/bug tracker URL: http://tracker.moodle.org
moodle-enrol_openlml
enrolment plugin for moodle from 2.x to autoenrol in
conjunction with the open linux Musterlösungplugin enrol_openlml.
This module superseedes the module enrol_lml(Moodle 1.x).
It is supposed to work with the
Linux Musterlösung(paedML) Ba-Wü Germany
and with the
Open Linux Musterlösung(openLML) http://www.linuxmuster.net
servers.
It is crafted for their LDAP structure.
It needs the auth_ldap module working to get the users authenticated
through LDAP and enrols those users to courses depending on the
field $course->idnumber.
Dependencies
This module needs the Auth-Plugin auth_ldap and the enrolment plugin
enrol_cohort to be active to work properly.
Cron-Job
This module is processed by cron on an hourly basis, as is enrol_cohort
equally.
The module auth_ldap is not automatically processed by cron. You can
either set up a job yourself as described in
/auth/ldap/cli/sync_user.php
or you include auth_ldap in the hourly job. For this to work you must
use the patch for auth_ldap:
cd
patch <../../enrol/openlml/auth_ldap.patch
The patch adds a cron() method to the auth_ldap plugin that is
executed once an hour.
Changelog
2013-10-08
fix some errors
clean up database from old lml assignments / enrolments
fix display of php notice messages
fix small php coding error
2013-09-29
changed quite some code to be conform to moodle 2.5.x
some fixes for moodle 2.5.x
change debugging -> trigger_error (,E_USER_NOTICE) to simplify debugging
2013-09-13
fixed new parameter in enrol_cohort_sync in moodle 2.5.x
2012-10-24
course->idnumber is a unique key, so make
course->idnumber unique by prepending 'shortname:'.
prefix_teacher_members is now a comma separated list.
2012-10-19
Fixed course sortorder,
removed unnecessary setting,
fixed spelling error authldap,
added upgrade.php from previous version,
fixed install.php,
fixed cron patch for auth_ldap to run once an hour.
2012-10-10
Added code to automatically update city value from global defaultcity
in moodle users database.
Hildesheim, Germany
Frank Schütte,2012(fschuett@gymnasium-himmelsthuer.de)
0.8 (Build: 2013100500) (2013100500)
0.8 (Build: 2013100500)
Plugin type: Enrolment
Frankenstyle component name: enrol_openlml
Version build number: 2013100500
Version release name: 0.8 (Build: 2013100500)
Maturity: Beta
Supported Moodle versions: 2.5
Repository URL (Git): https://github.com/fschuett/moodle-enrol_openlml
Repository branch:
Repository tag:
Issue/bug tracker URL: http://tracker.moodle.org
moodle-enrol_openlml
enrolment plugin for moodle from 2.x to autoenrol in
conjunction with the open linux Musterlösungplugin enrol_openlml.
This module superseedes the module enrol_lml(Moodle 1.x).
It is supposed to work with the
Linux Musterlösung(paedML) Ba-Wü Germany
and with the
Open Linux Musterlösung(openLML) http://www.linuxmuster.net
servers.
It is crafted for their LDAP structure.
It needs the auth_ldap module working to get the users authenticated
through LDAP and enrols those users to courses depending on the
field $course->idnumber.
Dependencies
This module needs the Auth-Plugin auth_ldap and the enrolment plugin
enrol_cohort to be active to work properly.
Cron-Job
This module is processed by cron on an hourly basis, as is enrol_cohort
equally.
The module auth_ldap is not automatically processed by cron. You can
either set up a job yourself as described in
/auth/ldap/cli/sync_user.php
or you include auth_ldap in the hourly job. For this to work you must
use the patch for auth_ldap:
cd
patch <../../enrol/openlml/auth_ldap.patch
The patch adds a cron() method to the auth_ldap plugin that is
executed once an hour.
Changelog
2013-09-29
changed quite some code to be conform to moodle 2.5.x
some fixes for moodle 2.5.x
change debugging -> trigger_error (,E_USER_NOTICE) to simplify debugging
2013-09-13
fixed new parameter in enrol_cohort_sync in moodle 2.5.x
2012-10-24
course->idnumber is a unique key, so make
course->idnumber unique by prepending 'shortname:'.
prefix_teacher_members is now a comma separated list.
2012-10-19
Fixed course sortorder,
removed unnecessary setting,
fixed spelling error authldap,
added upgrade.php from previous version,
fixed install.php,
fixed cron patch for auth_ldap to run once an hour.
2012-10-10
Added code to automatically update city value from global defaultcity
in moodle users database.
Hildesheim, Germany
Frank Schütte,2012(fschuett@gymnasium-himmelsthuer.de)
0.8 (Build: 2013092900) (2013092900)
0.8 (Build: 2013092900)
Plugin type: Enrolment
Frankenstyle component name: enrol_openlml
Version build number: 2013092900
Version release name: 0.8 (Build: 2013092900)
Maturity: Beta
Supported Moodle versions: 2.5
Repository URL (Git): https://github.com/fschuett/moodle-enrol_openlml
Repository branch:
Repository tag:
Issue/bug tracker URL: http://tracker.moodle.org
moodle-enrol_openlml
enrolment plugin for moodle from 2.x to autoenrol in
conjunction with the open linux Musterlösungplugin enrol_openlml.
This module superseedes the module enrol_lml(Moodle 1.x).
It is supposed to work with the
Linux Musterlösung(paedML) Ba-Wü Germany
and with the
Open Linux Musterlösung(openLML) http://www.linuxmuster.net
servers.
It is crafted for their LDAP structure.
It needs the auth_ldap module working to get the users authenticated
through LDAP and enrols those users to courses depending on the
field $course->idnumber.
Dependencies
This module needs the Auth-Plugin auth_ldap and the enrolment plugin
enrol_cohort to be active to work properly.
Cron-Job
This module is processed by cron on an hourly basis, as is enrol_cohort
equally.
The module auth_ldap is not automatically processed by cron. You can
either set up a job yourself as described in
/auth/ldap/cli/sync_user.php
or you include auth_ldap in the hourly job. For this to work you must
use the patch for auth_ldap:
cd
patch <../../enrol/openlml/auth_ldap.patch
The patch adds a cron() method to the auth_ldap plugin that is
executed once an hour.
Changelog
2013-09-29
changed quite some code to be conform to moodle 2.5.x
some fixes for moodle 2.5.x
change debugging -> trigger_error (,E_USER_NOTICE) to simplify debugging
2013-09-13
fixed new parameter in enrol_cohort_sync in moodle 2.5.x
2012-10-24
course->idnumber is a unique key, so make
course->idnumber unique by prepending 'shortname:'.
prefix_teacher_members is now a comma separated list.
2012-10-19
Fixed course sortorder,
removed unnecessary setting,
fixed spelling error authldap,
added upgrade.php from previous version,
fixed install.php,
fixed cron patch for auth_ldap to run once an hour.
2012-10-10
Added code to automatically update city value from global defaultcity
in moodle users database.
Hildesheim, Germany
Frank Schütte,2012(fschuett@gymnasium-himmelsthuer.de)
0.7 (Build: 2013092500) (2013092500)
0.7 (Build: 2013092500)
Plugin type: Enrolment
Frankenstyle component name: enrol_openlml
Version build number: 2013092500
Version release name: 0.7 (Build: 2013092500)
Maturity: Beta
Supported Moodle versions: 2.5
Repository URL (Git): https://github.com/fschuett/moodle-enrol_openlml
Repository branch:
Repository tag:
Issue/bug tracker URL: http://tracker.moodle.org
moodle-enrol_openlml
enrolment plugin for moodle from 2.x to autoenrol in
conjunction with the open linux Musterlösungplugin enrol_openlml.
This module superseedes the module enrol_lml(Moodle 1.x).
It is supposed to work with the
Linux Musterlösung(paedML) Ba-Wü Germany
and with the
Open Linux Musterlösung(openLML) http://www.linuxmuster.net
servers.
It is crafted for their LDAP structure.
It needs the auth_ldap module working to get the users authenticated
through LDAP and enrols those users to courses depending on the
field $course->idnumber.
Dependencies
This module needs the Auth-Plugin auth_ldap and the enrolment plugin
enrol_cohort to be active to work properly.
Cron-Job
This module is processed by cron on an hourly basis, as is enrol_cohort
equally.
The module auth_ldap is not automatically processed by cron. You can
either set up a job yourself as described in
/auth/ldap/cli/sync_user.php
or you include auth_ldap in the hourly job. For this to work you must
use the patch for auth_ldap:
cd
patch <../../enrol/openlml/auth_ldap.patch
The patch adds a cron() method to the auth_ldap plugin that is
executed once an hour.
Changelog
2013-09-25
Fix null_progress_trace
2013-09-13
Fix added parameter to enrol_cohort_sync in Moodle 2.5.
2012-10-24
course->idnumber is a unique key, so make
course->idnumber unique by prepending 'shortname:'.
prefix_teacher_members is now a comma separated list.
2012-10-19
Fixed course sortorder,
removed unnecessary setting,
fixed spelling error authldap,
added upgrade.php from previous version,
fixed install.php,
fixed cron patch for auth_ldap to run once an hour.
2012-10-10
Added code to automatically update city value from global defaultcity
in moodle users database.
Hildesheim, Germany
Frank Schütte,2012(fschuett@gymnasium-himmelsthuer.de)
0.7 (Build: 2013091500) (2013091500)
0.7 (Build: 2013091500)
Plugin type: Enrolment
Frankenstyle component name: enrol_openlml
Version build number: 2013091500
Version release name: 0.7 (Build: 2013091500)
Maturity: Beta
Supported Moodle versions: 2.5
Repository URL (Git): https://github.com/fschuett/moodle-enrol_openlml
Repository branch:
Repository tag:
Issue/bug tracker URL: http://tracker.moodle.org
moodle-enrol_openlml
enrolment plugin for moodle from 2.x to autoenrol in
conjunction with the open linux Musterlösungplugin enrol_openlml.
This module superseedes the module enrol_lml(Moodle 1.x).
It is supposed to work with the
Linux Musterlösung(paedML) Ba-Wü Germany
and with the
Open Linux Musterlösung(openLML) http://www.linuxmuster.net
servers.
It is crafted for their LDAP structure.
It needs the auth_ldap module working to get the users authenticated
through LDAP and enrols those users to courses depending on the
field $course->idnumber.
Dependencies
This module needs the Auth-Plugin auth_ldap and the enrolment plugin
enrol_cohort to be active to work properly.
Cron-Job
This module is processed by cron on an hourly basis, as is enrol_cohort
equally.
The module auth_ldap is not automatically processed by cron. You can
either set up a job yourself as described in
/auth/ldap/cli/sync_user.php
or you include auth_ldap in the hourly job. For this to work you must
use the patch for auth_ldap:
cd
patch <../../enrol/openlml/auth_ldap.patch
The patch adds a cron() method to the auth_ldap plugin that is
executed once an hour.
Changelog
2013-09-13
fixed new parameter in enrol_cohort_sync in moodle 2.5.x
2012-10-24
course->idnumber is a unique key, so make
course->idnumber unique by prepending 'shortname:'.
prefix_teacher_members is now a comma separated list.
2012-10-19
Fixed course sortorder,
removed unnecessary setting,
fixed spelling error authldap,
added upgrade.php from previous version,
fixed install.php,
fixed cron patch for auth_ldap to run once an hour.
2012-10-10
Added code to automatically update city value from global defaultcity
in moodle users database.
Hildesheim, Germany
Frank Schütte,2012(fschuett@gymnasium-himmelsthuer.de)
0.7 (Build: 2013091300) (2013091300)
0.7 (Build: 2013091300)
Plugin type: Enrolment
Frankenstyle component name: enrol_openlml
Version build number: 2013091300
Version release name: 0.7 (Build: 2013091300)
Maturity: Beta
Supported Moodle versions: 2.5
Repository URL (Git): https://github.com/fschuett/moodle-enrol_openlml
Repository branch:
Repository tag:
Issue/bug tracker URL: http://tracker.moodle.org
moodle-enrol_openlml
enrolment plugin for moodle from 2.x to autoenrol in
conjunction with the open linux Musterlösungplugin enrol_openlml.
This module superseedes the module enrol_lml(Moodle 1.x).
It is supposed to work with the
Linux Musterlösung(paedML) Ba-Wü Germany
and with the
Open Linux Musterlösung(openLML) http://www.linuxmuster.net
servers.
It is crafted for their LDAP structure.
It needs the auth_ldap module working to get the users authenticated
through LDAP and enrols those users to courses depending on the
field $course->idnumber.
Dependencies
This module needs the Auth-Plugin auth_ldap and the enrolment plugin
enrol_cohort to be active to work properly.
Cron-Job
This module is processed by cron on an hourly basis, as is enrol_cohort
equally.
The module auth_ldap is not automatically processed by cron. You can
either set up a job yourself as described in
/auth/ldap/cli/sync_user.php
or you include auth_ldap in the hourly job. For this to work you must
use the patch for auth_ldap:
cd
patch <../../enrol/openlml/auth_ldap.patch
The patch adds a cron() method to the auth_ldap plugin that is
executed once an hour.
Changelog
2013-09-13
fixed new parameter in enrol_cohort_sync in moodle 2.5.x
2012-10-24
course->idnumber is a unique key, so make
course->idnumber unique by prepending 'shortname:'.
prefix_teacher_members is now a comma separated list.
2012-10-19
Fixed course sortorder,
removed unnecessary setting,
fixed spelling error authldap,
added upgrade.php from previous version,
fixed install.php,
fixed cron patch for auth_ldap to run once an hour.
2012-10-10
Added code to automatically update city value from global defaultcity
in moodle users database.
Hildesheim, Germany
Frank Schütte,2012(fschuett@gymnasium-himmelsthuer.de)
0.6 (Build: 2013051700) (2013051700)
0.6 (Build: 2013051700)
Plugin type: Enrolment
Frankenstyle component name: enrol_openlml
Version build number: 2013051700
Version release name: 0.6 (Build: 2013051700)
Maturity: Beta
Supported Moodle versions: 2.0, 2.1, 2.2, 2.3, 2.4
Repository URL (Git): https://github.com/fschuett/moodle-enrol_openlml
Repository branch: MOODLE_24_STABLE
Repository tag:
Issue/bug tracker URL: http://tracker.moodle.org
moodle-enrol_openlml
enrolment plugin for moodle from 2.x to autoenrol in
conjunction with the open linux Musterlösungplugin enrol_openlml.
This module superseedes the module enrol_lml(Moodle 1.x).
It is supposed to work with the
Linux Musterlösung(paedML) Ba-Wü Germany
and with the
Open Linux Musterlösung(openLML) http://www.linuxmuster.net
servers.
It is crafted for their LDAP structure.
It needs the auth_ldap module working to get the users authenticated
through LDAP and enrols those users to courses depending on the
field $course->idnumber.
Dependencies
This module needs the Auth-Plugin auth_ldap and the enrolment plugin
enrol_cohort to be active to work properly.
Cron-Job
This module is processed by cron on an hourly basis, as is enrol_cohort
equally.
The module auth_ldap is not automatically processed by cron. You can
either set up a job yourself as described in
/auth/ldap/cli/sync_user.php
or you include auth_ldap in the hourly job. For this to work you must
use the patch for auth_ldap:
cd /auth/ldap
patch <../../enrol/openlml/auth_ldap.patch
The patch adds a cron() method to the auth_ldap plugin that is
executed once an hour.
Changelog
2012-10-24
course->idnumber is a unique key, so make
course->idnumber unique by prepending 'shortname:'.
prefix_teacher_members is now a comma separated list.
2012-10-19
Fixed course sortorder,
removed unnecessary setting,
fixed spelling error authldap,
added upgrade.php from previous version,
fixed install.php,
fixed cron patch for auth_ldap to run once an hour.
2012-10-10
Added code to automatically update city value from global defaultcity
in moodle users database.
Hildesheim, Germany
Frank Schütte,2012(fschuett@gymnasium-himmelsthuer.de)
0.6 (Build: 2012102400) (2012102400)
0.6 (Build: 2012102400)
Plugin type: Enrolment
Frankenstyle component name: enrol_openlml
Version build number: 2012102400
Version release name: 0.6 (Build: 2012102400)
Maturity: Beta
Supported Moodle versions: 2.0, 2.1, 2.2, 2.3
Repository URL (Git): https://github.com/fschuett/moodle-enrol_openlml
Repository branch:
Repository tag:
Issue/bug tracker URL: http://tracker.moodle.org
moodle-enrol_openlml
enrolment plugin for moodle from 2.x to autoenrol in
conjunction with the open linux Musterlösungplugin enrol_openlml.
This module superseedes the module enrol_lml(Moodle 1.x).
It is supposed to work with the
Linux Musterlösung(paedML) Ba-Wü Germany
and with the
Open Linux Musterlösung(openLML) http://www.linuxmuster.net
servers.
It is crafted for their LDAP structure.
It needs the auth_ldap module working to get the users authenticated
through LDAP and enrols those users to courses depending on the
field $course->idnumber.
Dependencies
This module needs the Auth-Plugin auth_ldap and the enrolment plugin
enrol_cohort to be active to work properly.
Cron-Job
This module is processed by cron on an hourly basis, as is enrol_cohort
equally.
The module auth_ldap is not automatically processed by cron. You can
either set up a job yourself as described in
/auth/ldap/cli/sync_user.php
or you include auth_ldap in the hourly job. For this to work you must
use the patch for auth_ldap:
cd
patch <../../enrol/openlml/auth_ldap.patch
The patch adds a cron() method to the auth_ldap plugin that is
executed once an hour.
Changelog
2012-10-24
course->idnumber is a unique key, so make
course->idnumber unique by prepending 'shortname:'.
prefix_teacher_members is now a comma separated list.
2012-10-19
Fixed course sortorder,
removed unnecessary setting,
fixed spelling error authldap,
added upgrade.php from previous version,
fixed install.php,
fixed cron patch for auth_ldap to run once an hour.
2012-10-10
Added code to automatically update city value from global defaultcity
in moodle users database.
Hildesheim, Germany
Frank Schütte,2012(fschuett@gymnasium-himmelsthuer.de)
0.6 (Build: 2012102000) (2012102000)
0.6 (Build: 2012102000)
Plugin type: Enrolment
Frankenstyle component name: enrol_openlml
Version build number: 2012102000
Version release name: 0.6 (Build: 2012102000)
Maturity: Beta
Supported Moodle versions: 2.0, 2.1, 2.2, 2.3
Repository URL (Git): https://github.com/fschuett/moodle-enrol_openlml
Repository branch:
Repository tag:
Issue/bug tracker URL: http://tracker.moodle.org
moodle-enrol_openlml
enrolment plugin for moodle from 2.x to autoenrol in
conjunction with the open linux Musterlösungplugin enrol_openlml.
This module superseedes the module enrol_lml(Moodle 1.x).
It is supposed to work with the
Linux Musterlösung(paedML) Ba-Wü Germany
and with the
Open Linux Musterlösung(openLML) http://www.linuxmuster.net
servers.
It is crafted for their LDAP structure.
It needs the auth_ldap module working to get the users authenticated
through LDAP and enrols those users to courses depending on the
field $course->idnumber.
Dependencies
This module needs the Auth-Plugin auth_ldap and the enrolment plugin
enrol_cohort to be active to work properly.
Cron-Job
This module is processed by cron on an hourly basis, as is enrol_cohort
equally.
The module auth_ldap is not automatically processed by cron. You can
either set up a job yourself as described in
/auth/ldap/cli/sync_user.php
or you include auth_ldap in the hourly job. For this to work you must
use the patch for auth_ldap:
cd
patch <../../enrol/openlml/auth_ldap.patch
The patch adds a cron() method to the auth_ldap plugin that is
executed once an hour.
Changelog
2012-10-20
Added missing string.
fixed create_category.
2012-10-19
Fixed course sortorder,
removed unnecessary setting,
fixed spelling error authldap,
added upgrade.php from previous version,
fixed install.php,
fixed cron patch for auth_ldap to run once an hour.
2012-10-10
Added code to automatically update city value from global defaultcity
in moodle users database.
Hildesheim, Germany
Frank Schütte,2012(fschuett@gymnasium-himmelsthuer.de)
0.5 (Build: 2012101901) (2012101901)
0.5 (Build: 2012101901)
Plugin type: Enrolment
Frankenstyle component name: enrol_openlml
Version build number: 2012101901
Version release name: 0.5 (Build: 2012101901)
Maturity: Beta
Supported Moodle versions: 2.0, 2.1, 2.2, 2.3
Repository URL (Git): https://github.com/fschuett/moodle-enrol_openlml
Repository branch:
Repository tag:
Issue/bug tracker URL: http://tracker.moodle.org
moodle-enrol_openlml
enrolment plugin for moodle from 2.x to autoenrol in
conjunction with the open linux Musterlösungplugin enrol_openlml.
This module superseedes the module enrol_lml(Moodle 1.x).
It is supposed to work with the
Linux Musterlösung(paedML) Ba-Wü Germany
and with the
Open Linux Musterlösung(openLML) http://www.linuxmuster.net
servers.
It is crafted for their LDAP structure.
It needs the auth_ldap module working to get the users authenticated
through LDAP and enrols those users to courses depending on the
field $course->idnumber.
Dependencies
This module needs the Auth-Plugin auth_ldap and the enrolment plugin
enrol_cohort to be active to work properly.
Cron-Job
This module is processed by cron on an hourly basis, as is enrol_cohort
equally.
The module auth_ldap is not automatically processed by cron. You can
either set up a job yourself as described in
/auth/ldap/cli/sync_user.php
or you include auth_ldap in the hourly job. For this to work you must
use the patch for auth_ldap:
cd
patch <../../enrol/openlml/auth_ldap.patch
The patch adds a cron() method to the auth_ldap plugin that is
executed once an hour.
Changelog
2012-10-19
Fixed course sortorder,
removed unnecessary setting,
fixed spelling error authldap,
added upgrade.php from previous version,
fixed install.php,
fixed cron patch for auth_ldap to run once an hour.
2012-10-10
Added code to automatically update city value from global defaultcity
in moodle users database.
Hildesheim, Germany
Frank Schütte,2012(fschuett@gymnasium-himmelsthuer.de)
0.5 (Build: 2012101019) (2012101019)
0.5 (Build: 2012101019)
Plugin type: Enrolment
Frankenstyle component name: enrol_openlml
Version build number: 2012101019
Version release name: 0.5 (Build: 2012101019)
Maturity: Beta
Supported Moodle versions: 2.0, 2.1, 2.2, 2.3
Repository URL (Git): https://github.com/fschuett/moodle-enrol_openlml
Repository branch:
Repository tag:
Issue/bug tracker URL: http://tracker.moodle.org
moodle-enrol_openlml
enrolment plugin for moodle from 2.x to autoenrol in
conjunction with the open linux Musterlösungplugin enrol_openlml.
This module superseedes the module enrol_lml(Moodle 1.x).
It is supposed to work with the
Linux Musterlösung(paedML) Ba-Wü Germany
and with the
Open Linux Musterlösung(openLML) http://www.linuxmuster.net
servers.
It is crafted for their LDAP structure.
It needs the auth_ldap module working to get the users authenticated
through LDAP and enrols those users to courses depending on the
field $course->idnumber.
Dependencies
This module needs the Auth-Plugin auth_ldap and the enrolment plugin
enrol_cohort to be active to work properly.
Cron-Job
This module is processed by cron on an hourly basis, as is enrol_cohort
equally.
The module auth_ldap is not automatically processed by cron. You can
either set up a job yourself as described in
/auth/ldap/cli/sync_user.php
or you include auth_ldap in the hourly job. For this to work you must
use the patch for auth_ldap:
cd
patch <../../enrol/openlml/auth_ldap.patch
The patch adds a cron() method to the auth_ldap plugin that is
executed once an hour.
Changelog
2012-10-19
Fixed course sortorder,
removed unnecessary setting,
fixed spelling error authldap,
added upgrade.php from previous version,
fixed install.php,
fixed cron patch for auth_ldap to run once an hour.
2012-10-10
Added code to automatically update city value from global defaultcity
in moodle users database.
Hildesheim, Germany
Frank Schütte,2012(fschuett@gymnasium-himmelsthuer.de)
0.4 (Build: 2012101000) (2012101000)
0.4 (Build: 2012101000)
Plugin type: Enrolment
Frankenstyle component name: enrol_openlml
Version build number: 2012101000
Version release name: 0.4 (Build: 2012101000)
Maturity: Beta
Supported Moodle versions: 2.0, 2.1, 2.2, 2.3
Repository URL (Git): https://github.com/fschuett/moodle-enrol_openlml
Repository branch:
Repository tag:
Issue/bug tracker URL: http://tracker.moodle.org
moodle-enrol_openlml
enrolment plugin for moodle from 2.x to autoenrol in
conjunction with the open linux Musterlösungplugin enrol_openlml.
This module superseedes the module enrol_lml(Moodle 1.x).
It is supposed to work with the
Linux Musterlösung(paedML) Ba-Wü Germany
and with the
Open Linux Musterlösung(openLML) http://www.linuxmuster.net
servers.
It is crafted for their LDAP structure.
It needs the auth_ldap module working to get the users authenticated
through LDAP and enrols those users to courses depending on the
field $course->idnumber.
Dependencies
This module needs the Auth-Plugin auth_ldap and the enrolment plugin
enrol_cohort to be active to work properly.
Cron-Job
This module is processed by cron on an hourly basis, as is enrol_cohort
equally.
The module auth_ldap is not automatically processed by cron. You can
either set up a job yourself as described in
/auth/ldap/cli/sync_user.php
or you include auth_ldap in the hourly job. For this to work you must
use the patch for auth_ldap:
cd /auth/ldap
patch <../../enrol/openlml/auth_ldap.patch
The patch adds a cron() method to the auth_ldap plugin that is
executed once an hour.
Changelog
Added code to automatically update city value from global defaultcity
in moodle users database.
Hildesheim, Germany
Frank Schütte,2012(fschuett@gymnasium-himmelsthuer.de)
0.4 (Build: 2012100900) (2012100900)
0.4 (Build: 2012100900)
Plugin type: Enrolment
Frankenstyle component name: enrol_openlml
Version build number: 2012100900
Version release name: 0.4 (Build: 2012100900)
Maturity: Beta
Supported Moodle versions: 2.0, 2.1, 2.2, 2.3
Repository URL (Git): https://github.com/fschuett/moodle-enrol_openlml
Repository branch:
Repository tag:
Issue/bug tracker URL: http://tracker.moodle.org
moodle-enrol_openlml
enrolment plugin for moodle from 2.x to autoenrol in
conjunction with the open linux Musterlösungplugin enrol_openlml.
This module superseedes the module enrol_lml(Moodle 1.x).
It is supposed to work with the
Linux Musterlösung(paedML) Ba-Wü Germany
and with the
Open Linux Musterlösung(openLML) http://www.linuxmuster.net
servers.
It is crafted for their LDAP structure.
It needs the auth_ldap module working to get the users authenticated
through LDAP and enrols those users to courses depending on the
field $course->idnumber.
Dependencies
This module needs the Auth-Plugin auth_ldap and the enrolment plugin
enrol_cohort to be active to work properly.
Cron-Job
This module is processed by cron on an hourly basis, as is enrol_cohort
equally.
The module auth_ldap is not automatically processed by cron. You can
either set up a job yourself as described in
/auth/ldap/cli/sync_user.php
or you include auth_ldap in the hourly job. For this to work you must
use the patch for auth_ldap:
cd /auth/ldap
patch <../../enrol/openlml/auth_ldap.patch
The patch adds a cron() method to the auth_ldap plugin that is
executed once an hour.
Changelog
Added code to automatically update city value in moodle users database.
Hildesheim, Germany
Frank Schütte,2012(fschuett@gymnasium-himmelsthuer.de)
0.3 (Build: 2012100600) (2012100600)
0.3 (Build: 2012100600)
Plugin type: Enrolment
Frankenstyle component name: enrol_openlml
Version build number: 2012100600
Version release name: 0.3 (Build: 2012100600)
Maturity: Beta
Supported Moodle versions: 2.0, 2.1, 2.2, 2.3
Repository URL (Git): https://github.com/fschuett/moodle-enrol_openlml
Repository branch:
Repository tag:
Issue/bug tracker URL: http://tracker.moodle.org
moodle-enrol_openlml
enrolment plugin for moodle from 2.x to autoenrol in conjunction with the open linux Musterlösung
0.2 (Build: 2012100102) (2012100102)
0.2 (Build: 2012100102)
Plugin type: Enrolment
Frankenstyle component name: enrol_openlml
Version build number: 2012100102
Version release name: 0.2 (Build: 2012100102)
Maturity: Beta
Supported Moodle versions: 2.0, 2.1, 2.2, 2.3
Repository URL (Git): https://github.com/fschuett/moodle-enrol_openlml.git
Repository branch:
Repository tag:
Issue/bug tracker URL: http://tracker.moodle.org
plugin enrol_openlml
This module superseedes the module enrol_lml(Moodle 1.x).
It is supposed to work with the
Linux Musterlösung(paedML) Ba-Wü Germany
and with the
Open Linux Musterlösung(openLML) http://www.linuxmuster.net
servers.
It is crafted for their LDAP structure.
It needs the auth_ldap module working to get the users authenticated
through LDAP and enrols those users to courses depending on the
field $course->idnumber.
Dependencies
This module needs the Auth-Plugin auth_ldap and the enrolment plugin
enrol_cohort to be active to work properly.
Hildesheim, Germany
Frank Schütte,2012(fschuett@gymnasium-himmelsthuer.de)
0.2 (Build: 2012100101) (2012100101)
0.2 (Build: 2012100101)
Plugin type: Enrolment
Frankenstyle component name: enrol_openlml
Version build number: 2012100101
Version release name: 0.2 (Build: 2012100101)
Maturity: Beta
Supported Moodle versions: 2.0, 2.1, 2.2, 2.3
Repository URL (Git):
Repository branch:
Repository tag:
Issue/bug tracker URL: http://tracker.moodle.org
plugin enrol_openlml
This module superseedes the module enrol_lml(Moodle 1.x).
It is supposed to work with the
Linux Musterlösung(paedML) Ba-Wü Germany
and with the
Open Linux Musterlösung(openLML) http://www.linuxmuster.net
servers.
It is crafted for their LDAP structure.
It needs the auth_ldap module working to get the users authenticated
through LDAP and enrols those users to courses depending on the
field $course->idnumber.
Dependencies
This module needs the Auth-Plugin auth_ldap and the enrolment plugin
enrol_cohort to be active to work properly.
Hildesheim, Germany
Frank Schütte,2012(fschuett@gymnasium-himmelsthuer.de)
0.2 (Build: 2012100100) (2012100100)
0.2 (Build: 2012100100)
Plugin type: Enrolment
Frankenstyle component name: enrol_openlml
Version build number: 2012100100
Version release name: 0.2 (Build: 2012100100)
Maturity: Beta
Supported Moodle versions: 2.0, 2.1, 2.2, 2.3
Repository URL (Git):
Repository branch:
Repository tag:
Issue/bug tracker URL: http://tracker.moodle.org
plugin enrol_openlml
This module superseedes the module enrol_lml(Moodle 1.x).
It is supposed to work with the
Linux Musterlösung(paedML) Ba-Wü Germany
and with the
Open Linux Musterlösung(openLML) http://www.linuxmuster.net
servers.
It is crafted for their LDAP structure.
It needs the auth_ldap module working to get the users authenticated
through LDAP and enrols those users to courses depending on the
field $course->idnumber.
Dependencies
This module needs the Auth-Plugin auth_ldap and the enrolment plugin
enrol_cohort to be active to work properly.
Hildesheim, Germany
Frank Schütte,2012(fschuett@gymnasium-himmelsthuer.de)
2.x (Build: 2011051000) (2012092600)
2.x (Build: 2011051000)
Plugin type: Enrolment
Frankenstyle component name: enrol_openlml
Version build number: 2012092600
Version release name: 2.x (Build: 2011051000)
Maturity: Beta
Supported Moodle versions: 2.0, 2.1, 2.2, 2.3
Repository URL (Git):
Repository branch:
Repository tag:
Issue/bug tracker URL: http://tracker.moodle.org
plugin enrol_openlml
This module superseedes the module enrol_lml(Moodle 1.x).
It is supposed to work with the
Linux Musterlösung(paedML) Ba-Wü Germany
and with the
Open Linux Musterlösung(openLML) http://www.linuxmuster.net
servers.
It is crafted for their LDAP structure.
It needs the auth_ldap module working to get the users authenticated
through LDAP and enrols those users to courses depending on the
field $course->idnumber.
Hildesheim, Germany
Frank Schütte,2012(fschuett@gymnasium-himmelsthuer.de)