Hello,
1st and foremost, CONGRATULATIONS ON A EXCEPTIONAL SOFTWARE. Is truly awsome the level of maturity of the system, that being said....
I need a little bit of assistance,
I have verson 1.8.8 (r4555) up and running on CentOS 6, I also integrated it with our OpenLdap with SSL, the ssl certificate has been imported in the trustore by running this command: "keytool -import -trustcacerts -alias openmeetings -file ~/SSL/certs/mycert.crt -keystore ~/mykeystore.jks" with success since after confirmation it claimed that it was imported successfully (the certificate is from digicert and I imported the ca.crt from them as well) . Now the problem is that I keep getting this error: "Authentification on LDAP Server failed :
ldap.server.com:636ERROR 11-22 21:39:19.361 LdapAuthBase.java 151883 106 org.openmeetings.app.ldap.LdapAuthBase [NioProcessor-1] - [Authentification on LDAP Server failed]"
On the configuration file inside webapps/openmeetings/conf/ I called it myldap.cfg the I have the follwing:
ldap_server_type=OpenLDAP
ldap_admin_dn=UID:OM,OU:Users,OU:acl,DC:domain,DC:com
ldap_passwd=xyz
ldap_search_base=OU:Users,OU:axs,DC:domain,DC:com
field_user_principal=uid
ldap_auth_type=SIMPLE
ldap_sync_password_to_om=yes
I have tested the ldap_admin_dn with ldap-tools and it binds perfectly well.
Can someone through a little bit of light on what I'm doing wrong?, I'm running out of ideas.
Thank you very much.