Active Directory group membership
Oracle 11.1
Over the years, there have been various threads on the OTN forums and elsewhere about using Oracle-provided facilities like DBMS_LDAP to interact with LDAP-based directory services like Microsoft Active Directory. Most of the examples seem to work only with Oracle's own directory products, not AD.
Is there a way to query Microsoft AD to read group membership given the domain/username? Can you point me to some sample code?
[To clarify, this is NOT about using AD for authentication, just to get AD group membership for a given user]
Thanks