I did make a config file in the proper directory. Added a new LDAP config in openmeetings administration and checked the check box to make it active. I do see in the red5 debug messages where it loads the file, but then gives an error "Error on LdapAuth : 1". And in the browser window I'm trying to login with I get that dialog where it wants you to choose an organization, but the picker list is empty.
I've run wireshark on the openmeetings server when trying to login and no LDAP packets ever go out. It's like it's not even trying to contact the LDAP server.... or doesn't have what library it needs to and just fails. Just got web2project working with ldap with similar config info, so I know the ldap service works fine. If there's any more info I can provide that would help, please let me know. red5 debug: ###################################### WARN 12-07 18:02:05.024 MainService.java 15937469 320 org.openmeetings.app.remote.MainService[NioProcessor-15] - loginUser: 0afb83a4e7432e99a7b6ddf16236473a jas DEBUG 12-07 18:02:05.024 MainService.java 15937469 331 org.openmeetings.app.remote.MainService [NioProcessor-15] - Ldap Login DEBUG 12-07 18:02:05.029 LdapLoginManagement.java 15937474 217 org.openmeetings.app.ldap.LdapLoginManagement [NioProcessor-15] - LdapLoginmanagement.doLdapLogin DEBUG 12-07 18:02:05.029 LdapLoginManagement.java 15937474 173 org.openmeetings.app.ldap.LdapLoginManagement [NioProcessor-15] - LdapLoginmanagement.getLdapConfigData DEBUG 12-07 18:02:05.029 LdapLoginManagement.java 15937474 192 org.openmeetings.app.ldap.LdapLoginManagement [NioProcessor-15] - LdapLoginmanagement.readConfig : /home/red5/om19/webapps/openmeetings/conf/om_ldap_edir.cfg ERROR 12-07 18:02:05.029 LdapLoginManagement.java 15937474 225 org.openmeetings.app.ldap.LdapLoginManagement [NioProcessor-15] - Error on LdapAuth : 1 ############################## from my ldap config file: (server name changed to protect the innocent) :) ################################################################################ ldap_server_type=OpenLDAP ldap_conn_url=ldap://myldap.server.com ldap_admin_dn= ldap_passwd= ldap_search_base= field_user_principal=cn ldap_auth_type=SIMPLE ldap_sync_password_to_om=no 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=physicalDeliveryOfficeName ldap_user_attr_phone=telephoneNumber -- Jeff Schoby Owner, Sacred Soul Records http://www.sacredsoulrecords.com/ -- 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.
