Neseek77 / openmeetings

Automatically exported from code.google.com/p/openmeetings
1 stars 0 forks source link

Openmeeting + LDAP user + The first input required to select the organization #1613

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
HI.

Set up LDAP authentication.
After input login and password, select the System Works asks the organization - 
the list is empty!

Lowered described this problem and its solution - BUT - it uses mysql base

However, newer versions of the file used by the base - just like me.!
_____________________________________________________________________

Comment 2 by avaunt...@gmail.com, May 3, 2009
thanks a lot!

I can now login via ldap. But when I login with a ldap user, it says "Your 
account is
assigned to multiple Organizations. Please choose one for this session". In 
fact, the
organization drop-down list is null. How to fix this problem?
Comment 3 by ivan.bol...@gmail.com, May 3, 2009
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

Original issue reported on code.google.com by tapo...@gmail.com on 15 Feb 2012 at 6:01

GoogleCodeExporter commented 8 years ago
OpenMeetings moves to Apache Foundation, update your bookmarks to the new 
project page:

http://incubator.apache.org/openmeetings/

New Issue tracker is located: https://issues.apache.org/jira/browse/OPENMEETINGS

New Mailing Lists located at: 
http://incubator.apache.org/openmeetings/mail-lists.html 

Original comment by seba.wag...@gmail.com on 15 Feb 2012 at 10:27