]> git.mjollnir.org Git - moodle.git/commit
mnet: changes to core moode libs
authormartinlanghoff <martinlanghoff>
Thu, 4 Jan 2007 02:52:44 +0000 (02:52 +0000)
committermartinlanghoff <martinlanghoff>
Thu, 4 Jan 2007 02:52:44 +0000 (02:52 +0000)
commit03d820c788567c8559fca9fea2b5d2e45d43ee1d
tree4dfa0e1d317e1d48df9e1298f4ef877cef6a06f6
parent2ea75482453edd69cf94d024b78deaf9856c395c
mnet: changes to core moode libs

 - get_user_listing() is now aware of remote users
 - require_login() is now aware of remote users
 - new auth plugins infrastructure in place
 - is_internal_auth() is now a deprecated legacy call
 - create_user_record()/update_user_record()/authenticate_user_login() handle multi-auth
 - is_mnet_remote_user() checks for remoteness
 - clean_param() handles PARAM_PEM and PARAM_BASE64

Also
 - user_login_string() knows to offer a link to remote users to login @ their host
 - XMLTDBTable field creation returns the field obj so that
   the caller has a chance to set additional properties such as comment
lib/datalib.php
lib/moodlelib.php
lib/weblib.php
lib/xmldb/classes/XMLDBTable.class.php