Uploaded image for project: 'Hippo CMS'
  1. Hippo CMS
  2. CMS-14497

In admin panels, external groups are not showing for external users (and vice versa)

    XMLWordPrintable

Details

    • Bug
    • Status: Open
    • Normal
    • Resolution: Unresolved
    • 14.0.0, 14.4.0
    • None
    • cms
    • Flagged
    • Orion
    • BrXM Backlog

    Description

      In a change in 14.0.0 (CMS-12065) the query for local groups in the User object was changed and (rightfully I guess) no longer returns external groups.

      But it means that external groups are not showing in the users list, nor in the user details. Similarly, the external users do not show in the external group details. (Plus, the actions show only bullets).

      See , ,

      Simple set up with LDAP addon:

      /hippo:configuration/hippo:users/foobar:
        jcr:primaryType: hipposys:externaluser
        hippoldap:dn: uid=foobar,ou=people,dc=example,dc=com
        hipposys:active: true
        hipposys:lastsync: 2021-02-24T15:59:21.374+01:00
        hipposys:securityprovider: ldaps
        lastname: Bar
        ldapuid: foobar
      
      /hippo:configuration/hippo:groups/ldapadmins:
        jcr:primaryType: hipposys:externalgroup
        hippoldap:dn: cn=ldapadmins,ou=groups,dc=example,dc=com
        hipposys:members: ['uid=foobar,ou=people,dc=example,dc=com']
        hipposys:securityprovider: ldaps
        hipposys:userroles: [xm.default-user.cms-admin]
      

      Attachments

        Issue Links

          Activity

            People

              Unassigned Unassigned
              jhoffman Jeroen Hoffman
              Votes:
              0 Vote for this issue
              Watchers:
              1 Start watching this issue

              Dates

                Created:
                Updated: