Book Image

Alfresco for Administrators

By : Vandana Pal
Book Image

Alfresco for Administrators

By: Vandana Pal

Overview of this book

Alfresco is an open source Enterprise Content Management (ECM) system for Windows and Linux-like operating systems. The year-on-year growth of business connections, contacts, and communications is expanding enterprise boundaries more than ever before. Alfresco enables organizations to collaborate more effectively, improve business process efficiency, and ensure information governance. The basic purpose of Alfresco is to help users to capture and manage information in a better way. It helps you capture, organize, and share binary files. This book will cover the basic building blocks of an Alfresco system, how the components fit together, and the information required to build a system architecture. This book will also focus on security aspects of Alfresco. such as authentication, troubleshooting, managing permissions, and so on. It will also focus on managing content and storage, indexing and searches, setting up clustering for high availability, and so forth.
Table of Contents (17 chapters)
Alfresco for Administrators
Credits
About the Author
About the Reviewers
www.PacktPub.com
Preface
Index

Overview of the security model


What we saw in earlier sections was that we have to create users and groups manually and then invite them to their respective folders. If you have thousands of users and you need to organize them in different groups based on your company policy, this would be a very long process.

Alfresco supports integration with external models like LDAP, AD, and so on. You can use this central authentication to manage users and groups in Alfresco. You can configure Alfresco to integrate with this centralized authentication security model and all the users and groups from this system would be synchronized in Alfresco.

For authentication, this external system would also be used, so user credentials are managed at a common location.

Alfresco also supports Single Sign On; you can log in into Alfresco with your machine credentials.

Authentication subsystem

The authentication subsystem includes the complete implementation of various security models. Here is the list of supported security...