My Oracle Support Banner

How to Override Default Configuration Parameters in libOVD Adapters Every Time a New LDAP Authentication Provider is Created ? (Doc ID 1636034.1)

Last updated on AUGUST 30, 2023

Applies to:

Oracle Virtual Directory - Version 11.1.1.4.0 and later
Information in this document applies to any platform.

Goal

Every time a new LDAP authentication provider is created in WebLogic Server console, an adapter is added to file $DOMAIN_HOME/config/fmwconfig/ovd/default/adapters.os_xml with default configuration parameters, for example critical with a value of true, timeout 120000, maxPoolSize 10, etc

Example:

<ldap id="OIDAuthenticator" version="0">
<root>dc=company,dc=com</root>
<active>true</active>
<serverType>OID</serverType>
<routing>
<critical>true</critical>

...

 <timeout>120000</timeout>
 <maxPoolSize>10</maxPoolSize>
 <maxPoolWait>1000</maxPoolWait>
 <maxPoolChecks>10</maxPoolChecks>
 <quickFail>false</quickFail>
 <escapeSlashes>true</escapeSlashes>
 <kerberos>false</kerberos>
 <useDNS>No</useDNS>
 <socketOptions>
 <reuseAddress>false</reuseAddress>
 <keepAlive>false</keepAlive>
 <tcpNoDelay>true</tcpNoDelay>
 <readTimeout>180000</readTimeout>
 </socketOptions>
</ldap>

Is it possible to change this behavior when a LDAP authentication provider is created in WLS console so that the adapter can be added with different default configuration parameters, for example critical set to false, timeout 125000, etc ?

 

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


My Oracle Support provides customers with access to over a million knowledge articles and a vibrant support community of peers and Oracle experts.