OUD 12c - How to Build OVD's Client View in the OUD Proxy with Results Being Returned via ldapsearch
(Doc ID 2558691.1)
Last updated on MARCH 16, 2021
Applies to:
Oracle Unified Directory - Version 12.2.1.3.180829 and laterInformation in this document applies to any platform.
Goal
What are the steps to configure OUD Proxy to act like OVD's client browser?
1. set the base dn entry @local DB
2. create Workflow Element with local DB
3. create workflow
4. attach to Network group
5. ldapmodify command to add the attributes to the base dn
./ldapmodify --hostname <oud_proxy_host> --port <oud_proxy_port> --defaultAdd --bindDN "<oud_proxy_admin>" --bindPassword xxxxxxx
dn: ou=example
objectclass: top
objectclass: organizationalunit
ou: example
CTRL D
Processing ADD request for ou=example
ADD operation successful for DN ou=example
With the above steps, 3 branches can be added in a subtree view.
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 |