With this addon, you can login in Alfresco repository and Share with email field of your openLDAP. Some searches are improved in Share UI for using mail users. The installation needs two AMP files, one for Alfresco repository and another for Alfresco Share.
| |
---|
Owner | Cesar Capillas |
Versions | Community 4.2.x Enterprise 4.1.x Enterprise 4.2.x |
License Type | GNU General Public License (GPL) |
Project Page | Inicio - zylk |
Download Page | Contact - zylk |
Tags | zylk.net, openldap, authenticator, email |
Component Type | Integration |
Extension Points | Authenticator |
Installation | AMP, JAR |
Products | Repository, Share Web Client |
Some details of the configuration of the subsystem are given here:
# LDAP auth data
ldap.email.authentication.java.naming.provider.url=ldap://ldap.example.com:389
ldap.email.authentication.base=dc=example,dc=com
ldap.email.authentication.userbase=ou=alfresco
ldap.email.authentication.mail.attribute=mail
ldap.email.authentication.defaultAdministratorUserNames=zadmin
# Auth type [user|email|both]
ldap.email.authentication.type=email
# LDAP user with grants for making queries in LDAP
ldap.email.authentication.java.naming.security.principal=cn=admin,dc=example,dc=com
ldap.email.authentication.java.naming.security.credentials=secret