Repository: incubator-ranger
Updated Branches:
  refs/heads/master 53fb16a60 -> 774ecf658


RANGER-1150: Optimize comments in install.properties (Haihui Xu via gautam)


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

Branch: refs/heads/master
Commit: 774ecf6588ae92cb1c6edde9d1eaf392d2892811
Parents: 53fb16a
Author: Gautam Borad <gau...@apache.org>
Authored: Mon Oct 10 17:43:18 2016 +0530
Committer: Gautam Borad <gau...@apache.org>
Committed: Mon Oct 10 17:43:18 2016 +0530

----------------------------------------------------------------------
 unixauthservice/scripts/install.properties | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-ranger/blob/774ecf65/unixauthservice/scripts/install.properties
----------------------------------------------------------------------
diff --git a/unixauthservice/scripts/install.properties 
b/unixauthservice/scripts/install.properties
index 6ab8753..76d3b2e 100644
--- a/unixauthservice/scripts/install.properties
+++ b/unixauthservice/scripts/install.properties
@@ -61,7 +61,7 @@ 
CRED_KEYSTORE_FILENAME=/etc/ranger/usersync/conf/rangerusersync.jceks
 SYNC_LDAP_URL = 
 
 # ldap bind dn used to connect to ldap and query for users and groups
-# a sample value would be cn=admin,ou=users,dc=hadoop,dc=apache,dc-org
+# a sample value would be cn=admin,ou=users,dc=hadoop,dc=apache,dc=org
 # Must specify a value if SYNC_SOURCE is ldap
 SYNC_LDAP_BIND_DN = 
 
@@ -166,7 +166,7 @@ SYNC_GROUP_MEMBER_ATTRIBUTE_NAME=
 # valid values: true, false
 # any value other than true would be treated as false
 # default value: true
-# if the value is false, typical AD would return would not returm more than 
1000 entries
+# if the value is false, typical AD would not return more than 1000 entries
 SYNC_PAGED_RESULTS_ENABLED=
 
 # page size for paged results control

Reply via email to