Hm, I have to review, I don't know if anybody tried yet openLDAP with SSL. However, your error mesage actually says: "Authentification on LDAP Server failed" => is there nothing more? Usually an error in the SSL cert leads to some different messages, "Authentification on LDAP Server failed" actually means everything is okay, but your PWD / admin user is wrong.
Sebastian 2011/11/23 Max León <[email protected]> > 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:636 > ERROR 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_conn_url=ldaps://ldap.server.com:636 > 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. > > -- > You received this message because you are subscribed to the Google Groups > "OpenMeetings User" group. > To view this discussion on the web visit > https://groups.google.com/d/msg/openmeetings-user/-/0TRA0n1qB8kJ. > To post to this group, send email to [email protected]. > To unsubscribe from this group, send email to > [email protected]. > For more options, visit this group at > http://groups.google.com/group/openmeetings-user?hl=en. > -- Sebastian Wagner http://www.openmeetings.de http://www.webbase-design.de http://www.wagner-sebastian.com [email protected] -- You received this message because you are subscribed to the Google Groups "OpenMeetings User" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/openmeetings-user?hl=en.
