myvd_log.txt
I am using MyVD 1.0.6 to integrate our user role database with Oracle Fusion Middleware. Search with uid is working fine.
Filter with assigned counts is (&(&(objectclass=person)(uid=*))(uid=myuser))
However there is no success yet with group query ( query to check if a user belongs to a group).
Query filter : (&(&(cn=*)(objectclass=groupofnames))(cn=MY_GROUP))
User myuser is part of MY_GROUP in our role database. Generated SQL queries for users and group returns records as expected. Anything going terribly wrong with my myvd.conf attached?
myvd.txt