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/30 04:24:08 UTC

[GitHub] incubator-trafodion pull request #1282: Trafodion-2705 user has "SHOW" privi...

GitHub user robertamarton opened a pull request:

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

    Trafodion-2705 user has "SHOW" privilege can't do 'showddl user'

    Showddl code now checks to see if current user matches the user name specified
    in the showddl command.  It also verifies that the user has SHOW component
    privilege.
    
    Simplified privs1/TEST141 as part of goal to make privilege tests run faster.

You can merge this pull request into a Git repository by running:

    $ git pull https://github.com/robertamarton/incubator-trafodion traf-2705

Alternatively you can review and apply these changes as the patch at:

    https://github.com/apache/incubator-trafodion/pull/1282.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 #1282
    
----
commit 8f8b0e83aa5bbe50e34da04e9872150d82233782
Author: Roberta Marton <rm...@edev07.esgyn.local>
Date:   2017-10-30T04:21:21Z

    Trafodion-2705 user has "SHOW" privilege can't do 'showddl user'
    
    Showddl code now checks to see if current user matches the user name specified
    in the showddl command.  It also verifies that the user has SHOW component
    privilege.
    
    Simplified privs1/TEST141 as part of goal to make privilege tests run faster.

----


---

[GitHub] incubator-trafodion pull request #1282: Trafodion-2705 user has "SHOW" privi...

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

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


---