Let AllowedAttributes, AllowedProtocol and AllowedTags to contain a * to make it easier to run an insecure site if you really don't care. Especially having to explicitly enumerate allowed tags can be a pain.
Added an additional parameter to limit the authorities for which we auto-add users to dotlrn. Since we control which users get created in which authority, this lets us safely auto-add users to dotlrn.
making sure proc apm_load_any_changed_libraries never reloads -init.tcl files. Those should only be source on server startup. Not sure how the -init.tcl files got on the reload list in the first place.
- Log nicer errors when trying to update a user that doesn't exist, or when adding a user that already exists- I again read the IMS spec wrong ... the <n> tag goes *inside* the <name> tag. Grrr..