• last updated 16 hours ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
Do not fail the change password operation if we could not send out the email notification

Accidentally commited a debug log statement

Fixed bug #1090, thanks to Tracy for digging up the root cause

make some Notices either warnings or debug and made them more descriptive by generally including the proc name as well bug #1032

  1. … 74 more files in changeset.
Added local file system auth_retrieve_doc driver

Fixed password email change test case - turned out to be interaction between two test cases and the cache

Fixed batch sync test cases

Record already deleted users as such

- 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..

Allow the IMS sync driver to be manually configured for which user profile elements should be editable by the user

Added parameter to control whether we make users .LRN users, since this has serious performance implications

  1. … 1 more file in changeset.
Moved password emailing to ::reset and ::retrieve, so the password is emailed even if those procs are called directly. Used by /acs-admin/users/password-reset

Changed ad_parameter to parameter::get

Implemented row-wise acknowledgement document

  1. … 1 more file in changeset.
Adds users to .LRN when batch importing

  1. … 1 more file in changeset.
Fixed bad call to snapshot_delete_remaining

Fixed broken test cases

  1. … 1 more file in changeset.
URL in batch job complete email is wrong

Fixed IMS sync bug: we were looking at <name><given> and <name><family>, but they're really <n><given> and <n><family>

Round num_seconds

  1. … 1 more file in changeset.
Don't include the document in the auth::sync::job::get result

removing ns_log LARS: debug printouts. Retaining those in the APM dependency check on debug level

  1. … 3 more files in changeset.
Allow getting only snapshots, in addition to only incremental

Query on Oracle hadn't gotten the extra columns added that the PG query had

Fixed parameters test case to expose problem with unique constraint/primary key on auth_driver_params on Oracle, and to do a better job of testing the parameters framework

    • -67
    • +33
    ./test/acs-authentication-procs.tcl
Fixed bug #924: Second password is ignored during registration.

Fixed bug #910: If https isn't available, requiring secure authentication is identical to just require authentication

Fixed header of file (said workflow)

Implemented on-demand sync

auth_password_change proc: stubbing ns_sendmail and checking that email is sent to user on password change.

    • -3
    • +16
    ./test/acs-authentication-procs.tcl