]> git.mjollnir.org Git - moodle.git/commit
update enrol/ldap to work with roles.
authormjollnir_ <mjollnir_>
Tue, 26 Sep 2006 01:31:33 +0000 (01:31 +0000)
committermjollnir_ <mjollnir_>
Tue, 26 Sep 2006 01:31:33 +0000 (01:31 +0000)
commit87c75906ed3532d4530b05f2c4d45cd9d38f7201
tree58f835179e74501ec70dd31144dfafd5819f1e7f
parent7ccf89f50a08f66091d7b6ba2b66a4a7aebecce8
update enrol/ldap to work with roles.
Credit: Alastair Pharo <alastair@catalyst.net.nz>

1) Some config settings have changed (ones that related specifically to
teachers and students).  There is a check in place however to migrate
old configurations to new ones.

2) Perviously two syncs happened - one for students, one for teachers.
Now sync gets called the same number of times as there are roles.
Those roles that have config settings associated with them then run
through all the records.  This means syncing takes longer the more
roles you configure (which is expected anyway I suppose).
enrol/ldap/config.html
enrol/ldap/enrol.php
enrol/ldap/enrol_ldap_sync.php