Enabling SSL Between Identity Virtualization Library libOVD and iPlanet

10-8 Oracle Fusion Middleware Administrators Guide for Oracle Identity Manager 1. Remove the dbldapMetadataEventHandlers.xml file from MDS by using MDS utilities. To delete the XML file, modify the following values in the weblogic.properties file and run the weblogicDeleteMetadata.sh or weblogicDeleteMetadata.bat script: ■ wls_servername=OIM_SERVER_NAME, for example oim_server1 ■ application_name=oim If you are importing or exporting any predefined event handlers, then value is oim. For the rest of the default metadata, value is OIMMetadata. If you are importing or exporting any custom data, then always use application. ■ metadata_files=metadatausercustomEventHandlers.xml 2. Login to Oracle Identity Manager Administrative and User Console with administrator credentials. 3. Disable all scheduled jobs mentioned in Provisioning Users and Roles Created Before Enabling LDAP Synchronization to LDAP on page 10-7.

10.5 Managing Identity Virtualization Library libOVD Adapters

In an Oracle Identity Manager deployment with LDAP synchronization enabled and AD, iPlanet ODSEE, or OID as a the directory server, you can manage the Identity Virtualization Library libOVD adapters by using the WLST command. To manage the Identity Virtualization Library libOVD: 1. Start the WLST console. To do so, run oracle_commoncommonbinwlst.sh. 2. In the WLST console, run the following command: connect When prompted, provide the WLST username, password, and t3 URL. 3. Run the following command to display a list of Identity Virtualization Library libOVD WLST commands: helpOracleLibOVDConfig This lists the commands for creating, deleting, and modifying Identity Virtualization Library libOVD, LDAP, and join adapters. The following commands act on the Identity Virtualization Library libOVD configuration assosicated with a particular OPSS context, which is passed in as a parameter: ■ addJoinRule: Adds a join rule to an existing Join adapter for the Identity Virtualization Library libOVD associated with the given OPSS context ■ addLDAPHost: Adds a new remote host to an existing LDAP adapter Note: The following is an example of adding multiple remote hosts for High Availability HA scenario: addLDAPHostadapterName=ldap1, host=myhost.example.domain.com, port=389, contextName=myContext See Oracle Fusion Middleware High Availability Guide for detailed information about HA. Enabling LDAP Synchronization 10-9 ■ addPlugin: Adds a plug-in to an existing adapter or at the global level ■ addPluginParam: Add new parameter values to the existing adapter level plug-in or global plug-in ■ createJoinAdapter: Creates a new Join adapter for the Identity Virtualization Library libOVD associated with the given OPSS context ■ createLDAPAdapter: Creates a new LDAP adapter for the Identity Virtualization Library libOVD associated with the given OPSS context ■ deleteAdapter: Deletes an existing adapter for the Identity Virtualization Library libOVD associated with the given OPSS context ■ getAdapterDetails: Displays the details of an existing adapter that is configured for the Identity Virtualization Library libOVD associated with the given OPSS context ■ listAdapters: Lists the name and type of all adapters that are configured for this Identity Virtualization Library libOVD associated with the given OPSS Context ■ modifyLDAPAdapter: Modifies the existing LDAP adapter configuration ■ removeJoinRule: Removes a join rule from a Join adapter configured for this Identity Virtualization Library libOVD associated with the given OPSS Context ■ removeLDAPHost: Removes a remote host from an existing LDAP adapter configuration ■ removePlugin: Removes a plug-in from an existing adapter or at global level ■ removePluginParam: Removes an existing parameter from a configured adapter level plug-in or global plug-in 4. Run help on the individual commands to get usage, such as: helpaddPluginParam The following are examples for updating the AD User Management adapter for the oimLanguages attribute for Multi Language Support MLS: ■ addPluginParam: You can use this command to add oimLanguage param to UserManagement plug-in in AD user adapter, as shown: add PluginParamadapterName=ldap1, pluginName=UserManagement, paramKeys=oimLanguages, paramValues=fr,zh-CN, contextName=oim ■ removePluginParam: You can use this command to remove oimLanguage param from UserManagement plug-in in AD user adapter, as shown: removePluginParamadapterName=ldap1, pluginName=UserManagement, paramKey=oimLanguages, contextName=oim ■ removePluginParam: See Also: Developing Plug-ins in the Oracle Fusion Middleware Developers Guide for Oracle Identity Manager for information about developing plug-ins in Oracle Identity Manager