Author: mposolda
Date: 2012-06-20 07:49:26 -0400 (Wed, 20 Jun 2012)
New Revision: 8732
Modified:
epp/portal/branches/EPP_5_2_Branch/web/portal/src/main/webapp/WEB-INF/conf/organization/picketlink-idm/examples/picketlink-idm-ldap-acme-config.xml
epp/portal/branches/EPP_5_2_Branch/web/portal/src/main/webapp/WEB-INF/conf/organization/picketlink-idm/examples/picketlink-idm-ldap-config.xml
epp/portal/branches/EPP_5_2_Branch/web/portal/src/main/webapp/WEB-INF/conf/organization/picketlink-idm/examples/picketlink-idm-msad-config.xml
epp/portal/branches/EPP_5_2_Branch/web/portal/src/main/webapp/WEB-INF/conf/organization/picketlink-idm/examples/picketlink-idm-msad-readonly-config.xml
epp/portal/branches/EPP_5_2_Branch/web/portal/src/main/webapp/WEB-INF/conf/organization/picketlink-idm/examples/picketlink-idm-openldap-acme-config.xml
epp/portal/branches/EPP_5_2_Branch/web/portal/src/main/webapp/WEB-INF/conf/organization/picketlink-idm/examples/picketlink-idm-openldap-config.xml
Log:
Bug 793425 Option allowNotCaseSensitiveSearch introduced in LDAP config files. Switching
it to true can be used to avoid case-sensitivity errors in LDAP.
Modified:
epp/portal/branches/EPP_5_2_Branch/web/portal/src/main/webapp/WEB-INF/conf/organization/picketlink-idm/examples/picketlink-idm-ldap-acme-config.xml
===================================================================
---
epp/portal/branches/EPP_5_2_Branch/web/portal/src/main/webapp/WEB-INF/conf/organization/picketlink-idm/examples/picketlink-idm-ldap-acme-config.xml 2012-06-19
14:21:47 UTC (rev 8731)
+++
epp/portal/branches/EPP_5_2_Branch/web/portal/src/main/webapp/WEB-INF/conf/organization/picketlink-idm/examples/picketlink-idm-ldap-acme-config.xml 2012-06-20
11:49:26 UTC (rev 8732)
@@ -382,6 +382,10 @@
<name>cache.providerRegistryName</name>
<value>storeCacheProvider</value>
</option>
+ <option>
+ <name>allowNotCaseSensitiveSearch</name>
+ <value>false</value>
+ </option>
</options>
</identity-store>
</identity-stores>
Modified:
epp/portal/branches/EPP_5_2_Branch/web/portal/src/main/webapp/WEB-INF/conf/organization/picketlink-idm/examples/picketlink-idm-ldap-config.xml
===================================================================
---
epp/portal/branches/EPP_5_2_Branch/web/portal/src/main/webapp/WEB-INF/conf/organization/picketlink-idm/examples/picketlink-idm-ldap-config.xml 2012-06-19
14:21:47 UTC (rev 8731)
+++
epp/portal/branches/EPP_5_2_Branch/web/portal/src/main/webapp/WEB-INF/conf/organization/picketlink-idm/examples/picketlink-idm-ldap-config.xml 2012-06-20
11:49:26 UTC (rev 8732)
@@ -343,6 +343,10 @@
<name>cache.providerRegistryName</name>
<value>storeCacheProvider</value>
</option>
+ <option>
+ <name>allowNotCaseSensitiveSearch</name>
+ <value>false</value>
+ </option>
</options>
</identity-store>
</identity-stores>
Modified:
epp/portal/branches/EPP_5_2_Branch/web/portal/src/main/webapp/WEB-INF/conf/organization/picketlink-idm/examples/picketlink-idm-msad-config.xml
===================================================================
---
epp/portal/branches/EPP_5_2_Branch/web/portal/src/main/webapp/WEB-INF/conf/organization/picketlink-idm/examples/picketlink-idm-msad-config.xml 2012-06-19
14:21:47 UTC (rev 8731)
+++
epp/portal/branches/EPP_5_2_Branch/web/portal/src/main/webapp/WEB-INF/conf/organization/picketlink-idm/examples/picketlink-idm-msad-config.xml 2012-06-20
11:49:26 UTC (rev 8732)
@@ -387,6 +387,10 @@
<name>cache.providerRegistryName</name>
<value>storeCacheProvider</value>
</option>
+ <option>
+ <name>allowNotCaseSensitiveSearch</name>
+ <value>false</value>
+ </option>
</options>
</identity-store>
</identity-stores>
Modified:
epp/portal/branches/EPP_5_2_Branch/web/portal/src/main/webapp/WEB-INF/conf/organization/picketlink-idm/examples/picketlink-idm-msad-readonly-config.xml
===================================================================
---
epp/portal/branches/EPP_5_2_Branch/web/portal/src/main/webapp/WEB-INF/conf/organization/picketlink-idm/examples/picketlink-idm-msad-readonly-config.xml 2012-06-19
14:21:47 UTC (rev 8731)
+++
epp/portal/branches/EPP_5_2_Branch/web/portal/src/main/webapp/WEB-INF/conf/organization/picketlink-idm/examples/picketlink-idm-msad-readonly-config.xml 2012-06-20
11:49:26 UTC (rev 8732)
@@ -341,6 +341,10 @@
<name>cache.providerRegistryName</name>
<value>storeCacheProvider</value>
</option>
+ <option>
+ <name>allowNotCaseSensitiveSearch</name>
+ <value>false</value>
+ </option>
</options>
</identity-store>
</identity-stores>
Modified:
epp/portal/branches/EPP_5_2_Branch/web/portal/src/main/webapp/WEB-INF/conf/organization/picketlink-idm/examples/picketlink-idm-openldap-acme-config.xml
===================================================================
---
epp/portal/branches/EPP_5_2_Branch/web/portal/src/main/webapp/WEB-INF/conf/organization/picketlink-idm/examples/picketlink-idm-openldap-acme-config.xml 2012-06-19
14:21:47 UTC (rev 8731)
+++
epp/portal/branches/EPP_5_2_Branch/web/portal/src/main/webapp/WEB-INF/conf/organization/picketlink-idm/examples/picketlink-idm-openldap-acme-config.xml 2012-06-20
11:49:26 UTC (rev 8732)
@@ -397,6 +397,10 @@
<name>cache.providerRegistryName</name>
<value>storeCacheProvider</value>
</option>
+ <option>
+ <name>allowNotCaseSensitiveSearch</name>
+ <value>false</value>
+ </option>
</options>
</identity-store>
</identity-stores>
Modified:
epp/portal/branches/EPP_5_2_Branch/web/portal/src/main/webapp/WEB-INF/conf/organization/picketlink-idm/examples/picketlink-idm-openldap-config.xml
===================================================================
---
epp/portal/branches/EPP_5_2_Branch/web/portal/src/main/webapp/WEB-INF/conf/organization/picketlink-idm/examples/picketlink-idm-openldap-config.xml 2012-06-19
14:21:47 UTC (rev 8731)
+++
epp/portal/branches/EPP_5_2_Branch/web/portal/src/main/webapp/WEB-INF/conf/organization/picketlink-idm/examples/picketlink-idm-openldap-config.xml 2012-06-20
11:49:26 UTC (rev 8732)
@@ -357,6 +357,10 @@
<name>cache.providerRegistryName</name>
<value>storeCacheProvider</value>
</option>
+ <option>
+ <name>allowNotCaseSensitiveSearch</name>
+ <value>false</value>
+ </option>
</options>
</identity-store>
</identity-stores>
Show replies by date