0 Replies Latest reply on Oct 26, 2010 6:04 PM by dish13

    Seam LDAP Identity Store with Role members specified in the Role entry

    dish13

      I'm using Apache Directory as LDAP server and in the recent versions they do not allow multiple structural objectClasses for an entry (see http://www.mail-archive.com/dev@directory.apache.org/msg13037.html - http://tools.ietf.org/html/rfc4512, so I have this:




      dn: cn=administrators,ou=roles,ou=system
      objectClass: groupOfNames
      objectClass: top
      cn: administrators
      member: uid=admin,ou=users,ou=system
      member: uid=anieves,ou=users,ou=system






      How can I configure the Ldapidentitystore for this model?