How to Add Filter to LibOVD Adapter
(Doc ID 2181186.1)
Last updated on AUGUST 30, 2023
Applies to:
Oracle Virtual Directory - Version 11.1.1.6.0 and laterOracle WebCenter Content - Version 11.1.1.2.0 and later
Information in this document applies to any platform.
Goal
Authentication providers created in Weblogic to be used by SOA/IPM filter specific users from backend LDAP (AD in this case)
For example, filter the names whose givenname starts with 'zzz'
Through WLS, filter works as expected when using (&(cn=%u)(objectclass=person)(!(givenname=zzz*)))
However, virtualize=true is NOT set and the application is using IGF_API which used libOVD through Enterprise Manager .
How to create same filter for libOVD?
Solution
To view full details, sign in with your My Oracle Support account. |
|
Don't have a My Oracle Support account? Click to get started! |
In this Document
Goal |
Solution |
References |