You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ranger.apache.org by ve...@apache.org on 2015/04/14 18:12:19 UTC

incubator-ranger git commit: RANGER-395: Fix incorrect permission for jks file

Repository: incubator-ranger
Updated Branches:
  refs/heads/master e34eaf11e -> 89661939f


RANGER-395: Fix incorrect permission for jks file


Project: http://git-wip-us.apache.org/repos/asf/incubator-ranger/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-ranger/commit/89661939
Tree: http://git-wip-us.apache.org/repos/asf/incubator-ranger/tree/89661939
Diff: http://git-wip-us.apache.org/repos/asf/incubator-ranger/diff/89661939

Branch: refs/heads/master
Commit: 89661939fbbec5583688f9a7361fa5bc729c4e7a
Parents: e34eaf1
Author: Velmurugan Periasamy <ve...@apache.org>
Authored: Tue Apr 14 12:12:02 2015 -0400
Committer: Velmurugan Periasamy <ve...@apache.org>
Committed: Tue Apr 14 12:12:02 2015 -0400

----------------------------------------------------------------------
 unixauthservice/scripts/setup.sh | 1 +
 1 file changed, 1 insertion(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-ranger/blob/89661939/unixauthservice/scripts/setup.sh
----------------------------------------------------------------------
diff --git a/unixauthservice/scripts/setup.sh b/unixauthservice/scripts/setup.sh
index 35bdd75..858318c 100755
--- a/unixauthservice/scripts/setup.sh
+++ b/unixauthservice/scripts/setup.sh
@@ -271,6 +271,7 @@ then
                              -dname "cn=unixauthservice,ou=authenticator,o=mycompany,c=US" 
 
 	chmod o-rwx conf/cert/unixauthservice.jks
+	chgrp ${unix_group} conf/cert/unixauthservice.jks
 
 fi