Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Messages - tony

Pages: [1]
1
Installation and Upgrades / Re: Quick Howto: Alfresco with LDAP
« on: December 04, 2012, 08:18:04 pm »
Thank you, I finally could bind to ldap

Some important notes I think others might find useful:

* For a minimalist setup (authentication only) disable everything related to synchronization, except the line that tells alfresco that functionality wont be used, and that must be set to false
* Authentication type: simple
* String format: DN type uid=%s,ou=Canal BAF,dc=site
* Set the comma escape directives to true

Minimalist config or openldap2-alfresco integration:

ldap.authentication.active=true
ldap.authentication.allowGuestLogin=true
ldap.authentication.userNameFormat=uid=%s,ou=<INSERT_OU_HERE>,dc=<INSERT_DC_HERE>
ldap.authentication.java.naming.factory.initial=com.sun.jndi.ldap.LdapCtxFactory
ldap.authentication.java.naming.provider.url=ldap://127.0.0.1:389
ldap.authentication.java.naming.security.authentication=simple
ldap.authentication.escapeCommasInBind=true
ldap.authentication.escapeCommasInUid=true
ldap.authentication.defaultAdministratorUserNames=
ldap.synchronization.active=false

HTH

cheers

Pages: [1]