I recently installed OpenMeeting 1.7 on Ubuntu 10.04.
I'm trying to authenticate against an OpenLDAP server and I have searched the mailing list for a solution but nothing has helped. Whenever I try to authenticate via LDAP, I see an Invalid DN message from the OpenLDAP server. However, when I use the ldapsearch command using the same credentials, it works perfectly.
Here is a copy of my om_ldap.cfg file. Is anyone able to tell me what I'm missing or if there is a bug in version 1.7?
ldap_server_type=OpenLDAP
ldap_conn_url=ldap://
10.3.1.25:389ldap_admin_dn=CN:admin,DC:domain,DC:local
ldap_passwd=mypassword
ldap_search_base=OU:Users,DOMAINNAME:
company.com,O:domains,DC:domain,DC:local
field_user_principal=uid
ldap_auth_type=SIMPLE
ldap_sync_password_to_om=yes
ldap_user_attr_lastname=sn
ldap_user_attr_firstname=givenName
ldap_user_attr_mail=mail
ldap_user_attr_street=streetAddress
ldap_user_attr_additionalname=description
ldap_user_attr_fax=facsimileTelephoneNumber
ldap_user_attr_zip=postalCode
ldap_user_attr_country=co
ldap_user_attr_town=l
ldap_user_attr_phone=telephoneNumber
Thank you for any help you can give.
Alex