A solution for Alfresco 2.2.0, LDAP and SSO CAS full integration.
1. First please download an example Alfresco 2.2.0, LDAP (ADS) and SSO CAS.
Download (save link as …)
alfresco.war
2. Then create database (this is configurable) MySQL
create database alfresco; grant all on alfresco.* to 'alfresco'@'localhost' identified by 'alfresco' with grant option; grant all on alfresco.* to 'alfresco'@'localhost.localdomain' identified by 'alfresco' with grant option;
I'm looking to implement this exact setup using the Community Edition. Would you happen to have a .war for that as well, or do you have a set-up guide that you'd be willing to share?