background preloader

Alfresco

Facebook Twitter

Share-extras - A collection of add-ons for Alfresco Share. Alfresco Add-ons | Alfresco add+ons is the place to find customizations, extensions and related projects for your Alfresco installation. Support Handbook. Alfresco Help. Alfresco Help. Alfresco Authentication and Integration with Active Directory. One of the main features of the Alfresco ECM System is the ability to integrate user authentication and synchronization with almost all popular LDAP directory servers, such as Microsoft Active Directory. However, the integration is error prone and requires understanding of your LDAP environment settings and configuration.

Moreover, as a warning, I must say the error messages you will face during the integration are most of the time mis-leading and subjective. In this article, we will see how we can integrate alfresco with AD; and also how to synchronize alfresco users and groups with the existing entities of your AD. I have used alfresco 3.3.4 in this case. Be prepared with the settings of your AD so that you can understand and configure your alfresco as well. Alfresco Subsystems There are a few subsystems offered in alfresco installation.AuditAuthenticationFile ServerIMAPSynchronizationEMailWe will use the Authentication and Synchronization subsystems for this purpose. That's it! Important! Adding Document Library Views to Alfresco Share | Mostly Tech - Ray Gauss II. Overview In this post we’ll go through how to develop and deploy additional view types beyond the default simple and detailed views in the document library in Share.

The techniques here require Alfresco 4.0.2 or later, or a recent checkout of community HEAD. The Document Library Component We won’t go into all the details on how the document library is rendered but it’s a fairly standard webscript-based component with ‘server-side’ resources like FreeMarker files for HTML fragments, Javascript for manipulating the data model, and localization properties files, and ‘client-side’ resources sent to the browser like CSS and Javascript.

While adding a document library view will involve changes to both client-side and server-side tiers, most of our notable changes will be to client-side Javascript files sent to the browser. The server-side webscripts changes are primarily to load and instantiate the client-side objects. DocumentList and DocumentListViewRenderer Steps to Add a View Define the View.