Comment #3 on issue 716 by ivan.bolzer: cannot login via ldap http://code.google.com/p/openmeetings/issues/detail?id=716
Hi, You must modify one table on openmeetings database. Select your database openmeetings like this : use openmeetings; Then you must modify the table "organisation". To check that : select * from organisation; As you can see the name of the organisation is empty. So you must just modify like this : update organisation set name="openmeetings" where organisation_id="1"; Bidab -- 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 -~----------~----~----~----~------~----~------~--~---
