| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
| if (StringUtils.isNotEmpty(groupDN) && !sourceGroups.containsKey(groupDN) | ||
| && StringUtils.equalsIgnoreCase(groupOtherAttrs.get(UgsyncCommonConstants.SYNC_SOURCE), currentSyncSource) && | ||
| StringUtils.equalsIgnoreCase(groupOtherAttrs.get(UgsyncCommonConstants.LDAP_URL), ldapUrl)) { | ||
| if (ISHIDDEN.equals(groupInfo.getIsVisible())) { |
There was a problem hiding this comment.
This is bug introduced by typo. Fix it also in this PR.
Sorry, something went wrong.
|
+1 . Is there any plan to review and merge this? @mneethiraj We hit this bug in production (Ranger 2.7.0 + LDAP sync, deletes.enabled=true). |
Sorry, something went wrong.
| Back | FazBrowse Home | New Git URL |
What changes were proposed in this pull request?
If the FQDN of users and groups, usersync doesn't update it properly and if ranger.usersync.deletes.enabled is true, those users and groups becomes hidden. It should be handled properly.
How was this patch tested?
Manual test on private internal Hadoop cluster.