howdy, logfile saying : ConfigVal ldap_config_path not describes a valid File
-> please check the configVal within the adminsection -> Configurations. one more thing for the format of the config : ldap_admin should look like ldap_admin=admin. -> the dn is built within code in your version (String dn = "CN=" + ldap_admin + "," + ldap_login_base ) -> the configvals shouldnt contain "=" , use ":" instead to keep a valid config structure -> ldap_login_base=dc:peercoaching,dc:cn see ya Smoeker On 30 Apr., 08:37, [email protected] wrote: > Status: New > Owner: ---- > Labels: Type-Defect Priority-Medium > > New issue 716 by avauntage: cannot login via > ldaphttp://code.google.com/p/openmeetings/issues/detail?id=716 > > I am using openmeetings 0.8 RC2. > > The "ldap_config_path" is set to "om_ldap.cfg". > > The "om_ldap.cfg" is like these: > > #ConfigurationFile for LDAP Auth > #ConfigKey 'ldap_config_path' must be set in DataBase Configration of OM > and point to this file > #o.becherer,14.01.2009 > > #LDAP URL > ldap_conn_url=ldap://202.112.2.3:389 > > #Loginname for Authentification on LDAP Server - keep emtpy if not requiered > ldap_admin=cn=admin,dc=peercoaching,dc=cn > > #Loginpass for Authentification on LDAP Server - keep emtpy if not requiered > ldap_passwd=secret > > #LDAP URL, where ldap_admin can be found > ldap_login_base=cn=admin,dc=peercoaching,dc=cn > > #base to search for userdata(of user, that wants to login > ldap_search_base=ou=people,dc=peercoaching,dc=cn > > # Fieldnames (can differ between Ldap servers) > field_user_principal=uid > > I am sure I can login with this ldap server via Luma, but when I cant use > it in my openmeetings. > > The debug messeges are: > > DEBUG 04-30 14:29:56.256 LdapLoginManagement.java 1071399 77 > org.openmeetings.app.data.user.Usermanagement [pool-4-thread-16] - > LdapLoginmanagement.isLdapConfigured > ERROR 04-30 14:29:56.282 LdapLoginManagement.java 1071425 89 > org.openmeetings.app.data.user.Usermanagement [pool-4-thread-16] - > ConfigVal ldap_config_path not describes a valid File : > org.openmeetings.app.hibernate.beans.basic.configurat...@19f098 > DEBUG 04-30 14:29:56.291 MainService.java 1071434 175 > org.openmeetings.app.remote.MainService [pool-4-thread-16] - loginUser 111: > 870c88e718be12f005dfcb697baf6c6b test > DEBUG 04-30 14:29:56.296 Usermanagement.java 1071439 1041 > org.openmeetings.app.data.user.Usermanagement [pool-4-thread-16] - > Usermanagement.getUserByLogin : test > DEBUG 04-30 14:29:56.348 MainService.java 1071491 200 > org.openmeetings.app.remote.MainService [pool-4-thread-16] - default login > > -- > You received this message because you are listed in the owner > or CC fields of this issue, or because you starred this issue. > You may adjust your issue notification preferences > at:http://code.google.com/hosting/settings --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "OpenMeetings developers" 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-dev?hl=en -~----------~----~----~----~------~----~------~--~---
