Hi everyone, I'm working with Jetspeed 2.0 and I configured authentication against LDAP Server (IBM Secure Way).
I've created two organizationUnit objects in LDAP, one for users and one for groups. I've created a user named 'test' with this ldif file: version: 1 dn: uid=test,ou=users,dc=localdomain objectClass: jetspeed-2-user cn: test givenName: test j2-group: ganadero j2-role: ganadero sn: test uid: test userPassword: secret I can authenticate against LDAP but the user logged in has no "ganadero" role and he cannot access to "ganadero" restricted psml ... What I'm doing wrong? ... I can't find no documentation about it at this guide: http://portals.apache.org/jetspeed-2/multiproject/jetspeed-security/ldap.html Thanks in advance Edu
