From the General menu, select View Certificate.

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.