Branch: refs/heads/master
Home:
https://github.com/gatein/gatein-portal
Commit: c804168bf6a8f21ff8541f1efd4baef68266ccaa
https://github.com/gatein/gatein-portal/commit/c804168bf6a8f21ff8541f1efd...
Author: mposolda <mposolda(a)gmail.com>
Date: 2013-01-28 (Mon, 28 Jan 2013)
Changed paths:
M
component/identity/src/main/java/org/exoplatform/services/organization/idm/Config.java
M
component/identity/src/main/java/org/exoplatform/services/organization/idm/GroupDAOImpl.java
M
component/identity/src/main/java/org/exoplatform/services/organization/idm/IDMMembershipListAccess.java
M
component/identity/src/main/java/org/exoplatform/services/organization/idm/MembershipDAOImpl.java
M
component/identity/src/test/resources/org/exoplatform/services/organization/TestOrganizationService-jdbc-configuration.xml
M
component/identity/src/test/resources/org/exoplatform/services/organization/TestOrganizationService-jta-configuration.xml
M web/portal/src/main/webapp/WEB-INF/conf/organization/idm-configuration.xml
M
web/portal/src/main/webapp/WEB-INF/conf/organization/picketlink-idm/examples/picketlink-idm-ldap-acme-config.xml
M
web/portal/src/main/webapp/WEB-INF/conf/organization/picketlink-idm/examples/picketlink-idm-ldap-config.xml
M
web/portal/src/main/webapp/WEB-INF/conf/organization/picketlink-idm/examples/picketlink-idm-msad-config.xml
M
web/portal/src/main/webapp/WEB-INF/conf/organization/picketlink-idm/examples/picketlink-idm-msad-readonly-config.xml
M
web/portal/src/main/webapp/WEB-INF/conf/organization/picketlink-idm/examples/picketlink-idm-openldap-acme-config.xml
M
web/portal/src/main/webapp/WEB-INF/conf/organization/picketlink-idm/examples/picketlink-idm-openldap-config.xml
Log Message:
-----------
GTNPORTAL-2806 Fix LDAP integration. Introduce options
'ignoreMappedMembershipTypeGroupList' and
'skipPaginationInMembershipQuery'
GTNPORTAL-2806 Introduce option 'skipPaginationInMembershipQuery' to decide if we
count paginated memberships or perform full query and filter memberships later