Book Image

Liferay 6.x Portal Enterprise Intranets Cookbook

Book Image

Liferay 6.x Portal Enterprise Intranets Cookbook

Overview of this book

Table of Contents (19 chapters)
Liferay 6.x Portal Enterprise Intranets Cookbook
Credits
About the Authors
About the Reviewers
www.PacktPub.com
Preface
Index

The magic trio: Liferay, CAS, and LDAP


The next challenge is to connect Liferay, CAS, and LDAP authentication. In this combination, the CAS system provides single sign-on mechanism, the LDAP system stores the user's credentials, and Liferay uses both systems to authenticate users coming from LDAP. This configuration is used in many deployments. Furthermore, we dare to say that it should be considered as a standard solution when people think about intranet in their companies.

Getting ready

Study the Integration with CAS SSO and Liferay and the LDAP integration recipes explained previously. Set up the system in accordance with these recipes. Check out the connection to the LDAP Server from Liferay and verify that the CAS authentication is enabled.

How to do it…

To integrate Liferay with CAS Server where LDAP is the authentication provider, follow these steps:

  1. Find the archive with the CAS server downloaded from http://downloads.jasig.org/cas/. Copy cas-server-4.0.0/modules/cas-server-support-ldap...