Details
-
Type: Bug
-
Status: Resolved
-
Priority: Major
-
Resolution: Fixed
-
Affects Version/s: 4.3.0
-
Fix Version/s: 4.4.0
-
Component/s: core.users
-
Labels:None
Description
Attempting add/sync group will not add users if the objectlass posixGroup exists in the group LDAP entry. This happens silently so it was very hard to detect.
In HUE-1767, we introduced logic to prevent the addition of "members" if the posixGroup objectClass.
This causes problems if a customer has a "mixed use" group that has both non-posix and posix members.
This problem occurs in ldap_access.py in function _transform_find_group_results.