You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ranger.apache.org by sp...@apache.org on 2018/04/19 20:59:23 UTC

[2/3] ranger git commit: RANGER-2069: changed the default value for min group ID to 0 inorder to keep the behavior same as older releases.

RANGER-2069: changed the default value for min group ID to 0 inorder to keep the behavior same as older releases.


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

Branch: refs/heads/master
Commit: cd00c1020af18691c27a156e5180e09b45b6c831
Parents: 6101a41
Author: Sailaja Polavarapu <sp...@hortonworks.com>
Authored: Wed Apr 18 13:59:12 2018 -0700
Committer: Sailaja Polavarapu <sp...@hortonworks.com>
Committed: Wed Apr 18 13:59:12 2018 -0700

----------------------------------------------------------------------
 unixauthservice/conf.dist/ranger-ugsync-default.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/ranger/blob/cd00c102/unixauthservice/conf.dist/ranger-ugsync-default.xml
----------------------------------------------------------------------
diff --git a/unixauthservice/conf.dist/ranger-ugsync-default.xml b/unixauthservice/conf.dist/ranger-ugsync-default.xml
index cf4ab80..5850ea6 100644
--- a/unixauthservice/conf.dist/ranger-ugsync-default.xml
+++ b/unixauthservice/conf.dist/ranger-ugsync-default.xml
@@ -47,7 +47,7 @@
 	</property>
 	<property>
 		<name>ranger.usersync.unix.minGroupId</name>
-		<value>500</value>
+		<value>0</value>
 	</property>
 	<property>
 		<name>ranger.usersync.ldap.username.caseconversion</name>