RANGER-221: minor change after commiting code, correct some comment in 
unixauthservice.properties


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

Branch: refs/heads/stack
Commit: 91405dc5d92b689ef1fe24ebe579282af8695210
Parents: df0fcd4
Author: Dilli Dorai Arumugam <[email protected]>
Authored: Wed Jan 28 14:51:57 2015 -0800
Committer: Dilli Dorai Arumugam <[email protected]>
Committed: Wed Jan 28 14:51:57 2015 -0800

----------------------------------------------------------------------
 unixauthservice/conf.dist/unixauthservice.properties | 9 ++++++---
 1 file changed, 6 insertions(+), 3 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-ranger/blob/91405dc5/unixauthservice/conf.dist/unixauthservice.properties
----------------------------------------------------------------------
diff --git a/unixauthservice/conf.dist/unixauthservice.properties 
b/unixauthservice/conf.dist/unixauthservice.properties
index 19526c3..bedc810 100644
--- a/unixauthservice/conf.dist/unixauthservice.properties
+++ b/unixauthservice/conf.dist/unixauthservice.properties
@@ -143,8 +143,11 @@ ldapGroupSync.searchBase=
 
 # search base for users
 # sample value would be ou=users,dc=hadoop,dc=apache,dc=org
+# overrides value specified in ldapGroupSync.searchBase
+# if a value is not specified, takes the value of ldapGroupSync.searchBase
 # Must specify a value if  value of usergroupSync.source.impl.class is
 # org.apache.ranger.unixusersync.process.LdapUserGroupBuilder
+# and value is not specified for ldapGroupSync.searchBase
 ldapGroupSync.userSearchBase =
 
 # search scope for the users, only base, one and sub are supported values
@@ -197,9 +200,9 @@ ldapGroupSync.groupUserMapSyncEnabled=
 
 # search base for groups
 # sample value would be ou=groups,dc=hadoop,dc=apache,dc=org
-# overrides value specified in SYNC_LDAP_SEARCH_BASE,  
SYNC_LDAP_USER_SEARCH_BASE
-# if a value is not specified, takes the value of  SYNC_LDAP_SEARCH_BASE
-# if  SYNC_LDAP_SEARCH_BASE is also not specified, takes the value of 
SYNC_LDAP_USER_SEARCH_BASE
+# overrides value specified in ldapGroupSync.searchBase, 
ldapGroupSync.userSearchBase
+# if a value is not specified, takes the value of ldapGroupSync.searchBase
+# if  ldapGroupSync.searchBase is also not specified, takes the value of 
ldapGroupSync.userSearchBase
 ldapGroupSync.groupSearchBase=
 
 # search scope for the groups, only base, one and sub are supported values

Reply via email to