[ https://issues.apache.org/jira/browse/RANGER-3409?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17846939#comment-17846939 ]
Sercan Tekin commented on RANGER-3409: -------------------------------------- [~n.blagodarny], I believe checking the policy editing/creating page will be sufficient in this case. Could you please try adding a user to a policy? I am not sure how your usersync is configured, but I think you will not be able to see system/LDAP users in the drop-down menu. Here is an old UI screenshot for reference. When I encountered this issue, I noticed that no users were available to add: !ranger-modify-policy.png! During debugging, I found that while the functionality was intact, Jackson was unable to detect Java Bean class properties due to a camel case naming issue. > Update Jackson and remove Codehaus version > ------------------------------------------ > > Key: RANGER-3409 > URL: https://issues.apache.org/jira/browse/RANGER-3409 > Project: Ranger > Issue Type: Improvement > Components: Ranger > Affects Versions: 3.0.0 > Reporter: Andrew Charneski > Priority: Blocker > Attachments: ranger-modify-policy.png > > Time Spent: 0.5h > Remaining Estimate: 0h > > An old version of Jackson (Codehaus Jackson 1.9.13) is still being used. > Jackson has since moved namespaces with a reorganized library structure. > Update all references to the older version to use the newer version (which is > currently used in some modules). -- This message was sent by Atlassian Jira (v8.20.10#820010)