BUG-43616-Update USERSEARCHFILTER for Ranger Authentication on Windows
Project: http://git-wip-us.apache.org/repos/asf/incubator-ranger/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-ranger/commit/6d5440ed Tree: http://git-wip-us.apache.org/repos/asf/incubator-ranger/tree/6d5440ed Diff: http://git-wip-us.apache.org/repos/asf/incubator-ranger/diff/6d5440ed Branch: refs/heads/HDP-2.3.2-groupid Commit: 6d5440edd171f9164b01119c9b263787048a69e8 Parents: d966aa8 Author: bhavik <[email protected]> Authored: Wed Sep 9 15:57:22 2015 +0530 Committer: bhavik <[email protected]> Committed: Wed Sep 9 15:57:22 2015 +0530 ---------------------------------------------------------------------- winpkg/src/scripts/install.ps1 | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-ranger/blob/6d5440ed/winpkg/src/scripts/install.ps1 ---------------------------------------------------------------------- diff --git a/winpkg/src/scripts/install.ps1 b/winpkg/src/scripts/install.ps1 index 001f2df..8fd7e1a 100644 --- a/winpkg/src/scripts/install.ps1 +++ b/winpkg/src/scripts/install.ps1 @@ -501,7 +501,8 @@ function Main( $scriptDir ) "ranger.usersync.ldap.username.caseconversion"="${ENV:RANGER_SYNC_LDAP_USERNAME_CASE_CONVERSION}" "ranger.usersync.ssl"="true" "ranger.usersync.port"="$sync_port" - "ranger.usersync.sink.impl.class"="org.apache.ranger.unixusersync.process.PolicyMgrUserGroupBuilder" + "ranger.usersync.sink.impl.class"="org.apache.ranger.unixusersync.process.PolicyMgrUserGroupBuilder" + "ranger.usersync.ldap.referral"="${ENV:RANGER_SYNC_LDAP_REFERRAL}" } $GroupSync = @{ "ranger.usersync.group.nameattribute"="${ENV:RANGER_SYNC_LDAP_USER_GROUP_NAME_ATTRIBUTE}"
