You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@openmeetings.apache.org by "nikita (Created) (JIRA)" <ji...@apache.org> on 2012/02/15 12:26:59 UTC

[jira] [Created] (OPENMEETINGS-56) LDAP authentication is not correct

LDAP authentication is not correct
----------------------------------

                 Key: OPENMEETINGS-56
                 URL: https://issues.apache.org/jira/browse/OPENMEETINGS-56
             Project: Openmeetings
          Issue Type: Bug
    Affects Versions: 2.0 Apache Incubator Release
         Environment: centos 6.2 , apach 2.2.13

openmeeting - last version
            Reporter: nikita
             Fix For: 2.0 Apache Incubator Release


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.!


P.S. It is also not possible to make a "pass-through - opened the browser, using a domain account - automatically on the website" LDAP authentication
_____________________________________________________________________

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


--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] [Closed] (OPENMEETINGS-56) LDAP authentication is not correct

Posted by "SebastianWagner (Closed) (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/OPENMEETINGS-56?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

SebastianWagner closed OPENMEETINGS-56.
---------------------------------------

    Resolution: Not A Problem

Hi Gerald,

I will post an answer to your request on the mailing list. We should make the discussion in the mailing list, there seems to be no Bug here.
                
> LDAP authentication is not correct
> ----------------------------------
>
>                 Key: OPENMEETINGS-56
>                 URL: https://issues.apache.org/jira/browse/OPENMEETINGS-56
>             Project: Openmeetings
>          Issue Type: Bug
>    Affects Versions: 2.0 Apache Incubator Release
>         Environment: centos 6.2 , apach 2.2.13
> openmeeting - last version
>            Reporter: nikita
>              Labels: security
>             Fix For: 2.0 Apache Incubator Release
>
>
> 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.!
> P.S. It is also not possible to make a "pass-through - opened the browser, using a domain account - automatically on the website" LDAP authentication
> _____________________________________________________________________
> 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

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] [Issue Comment Edited] (OPENMEETINGS-56) LDAP authentication is not correct

Posted by "nikita (Issue Comment Edited) (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/OPENMEETINGS-56?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13218189#comment-13218189 ] 

nikita edited comment on OPENMEETINGS-56 at 2/28/12 2:01 PM:
-------------------------------------------------------------

YES. it`s problem only LDAP user.

The local user does not have such problems. Because the Administrator determines that the user "Organization." Local users log on without problems, without choice "organization." so that an administrator sets a default for all users in your hand.
                
      was (Author: nikit0ss):
    YES. it`s problem only LDAP user.

The local user does not have such problems. Because the Administrator determines that the user "Organization."
                  
> LDAP authentication is not correct
> ----------------------------------
>
>                 Key: OPENMEETINGS-56
>                 URL: https://issues.apache.org/jira/browse/OPENMEETINGS-56
>             Project: Openmeetings
>          Issue Type: Bug
>    Affects Versions: 2.0 Apache Incubator Release
>         Environment: centos 6.2 , apach 2.2.13
> openmeeting - last version
>            Reporter: nikita
>              Labels: security
>             Fix For: 2.0 Apache Incubator Release
>
>
> 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.!
> P.S. It is also not possible to make a "pass-through - opened the browser, using a domain account - automatically on the website" LDAP authentication
> _____________________________________________________________________
> 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

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] [Commented] (OPENMEETINGS-56) LDAP authentication is not correct

Posted by "Oliver Becherer (Commented) (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/OPENMEETINGS-56?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13218125#comment-13218125 ] 

Oliver Becherer commented on OPENMEETINGS-56:
---------------------------------------------

Hi,

is this really related to LDAP Authentication? Could you please verify by turning off ldap and login with regular database user?

i remember an old bug wihch had the same effect, but did not relate to LDAP at all (organization drop down was filled from a lazy initialized hibernate field).

cheers

smoeker
                
> LDAP authentication is not correct
> ----------------------------------
>
>                 Key: OPENMEETINGS-56
>                 URL: https://issues.apache.org/jira/browse/OPENMEETINGS-56
>             Project: Openmeetings
>          Issue Type: Bug
>    Affects Versions: 2.0 Apache Incubator Release
>         Environment: centos 6.2 , apach 2.2.13
> openmeeting - last version
>            Reporter: nikita
>              Labels: security
>             Fix For: 2.0 Apache Incubator Release
>
>
> 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.!
> P.S. It is also not possible to make a "pass-through - opened the browser, using a domain account - automatically on the website" LDAP authentication
> _____________________________________________________________________
> 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

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] [Issue Comment Edited] (OPENMEETINGS-56) LDAP authentication is not correct

Posted by "Oliver Becherer (Issue Comment Edited) (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/OPENMEETINGS-56?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13218125#comment-13218125 ] 

Oliver Becherer edited comment on OPENMEETINGS-56 at 2/28/12 12:59 PM:
-----------------------------------------------------------------------

Hi,

is this really related to LDAP Authentication? Could you please verify by turning off ldap and login with regular database user?

i remember an old bug which had the same effect, but did not relate to LDAP at all (organization drop down was filled from a lazy initialized hibernate field).

cheers

smoeker
                
      was (Author: smoeker):
    Hi,

is this really related to LDAP Authentication? Could you please verify by turning off ldap and login with regular database user?

i remember an old bug wihch had the same effect, but did not relate to LDAP at all (organization drop down was filled from a lazy initialized hibernate field).

cheers

smoeker
                  
> LDAP authentication is not correct
> ----------------------------------
>
>                 Key: OPENMEETINGS-56
>                 URL: https://issues.apache.org/jira/browse/OPENMEETINGS-56
>             Project: Openmeetings
>          Issue Type: Bug
>    Affects Versions: 2.0 Apache Incubator Release
>         Environment: centos 6.2 , apach 2.2.13
> openmeeting - last version
>            Reporter: nikita
>              Labels: security
>             Fix For: 2.0 Apache Incubator Release
>
>
> 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.!
> P.S. It is also not possible to make a "pass-through - opened the browser, using a domain account - automatically on the website" LDAP authentication
> _____________________________________________________________________
> 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

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] [Commented] (OPENMEETINGS-56) LDAP authentication is not correct

Posted by "nikita (Commented) (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/OPENMEETINGS-56?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13218189#comment-13218189 ] 

nikita commented on OPENMEETINGS-56:
------------------------------------

YES. it`s problem only LDAP user.

The local user does not have such problems. Because the Administrator determines that the user "Organization."
                
> LDAP authentication is not correct
> ----------------------------------
>
>                 Key: OPENMEETINGS-56
>                 URL: https://issues.apache.org/jira/browse/OPENMEETINGS-56
>             Project: Openmeetings
>          Issue Type: Bug
>    Affects Versions: 2.0 Apache Incubator Release
>         Environment: centos 6.2 , apach 2.2.13
> openmeeting - last version
>            Reporter: nikita
>              Labels: security
>             Fix For: 2.0 Apache Incubator Release
>
>
> 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.!
> P.S. It is also not possible to make a "pass-through - opened the browser, using a domain account - automatically on the website" LDAP authentication
> _____________________________________________________________________
> 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

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira