A solution for Alfresco, LDAP and SSO CAS full integration is ready. 1. First please download an example Alfresco 3.1, LDAP (ADS) and SSO CAS. Download (save link as ...) alfresco.war 2. Then create database (this is configurable) MySQL create database alfresco31; 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; Deploy war in your AS: tomcat/webapp Note that, you may need to set "dir.root" as "dir.root=/opt/sso/alfresco31e/alf_data" in custom-repository. 3. Start your AS Go to http://localhost:8080/alfresco 4. In CAS login page, login possible users in LDAP server (docs.cignex.com) (configurable) jonas/jonas jane/jane ... After login in CAS, you should be in Alfresco MyAlfresco page with your login name. No need re-login in Alfresco. Get it? Good luck. Jonas Yuan CIGNEX Technologies, Inc. Email: jonas@cignex.com June 29, 2009