[
https://issues.apache.org/jira/browse/RANGER-578?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17818522#comment-17818522
]
Loïc C. Chanel commented on RANGER-578:
---------------------------------------
The anonymous bind is no longer supported in Ranger 2.4.0 version, however you
can still make it work by adding the following line just before line 241 of
setup.py file :
{code:java}
if userType != 'ranger.usersync.ldap.ldapbindpassword': {code}
> Authorize anonymous binds for UserSync
> --------------------------------------
>
> Key: RANGER-578
> URL: https://issues.apache.org/jira/browse/RANGER-578
> Project: Ranger
> Issue Type: Improvement
> Components: usersync
> Affects Versions: 0.4.0
> Reporter: Loïc C. Chanel
> Priority: Major
> Original Estimate: 1h
> Remaining Estimate: 1h
>
> Ranger UserSync allows to make anonymous binds to a LDAP to pull users, but
> that require to manually add "ldapGroupSync.ldapAuthenticationMechanism=none"
> to the file /etc/ranger/usersync/conf/unixauthservice.properties.
> Would be great to be able to set this property directly into Ranger UserSync
> Ambari web interface.
--
This message was sent by Atlassian Jira
(v8.20.10#820010)