You are viewing a plain text version of this content. The canonical link for it is here.
Posted to codereview@trafodion.apache.org by robertamarton <gi...@git.apache.org> on 2017/10/23 16:16:45 UTC

[GitHub] incubator-trafodion pull request #1274: Miscellaneous authorization changes:

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

----


---

[GitHub] incubator-trafodion pull request #1274: Miscellaneous authorization changes:

Posted by asfgit <gi...@git.apache.org>.
Github user asfgit closed the pull request at:

    https://github.com/apache/incubator-trafodion/pull/1274


---