Repository: incubator-ranger Updated Branches: refs/heads/master d5c9dade8 -> 95cd9e834
RANGER-665 : ranger.ldap.ad.referral property is not getting updated in ranger-admin-site.xml Signed-off-by: Velmurugan Periasamy <[email protected]> Project: http://git-wip-us.apache.org/repos/asf/incubator-ranger/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-ranger/commit/95cd9e83 Tree: http://git-wip-us.apache.org/repos/asf/incubator-ranger/tree/95cd9e83 Diff: http://git-wip-us.apache.org/repos/asf/incubator-ranger/diff/95cd9e83 Branch: refs/heads/master Commit: 95cd9e834f3d07cd9897ef9ea8293c5d4d5c2fd4 Parents: d5c9dad Author: Gautam Borad <[email protected]> Authored: Fri Sep 25 10:09:46 2015 +0530 Committer: Velmurugan Periasamy <[email protected]> Committed: Sun Sep 27 21:57:26 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/95cd9e83/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)
