Author: thomas.heute(a)jboss.com
Date: 2010-04-28 10:05:50 -0400 (Wed, 28 Apr 2010)
New Revision: 2873
Modified:
portal/branches/EPP_5_0_Branch/web/portal/src/main/webapp/WEB-INF/conf/organization/picketlink-idm/examples/picketlink-idm-ldap-acme-config.xml
portal/branches/EPP_5_0_Branch/web/portal/src/main/webapp/WEB-INF/conf/organization/picketlink-idm/examples/picketlink-idm-ldap-config.xml
portal/branches/EPP_5_0_Branch/web/portal/src/main/webapp/WEB-INF/conf/organization/picketlink-idm/examples/picketlink-idm-msad-config.xml
portal/branches/EPP_5_0_Branch/web/portal/src/main/webapp/WEB-INF/conf/organization/picketlink-idm/examples/picketlink-idm-msad-readonly-config.xml
portal/branches/EPP_5_0_Branch/web/portal/src/main/webapp/WEB-INF/conf/organization/picketlink-idm/examples/picketlink-idm-openldap-acme-config.xml
portal/branches/EPP_5_0_Branch/web/portal/src/main/webapp/WEB-INF/conf/organization/picketlink-idm/examples/picketlink-idm-openldap-config.xml
Log:
JBEPP-327: Sample LDAP configs should have JNDI connection pooling enabled
Modified:
portal/branches/EPP_5_0_Branch/web/portal/src/main/webapp/WEB-INF/conf/organization/picketlink-idm/examples/picketlink-idm-ldap-acme-config.xml
===================================================================
---
portal/branches/EPP_5_0_Branch/web/portal/src/main/webapp/WEB-INF/conf/organization/picketlink-idm/examples/picketlink-idm-ldap-acme-config.xml 2010-04-28
13:52:19 UTC (rev 2872)
+++
portal/branches/EPP_5_0_Branch/web/portal/src/main/webapp/WEB-INF/conf/organization/picketlink-idm/examples/picketlink-idm-ldap-acme-config.xml 2010-04-28
14:05:50 UTC (rev 2873)
@@ -365,6 +365,16 @@
<name>createMissingContexts</name>
<value>true</value>
</option>
+ <option>
+ <name>customJNDIConnectionParameters</name>
+ <value>com.sun.jndi.ldap.connect.pool=true</value>
+ </option>
+ <option>
+ <name>customSystemProperties</name>
+ <value>com.sun.jndi.ldap.connect.pool.maxsize=300000</value>
+ <value>com.sun.jndi.ldap.connect.pool.protocol=plain ssl</value>
+ <value>com.sun.jndi.ldap.connect.pool.debug=fine</value>
+ </option>
</options>
</identity-store>
</identity-stores>
Modified:
portal/branches/EPP_5_0_Branch/web/portal/src/main/webapp/WEB-INF/conf/organization/picketlink-idm/examples/picketlink-idm-ldap-config.xml
===================================================================
---
portal/branches/EPP_5_0_Branch/web/portal/src/main/webapp/WEB-INF/conf/organization/picketlink-idm/examples/picketlink-idm-ldap-config.xml 2010-04-28
13:52:19 UTC (rev 2872)
+++
portal/branches/EPP_5_0_Branch/web/portal/src/main/webapp/WEB-INF/conf/organization/picketlink-idm/examples/picketlink-idm-ldap-config.xml 2010-04-28
14:05:50 UTC (rev 2873)
@@ -326,6 +326,16 @@
<name>createMissingContexts</name>
<value>true</value>
</option>
+ <option>
+ <name>customJNDIConnectionParameters</name>
+ <value>com.sun.jndi.ldap.connect.pool=true</value>
+ </option>
+ <option>
+ <name>customSystemProperties</name>
+ <value>com.sun.jndi.ldap.connect.pool.maxsize=300000</value>
+ <value>com.sun.jndi.ldap.connect.pool.protocol=plain ssl</value>
+ <value>com.sun.jndi.ldap.connect.pool.debug=fine</value>
+ </option>
</options>
</identity-store>
</identity-stores>
Modified:
portal/branches/EPP_5_0_Branch/web/portal/src/main/webapp/WEB-INF/conf/organization/picketlink-idm/examples/picketlink-idm-msad-config.xml
===================================================================
---
portal/branches/EPP_5_0_Branch/web/portal/src/main/webapp/WEB-INF/conf/organization/picketlink-idm/examples/picketlink-idm-msad-config.xml 2010-04-28
13:52:19 UTC (rev 2872)
+++
portal/branches/EPP_5_0_Branch/web/portal/src/main/webapp/WEB-INF/conf/organization/picketlink-idm/examples/picketlink-idm-msad-config.xml 2010-04-28
14:05:50 UTC (rev 2873)
@@ -374,6 +374,16 @@
<name>createMissingContexts</name>
<value>true</value>
</option>
+ <option>
+ <name>customJNDIConnectionParameters</name>
+ <value>com.sun.jndi.ldap.connect.pool=true</value>
+ </option>
+ <option>
+ <name>customSystemProperties</name>
+ <value>com.sun.jndi.ldap.connect.pool.maxsize=300000</value>
+ <value>com.sun.jndi.ldap.connect.pool.protocol=plain ssl</value>
+ <value>com.sun.jndi.ldap.connect.pool.debug=fine</value>
+ </option>
</options>
</identity-store>
</identity-stores>
Modified:
portal/branches/EPP_5_0_Branch/web/portal/src/main/webapp/WEB-INF/conf/organization/picketlink-idm/examples/picketlink-idm-msad-readonly-config.xml
===================================================================
---
portal/branches/EPP_5_0_Branch/web/portal/src/main/webapp/WEB-INF/conf/organization/picketlink-idm/examples/picketlink-idm-msad-readonly-config.xml 2010-04-28
13:52:19 UTC (rev 2872)
+++
portal/branches/EPP_5_0_Branch/web/portal/src/main/webapp/WEB-INF/conf/organization/picketlink-idm/examples/picketlink-idm-msad-readonly-config.xml 2010-04-28
14:05:50 UTC (rev 2873)
@@ -328,6 +328,16 @@
<name>createMissingContexts</name>
<value>false</value>
</option>
+ <option>
+ <name>customJNDIConnectionParameters</name>
+ <value>com.sun.jndi.ldap.connect.pool=true</value>
+ </option>
+ <option>
+ <name>customSystemProperties</name>
+ <value>com.sun.jndi.ldap.connect.pool.maxsize=300000</value>
+ <value>com.sun.jndi.ldap.connect.pool.protocol=plain ssl</value>
+ <value>com.sun.jndi.ldap.connect.pool.debug=fine</value>
+ </option>
</options>
</identity-store>
</identity-stores>
Modified:
portal/branches/EPP_5_0_Branch/web/portal/src/main/webapp/WEB-INF/conf/organization/picketlink-idm/examples/picketlink-idm-openldap-acme-config.xml
===================================================================
---
portal/branches/EPP_5_0_Branch/web/portal/src/main/webapp/WEB-INF/conf/organization/picketlink-idm/examples/picketlink-idm-openldap-acme-config.xml 2010-04-28
13:52:19 UTC (rev 2872)
+++
portal/branches/EPP_5_0_Branch/web/portal/src/main/webapp/WEB-INF/conf/organization/picketlink-idm/examples/picketlink-idm-openldap-acme-config.xml 2010-04-28
14:05:50 UTC (rev 2873)
@@ -380,6 +380,16 @@
<name>sortExtensionSupported</name>
<value>false</value>
</option>
+ <option>
+ <name>customJNDIConnectionParameters</name>
+ <value>com.sun.jndi.ldap.connect.pool=true</value>
+ </option>
+ <option>
+ <name>customSystemProperties</name>
+ <value>com.sun.jndi.ldap.connect.pool.maxsize=300000</value>
+ <value>com.sun.jndi.ldap.connect.pool.protocol=plain ssl</value>
+ <value>com.sun.jndi.ldap.connect.pool.debug=fine</value>
+ </option>
</options>
</identity-store>
</identity-stores>
Modified:
portal/branches/EPP_5_0_Branch/web/portal/src/main/webapp/WEB-INF/conf/organization/picketlink-idm/examples/picketlink-idm-openldap-config.xml
===================================================================
---
portal/branches/EPP_5_0_Branch/web/portal/src/main/webapp/WEB-INF/conf/organization/picketlink-idm/examples/picketlink-idm-openldap-config.xml 2010-04-28
13:52:19 UTC (rev 2872)
+++
portal/branches/EPP_5_0_Branch/web/portal/src/main/webapp/WEB-INF/conf/organization/picketlink-idm/examples/picketlink-idm-openldap-config.xml 2010-04-28
14:05:50 UTC (rev 2873)
@@ -340,6 +340,16 @@
<name>sortExtensionSupported</name>
<value>false</value>
</option>
+ <option>
+ <name>customJNDIConnectionParameters</name>
+ <value>com.sun.jndi.ldap.connect.pool=true</value>
+ </option>
+ <option>
+ <name>customSystemProperties</name>
+ <value>com.sun.jndi.ldap.connect.pool.maxsize=300000</value>
+ <value>com.sun.jndi.ldap.connect.pool.protocol=plain ssl</value>
+ <value>com.sun.jndi.ldap.connect.pool.debug=fine</value>
+ </option>
</options>
</identity-store>
</identity-stores>
Show replies by date