Skip to content
GitLab
Projects Groups Topics Snippets
  • /
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in
  • fusiondirectory fusiondirectory
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributor statistics
    • Graph
    • Compare revisions
  • Issues 33
    • Issues 33
    • List
    • Boards
    • Service Desk
    • Milestones
  • Packages and registries
    • Packages and registries
    • Package Registry
    • Container Registry
    • Terraform modules
  • Activity
  • Graph
  • Create a new issue
  • Commits
  • Issue Boards
Collapse sidebar
  • fusiondirectoryfusiondirectory
  • fusiondirectoryfusiondirectory
  • Issues
  • #3817
Closed
Open
Issue created Jun 01, 2015 by bmortier@bmortierMaintainer

Viewing a group removes all members that don't have a memberUid in addition to member attribute

If you have a group such as this:

dn: cn=test,ou=Groups,dc=mycompany,dc=com objectClass: top objectClass: posixGroup objectClass: groupOfNames cn: test gidNumber: 1101 member: uid=andrew,ou=People,dc=mycompany,dc=com member: uid=ben,ou=People,dc=mycompany,dc=com description: Test Group memberUid: ben

If you view this in fusiondirectory, you will only see the 'ben' member, and if you click OK even with out making any changes, the 'andrew' user will be removed.

Having a memberUid is not a required attribute of groupOfNames, amd therefor should absolutely not be removed. Either fusiondirectory should properly load the member list, not requiring memberUid at all, or perhaps add memberUid by looking them up from their member attribute. Removing the member from the group silently and invisible to the user could render horrific consequences on an organization that relies on it.

(from redmine: issue id 3817, created on 2015-06-01, closed on 2015-06-03)

  • Relations:
    • copied_to #3440 (closed)
  • Changesets:
    • Revision e4b1e7b4 by Côme Chilliet on 2015-06-01T14:56:46.000Z:
Fixes #3817 Added a warning when groups in ugly mode are about to lose data
  • Custom Fields:
    • Bug in version: 1.0.8.2
  • Uploads:
    • 0001-Fixes-3817-Added-a-warning-when-groups-in-ugly-mode-.patch
Assignee
Assign to
Time tracking