GitHub user robertamarton opened a pull request: https://github.com/apache/incubator-trafodion/pull/1274
Miscellaneous authorization changes: - Unregister user does not remove component privileges - Reuse unused entries from the authID ranges - Add "changeuser" command to update user credentials in place instead of requiring a new sqlci session to be started. Changed privs1/TEST132 to use this change and cut about 5 minutes off the test time. You can merge this pull request into a Git repository by running: $ git pull https://github.com/robertamarton/incubator-trafodion fixes Alternatively you can review and apply these changes as the patch at: https://github.com/apache/incubator-trafodion/pull/1274.patch To close this pull request, make a commit to your master/trunk branch with (at least) the following in the commit message: This closes #1274 ---- commit 079ea00a1710c9ca8474db06a44309e21c5a0361 Author: Roberta Marton <rmarton@edev07.esgyn.local> Date: 2017-10-23T16:13:00Z Miscellaneous authorization changes: - Unregister user does not remove component privileges - Reuse unused entries from the authID ranges - Add "changeuser" command to update user credentials in place instead of requiring a new sqlci session to be started. Changed privs1/TEST132 to use this change and cut about 5 minutes off the test time. ---- ---