cancel
Showing results for 
Search instead for 
Did you mean: 

How do I map declared security role to an actual operational one?

Former Member
0 Kudos

Hello,

Suppose I have created few security roles at the ejb-jar.xml file of my J2EE application using:

<security-role>

<role-name> managers <role-name>

</security-role>

Our portal is connected to our LDAP server so the WAS contains all the groups it has over there.

My question is: How do I actualy map the security role I declared at the deployment descriptor (manager) to an actual group in our organization?

Accepted Solutions (0)

Answers (1)

Answers (1)

former_member182372
Active Contributor
0 Kudos

Hi Roy,

Are you familiar with thishttp://help.sap.com/saphelp_nw04/helpdata/en/1a/733e401b21e801e10000000a155106/frameset.htm ?

Best regards, Maksim Rashchynski.

Former Member
0 Kudos

No I am not, looks exactly what I am looking for though.

I will read it and let you know if I'll have questions. Thanks!