A solution for Alfresco, LDAP and SSO CAS full integration is ready. 1. First please download an example Alfresco 2.0.1, LDAP (ADS) and SSO CAS. Download (save link as ...) CIGNEX_Alfresco-LDAP-SSO.war.gz unzip rename it as alfresco.war 2. Then create database (this is configurable) MySQL create database alfresco201dev; grant all on alfresco201dev.* to 'alfresco201dev'@'localhost' identified by 'alfresco201dev' with grant option; grant all on alfresco201dev.* to 'alfresco201dev'@'localhost.localdomain' identified by 'alfresco201dev' with grant option; Deploy war in your AS: tomcat/webapp 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 relogin in Alfresco. Get it? Good luck. Jonas Yuan CIGNEX Technologies, Inc. Email: jonas@cignex.com July 08, 2007