Sorry for the delay.

LDAP has the following data:


  | # user
  | dn: uid=eliane,ou=People,dc=claudius,dc=com
  | cn: Eliane Almada Miranda
  | givenName: Eliane
  | objectClass: top
  | objectClass: person
  | objectClass: organizationalPerson
  | objectClass: inetorgperson
  | sn: Miranda
  | title: Java Guru
  | uid: eliane
  | userPassword:: ZWxpYW5l
  | 
  | # group
  | dn: cn=admin,ou=Groups,dc=claudius,dc=com
  | description: Usuarios admin (INTRANET)
  | objectClass: top
  | objectClass: groupofuniquenames
  | uniqueMember: uid=eliane,ou=People, dc=claudius,dc=com
  | uniqueMember: uid=rafael,ou=People, dc=claudius,dc=com
  | cn: admin
  | 
  | # group
  | dn: cn=java,ou=Groups,dc=claudius,dc=com
  | description: Usuarios admin (INTRANET)
  | objectClass: top
  | objectClass: groupofuniquenames
  | uniqueMember: uid=eliane,ou=People, dc=claudius,dc=com
  | uniqueMember: uid=rafael,ou=People, dc=claudius,dc=com
  | cn: java
  | 

There are the groups: admin and java

The web layer has the Role: JBossAdmin

I want to map the JBossAdmin role to the admin, java groups. It's not 
reasonable to put into the LDAP tree the JBossAdmin group, because the 
JBossAdmin is just a role for the web, not the LDAP organization.

View the original post : 
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3855456#3855456

Reply to the post : 
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3855456


-------------------------------------------------------
This SF.Net email is sponsored by: InterSystems CACHE
FREE OODBMS DOWNLOAD - A multidimensional database that combines
robust object and relational technologies, making it a perfect match
for Java, C++,COM, XML, ODBC and JDBC. www.intersystems.com/match8
_______________________________________________
JBoss-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-user

Reply via email to