Skip to Main Content

Security Software

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

Interested in getting your voice heard by members of the Developer Marketing team at Oracle? Check out this post for AppDev or this post for AI focus group information.

How to write an LDAP filter to check group membership

Ram-Apr 4 2011 — edited Apr 6 2011
Hello,

I need to write a LDAP filter (rule) to allow access to a certain resource only for members of certain groups.
I tried using:
ldap:///(&(objectClass=inetorgperson)(memberOf=CN=XXXXX,CN=internal,CN=Groups,DC=YYYYYY,DC=COM))
It doesn't seem to work.

When I try using the Access Tester I get Rule: <not found> and Authorized: Inconclusive.

What is the right syntax to use? The object class i'm using for Persons is inetorgperson.

Thank you.
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on May 4 2011
Added on Apr 4 2011
6 comments
1,415 views