OID: search a user entry, obtaining attribute 'memberof' (for member of gr
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.