Deleting Listeners Edit the Administrative Listener settings as desired and click Submit. Each

11-12 Oracle Fusion Middleware Administrators Guide for Oracle Virtual Directory cdoracle.as.ovd:type=component.Listenersconfig.sslconfig,name=LDAP SSL Endpoint,instance=asinst_1,component=ovd1 5. Using the WLST set command, update the appropriate setting. The following example updates the Threads setting: setThreads, 20 6. Save the changes and then refresh the MBean. For example: cd.... cdoracle.as.management.mbeans.register cdoracle.as.management.mbeans.register:type=component,name=ovd1,instance=asin st1 invokesave,jarray.array[],java.lang.Object,jarray.array[],java.lang.Strin g invokeload,jarray.array[],java.lang.Object,jarray.array[],java.lang.Strin g 7. Stop Oracle Virtual Directory if it is running. After it stops, start Oracle Virtual Directory.

11.5.1.1 Configuring Admin Listener Settings Using WLST

The following is a list and description of the Admin Listener settings you can configure using WLST: Notes: ■ Do not use a a loopback IP address, including 127.0.0.1, :0:0:1, localhost, and so on, for the Host setting. ■ If you edit the Host, Port, or SSL setting for the Admin Listener, you must update the Oracle Virtual Directory component registration by referring to Updating the Component Registration of an Oracle Instance Using OPMNCTL on page 10-4. If you do not update the Oracle Virtual Directory component registration after editing any of these settings for the Admin Listener, you cannot communicate with Oracle Virtual Directory using WLST. See Also: The following sections to learn more about the Listener settings you can configure using WLST: ■ Configuring Admin Listener Settings Using WLST ■ Configuring LDAP Listener Settings Using WLST ■ Configuring HTTP Listener Settings Using WLST Note: You must explicitly stop and start Oracle Virtual Directory—not Restart—to load the Listener configuration to the Oracle Virtual Directory server. See Also: Understanding the Default Oracle Virtual Directory Listeners for more information about the Admin Listener. Creating and Managing Oracle Virtual Directory Listeners 11-13 Active Determines whether the Listener is enabled or disabled. Supported values are true and false. If you disable the Admin Listener, you cannot communicate with Oracle Virtual Directory using Oracle Directory Services Manager and Oracle Enterprise Manager Fusion Middleware Control user interfaces. AuthenticationType Determines the authentication mode for the Listener. Supported values are None, Server, and Mutual. ■ None configures the Listener for SSL No-Authentication Mode ■ Server configures the Listener for SSL Server Authentication Mode ■ Mutual configures the Listener for SSL Mutual Authentication BindAddress The InetAddress representation of value for the Host setting. If you edit the BindAddress setting, the Host setting also changes. Conversely, if you edit the Host setting, the BindAddress setting also changes. Ciphers Configures cipher suite negotiation, which is part of the SSL handshaking used to initiate or verify secure communications. A cipher suite is a combination of cryptographic parameters that define the security algorithms and key sizes used for authentication, key agreement, encryption, and integrity protection. The default value is null. The following is a list of the supported values for the Ciphers setting: ■ SSL_RSA_WITH_RC4_128_MD5 ■ SSL_RSA_WITH_RC4_128_SHA ■ SSL_RSA_WITH_3DES_EDE_CBC_SHA ■ SSL_RSA_WITH_DES_CBC_SHA ■ SSL_DH_anon_WITH_RC4_128_MD5 ■ SSL_DH_anon_WITH_DES_CBC_SHA ■ SSL_DH_anon_WITH_3DES_EDE_CBC_SHA ■ TLS_RSA_WITH_AES_128_CBC_SHA ■ TLS_RSA_WITH_AES_256_CBC_SHA GroupURL An LDAP URL that defines a group of users with privileges to use the Admin Listener. These users have near root privileges when accessing the Oracle Virtual Directory server through the Oracle Enterprise Manager Fusion Middleware Control and Oracle Directory Services Manager interfaces. Host The name or IP address of the host where the Oracle Virtual Directory server is running. The default value is 0.0.0.0, which sets the Admin Listener to listen on all IP Addresses configured for the host. Note: Do not use a a loopback IP address, including 127.0.0.1, :0:0:1, localhost, and so on, for the Host setting.