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!

OID: search a user entry, obtaining attribute 'memberof' (for member of gr

user12853301Mar 25 2010 — edited Nov 2 2010
HI.
I'm configuring an application to authenticate using OID 11g.

There is a mechanism for search a user entry, so OID return attribute
'memberof', as can be enabled on openldap or MS Active Directory?

For example, to check that Kirsten Vaughan is in the new System Administrators group, type:

$ ldapsearch -b "dc=example,dc=com" uid=kvaughan memberOf

uid=kvaughan,ou=People,dc=example,dc=com
memberOf: cn=System Administrators, ou=Groups, dc=example,dc=com
memberOf: cn=HR Managers,ou=groups,dc=example,dc=com

Thank you,
Lucio.
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Nov 30 2010
Added on Mar 25 2010
6 comments
542 views