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/10/07 17:00:55 UTC

incubator-ranger git commit: RANGER-665 : ranger.ldap.ad.referral property is not getting updated in ranger-admin-site.xml

Repository: incubator-ranger
Updated Branches:
  refs/heads/ranger-0.5 e2bb41aa4 -> 18d1abfc4


RANGER-665 : ranger.ldap.ad.referral property is not getting updated in ranger-admin-site.xml

Signed-off-by: Velmurugan Periasamy <ve...@apache.org>


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

Branch: refs/heads/ranger-0.5
Commit: 18d1abfc469a5d7d3f5c653d589d6a0982489b93
Parents: e2bb41a
Author: Gautam Borad <gb...@gmail.com>
Authored: Fri Sep 25 10:09:46 2015 +0530
Committer: Velmurugan Periasamy <ve...@apache.org>
Committed: Wed Oct 7 11:00:23 2015 -0400

----------------------------------------------------------------------
 security-admin/src/bin/ranger_install.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-ranger/blob/18d1abfc/security-admin/src/bin/ranger_install.py
----------------------------------------------------------------------
diff --git a/security-admin/src/bin/ranger_install.py b/security-admin/src/bin/ranger_install.py
index 99c8ab8..294f0da 100644
--- a/security-admin/src/bin/ranger_install.py
+++ b/security-admin/src/bin/ranger_install.py
@@ -974,7 +974,7 @@ def update_properties():
 	newPropertyValue="_"
 	updatePropertyToFilePy(propertyName ,newPropertyValue ,to_file_ranger)
 	
-        propertyName="ranger.ad.referral"
+        propertyName="ranger.ldap.ad.referral"
         newPropertyValue=os.getenv("RANGER_LDAP_AD_REFERRAL")
         updatePropertyToFilePy(propertyName ,newPropertyValue ,to_file_ranger)