• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Tim Cooke
  • paul wheaton
  • Paul Clapham
  • Ron McLeod
Sheriffs:
  • Jeanne Boyarsky
  • Liutauras Vilda
Saloon Keepers:
  • Tim Holloway
  • Carey Brown
  • Roland Mueller
  • Piet Souris
Bartenders:

Verification of Organizational Role in (eDirectory) JNDI.

 
Greenhorn
Posts: 21
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi All,
In our project, we have multiple Organizational Units under Organization.
For e.g: A is the organization and A1, A2, A3 and A_USERS are Organizational Unit.
Now all users are defined in A_USERS organizational Unit. like USER1 and USER2.
All roles are defined in A1, A2 and A3 organizational Units, say 'MANAGER'. And Users are added into this role.
WHen we access/authenticate/connect with USER1, we get "SecurityEquals" attribute value for this user as follows
securityEquals : cn=Manager,ou=A1,o=Org1
securityEquals : cn=Manager,ou=A2,o=Org1
securityEquals : cn=Manager,ou=A3,o=Org1
PLs. give some code snippets to verify whether USER1 is an Manager for Organizational Unit A1 or not.
Looking forward for an earlier response.
Thanks & regards,
Tarun.
 
Consider Paul's rocket mass heater.
reply
    Bookmark Topic Watch Topic
  • New Topic