I want to define access to controls and pages in my application based on
abstract roles ( not ldap groups )
Our ldap groups are named like:
O.IT.DEV
O.MY.GROUP
O.USERS.FOO
O.USERS.BAR
etc.
Type: Posts; User: jamesdeanturner; Keyword(s):
I want to define access to controls and pages in my application based on
abstract roles ( not ldap groups )
Our ldap groups are named like:
O.IT.DEV
O.MY.GROUP
O.USERS.FOO
O.USERS.BAR
etc.
I've got Acegi 1.0.3 setup for a web application I'm deploying to Tomcat 5.5.20. I've been accustomed to using WebSphere 5.0.
I basically need to define abstract roles and then bind to one or...