You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ranger.apache.org by sn...@apache.org on 2014/09/30 05:40:02 UTC

[2/2] git commit: ARGUS-87: Modified to fix maven install to get native C executable for Unix authentication

ARGUS-87: Modified to fix maven install to get native C executable for Unix authentication


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

Branch: refs/heads/master
Commit: cc6c4394e817f187a95faeb18afefcb09bbe4299
Parents: da0c05a
Author: sneethiraj <sn...@apache.org>
Authored: Mon Sep 29 20:35:28 2014 -0700
Committer: sneethiraj <sn...@apache.org>
Committed: Mon Sep 29 20:35:28 2014 -0700

----------------------------------------------------------------------
 pom.xml                                         | 2 +-
 unixauthservice/conf/unixauthservice.properties | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-argus/blob/cc6c4394/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index 289152c..97c0801 100644
--- a/pom.xml
+++ b/pom.xml
@@ -111,7 +111,7 @@
           <id>linux</id>
           <activation>
               <os>
-                  <family>unix</family>
+                  <family>linux</family>
               </os>
           </activation>
          <modules>

http://git-wip-us.apache.org/repos/asf/incubator-argus/blob/cc6c4394/unixauthservice/conf/unixauthservice.properties
----------------------------------------------------------------------
diff --git a/unixauthservice/conf/unixauthservice.properties b/unixauthservice/conf/unixauthservice.properties
index f0c9406..1b0cf93 100644
--- a/unixauthservice/conf/unixauthservice.properties
+++ b/unixauthservice/conf/unixauthservice.properties
@@ -11,7 +11,7 @@ keyStore 			= 	./cert/authserver.jks
 keyStorePassword	=	aNtHSrV086
 trustStore			=	./cert/mytruststore.jks
 trustStorePassword  =   changeit
-passwordValidatorPath = ./native/credValidator
+passwordValidatorPath = ./native/credValidator.uexe
 
 #
 # Admin Groups