You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@openmeetings.apache.org by Dasith Vimarshana <da...@gmail.com> on 2012/09/12 10:58:01 UTC

Re: Search in AD database

Hi Ricardo,

Any updates on this ? I also want to implement in my openmeetings 
instalaltion.

Thanks & Regards,
Dasith

On Friday, December 2, 2011 8:13:00 PM UTC+5:30, Rbatista wrote:
>
> Hi all, my name´s Ricardo and I´m using the openmeetings with AD LDAP
> integration.It´s works fine for me.
>
> I´m intent to improve the openmeetings use ... my question is :
>
> In Administration TAB --> Users -->  the "search" option doesn´t find
> users in AD Ldap database, is it possible ?
>
> P.s.:After one login of de AD users this works and appears in
> openmeetings administration users screen.
>
> When I use the calendar to schedule a meeting I can´t invite de AD
> users , just after the "a first login".
>
> Can you help me ?
>
> Best regards.
>
> Ricardo.
>
>

Re: Search in AD database

Posted by Dasith Vimarshana <da...@gmail.com>.
Hi Sebastian,

Ok thanx, Let me try that out. greatly appreciate the assistance you
have provided.

Cheers,
Dasith

On Wed, Sep 12, 2012 at 6:05 PM, seba.wagner@gmail.com
<se...@gmail.com> wrote:
> You have to extend the method:
> userservice.getAllUserBySearchRange
> so that it will perform additionally a LDAP search with the given parameters.
>
> And then modify the file addAttendee.lzx so that in the UI the users
> found are added as external (not internal) users. External because
> they have no userId yet, otherwise sending them an invitation and the
> whole process to send them reminders will not work.
>
> Sebastian
>
> 2012/9/12 Dasith Vimarshana <da...@gmail.com>:
>> Hi Sebastian,
>>
>> Please let me know what you mean by some more LDAP component and search.
>> Is it something apart from what we have now in search function ?
>>
>> Cheers,
>> Dasith
>>
>> On Wed, Sep 12, 2012 at 3:12 PM, seba.wagner@gmail.com
>> <se...@gmail.com> wrote:
>>> Such an integration requires some more LDAP component and search.
>>> It is possible by modifying the search query and adding the LDAP users
>>> as external users as long as they have no account in OpenMeetings yet.
>>>
>>> However that requires some changes in the Java Code, did you set up a
>>> build environment and are able to compile from source?
>>>
>>> PS: Please do not cc the openmeetings-user@googlegroups.com list, only
>>> Apache list is valid.
>>>
>>> Sebastian
>>>
>>> 2012/9/12 Dasith Vimarshana <da...@gmail.com>:
>>>> Hi Ricardo,
>>>>
>>>> Any updates on this ? I also want to implement in my openmeetings
>>>> instalaltion.
>>>>
>>>> Thanks & Regards,
>>>> Dasith
>>>>
>>>>
>>>> On Friday, December 2, 2011 8:13:00 PM UTC+5:30, Rbatista wrote:
>>>>>
>>>>> Hi all, my name´s Ricardo and I´m using the openmeetings with AD LDAP
>>>>> integration.It´s works fine for me.
>>>>>
>>>>> I´m intent to improve the openmeetings use ... my question is :
>>>>>
>>>>> In Administration TAB --> Users -->  the "search" option doesn´t find
>>>>> users in AD Ldap database, is it possible ?
>>>>>
>>>>> P.s.:After one login of de AD users this works and appears in
>>>>> openmeetings administration users screen.
>>>>>
>>>>> When I use the calendar to schedule a meeting I can´t invite de AD
>>>>> users , just after the "a first login".
>>>>>
>>>>> Can you help me ?
>>>>>
>>>>> Best regards.
>>>>>
>>>>> Ricardo.
>>>
>>>
>>>
>>> --
>>> Sebastian Wagner
>>> https://twitter.com/#!/dead_lock
>>> http://www.webbase-design.de
>>> http://www.wagner-sebastian.com
>>> seba.wagner@gmail.com
>
>
>
> --
> Sebastian Wagner
> https://twitter.com/#!/dead_lock
> http://www.webbase-design.de
> http://www.wagner-sebastian.com
> seba.wagner@gmail.com

Re: Search in AD database

Posted by "seba.wagner@gmail.com" <se...@gmail.com>.
You have to extend the method:
userservice.getAllUserBySearchRange
so that it will perform additionally a LDAP search with the given parameters.

And then modify the file addAttendee.lzx so that in the UI the users
found are added as external (not internal) users. External because
they have no userId yet, otherwise sending them an invitation and the
whole process to send them reminders will not work.

Sebastian

2012/9/12 Dasith Vimarshana <da...@gmail.com>:
> Hi Sebastian,
>
> Please let me know what you mean by some more LDAP component and search.
> Is it something apart from what we have now in search function ?
>
> Cheers,
> Dasith
>
> On Wed, Sep 12, 2012 at 3:12 PM, seba.wagner@gmail.com
> <se...@gmail.com> wrote:
>> Such an integration requires some more LDAP component and search.
>> It is possible by modifying the search query and adding the LDAP users
>> as external users as long as they have no account in OpenMeetings yet.
>>
>> However that requires some changes in the Java Code, did you set up a
>> build environment and are able to compile from source?
>>
>> PS: Please do not cc the openmeetings-user@googlegroups.com list, only
>> Apache list is valid.
>>
>> Sebastian
>>
>> 2012/9/12 Dasith Vimarshana <da...@gmail.com>:
>>> Hi Ricardo,
>>>
>>> Any updates on this ? I also want to implement in my openmeetings
>>> instalaltion.
>>>
>>> Thanks & Regards,
>>> Dasith
>>>
>>>
>>> On Friday, December 2, 2011 8:13:00 PM UTC+5:30, Rbatista wrote:
>>>>
>>>> Hi all, my name´s Ricardo and I´m using the openmeetings with AD LDAP
>>>> integration.It´s works fine for me.
>>>>
>>>> I´m intent to improve the openmeetings use ... my question is :
>>>>
>>>> In Administration TAB --> Users -->  the "search" option doesn´t find
>>>> users in AD Ldap database, is it possible ?
>>>>
>>>> P.s.:After one login of de AD users this works and appears in
>>>> openmeetings administration users screen.
>>>>
>>>> When I use the calendar to schedule a meeting I can´t invite de AD
>>>> users , just after the "a first login".
>>>>
>>>> Can you help me ?
>>>>
>>>> Best regards.
>>>>
>>>> Ricardo.
>>
>>
>>
>> --
>> Sebastian Wagner
>> https://twitter.com/#!/dead_lock
>> http://www.webbase-design.de
>> http://www.wagner-sebastian.com
>> seba.wagner@gmail.com



-- 
Sebastian Wagner
https://twitter.com/#!/dead_lock
http://www.webbase-design.de
http://www.wagner-sebastian.com
seba.wagner@gmail.com

Re: Search in AD database

Posted by Dasith Vimarshana <da...@gmail.com>.
Hi Sebastian,

Please let me know what you mean by some more LDAP component and search.
Is it something apart from what we have now in search function ?

Cheers,
Dasith

On Wed, Sep 12, 2012 at 3:12 PM, seba.wagner@gmail.com
<se...@gmail.com> wrote:
> Such an integration requires some more LDAP component and search.
> It is possible by modifying the search query and adding the LDAP users
> as external users as long as they have no account in OpenMeetings yet.
>
> However that requires some changes in the Java Code, did you set up a
> build environment and are able to compile from source?
>
> PS: Please do not cc the openmeetings-user@googlegroups.com list, only
> Apache list is valid.
>
> Sebastian
>
> 2012/9/12 Dasith Vimarshana <da...@gmail.com>:
>> Hi Ricardo,
>>
>> Any updates on this ? I also want to implement in my openmeetings
>> instalaltion.
>>
>> Thanks & Regards,
>> Dasith
>>
>>
>> On Friday, December 2, 2011 8:13:00 PM UTC+5:30, Rbatista wrote:
>>>
>>> Hi all, my name´s Ricardo and I´m using the openmeetings with AD LDAP
>>> integration.It´s works fine for me.
>>>
>>> I´m intent to improve the openmeetings use ... my question is :
>>>
>>> In Administration TAB --> Users -->  the "search" option doesn´t find
>>> users in AD Ldap database, is it possible ?
>>>
>>> P.s.:After one login of de AD users this works and appears in
>>> openmeetings administration users screen.
>>>
>>> When I use the calendar to schedule a meeting I can´t invite de AD
>>> users , just after the "a first login".
>>>
>>> Can you help me ?
>>>
>>> Best regards.
>>>
>>> Ricardo.
>
>
>
> --
> Sebastian Wagner
> https://twitter.com/#!/dead_lock
> http://www.webbase-design.de
> http://www.wagner-sebastian.com
> seba.wagner@gmail.com

Re: Search in AD database

Posted by "seba.wagner@gmail.com" <se...@gmail.com>.
Such an integration requires some more LDAP component and search.
It is possible by modifying the search query and adding the LDAP users
as external users as long as they have no account in OpenMeetings yet.

However that requires some changes in the Java Code, did you set up a
build environment and are able to compile from source?

PS: Please do not cc the openmeetings-user@googlegroups.com list, only
Apache list is valid.

Sebastian

2012/9/12 Dasith Vimarshana <da...@gmail.com>:
> Hi Ricardo,
>
> Any updates on this ? I also want to implement in my openmeetings
> instalaltion.
>
> Thanks & Regards,
> Dasith
>
>
> On Friday, December 2, 2011 8:13:00 PM UTC+5:30, Rbatista wrote:
>>
>> Hi all, my name´s Ricardo and I´m using the openmeetings with AD LDAP
>> integration.It´s works fine for me.
>>
>> I´m intent to improve the openmeetings use ... my question is :
>>
>> In Administration TAB --> Users -->  the "search" option doesn´t find
>> users in AD Ldap database, is it possible ?
>>
>> P.s.:After one login of de AD users this works and appears in
>> openmeetings administration users screen.
>>
>> When I use the calendar to schedule a meeting I can´t invite de AD
>> users , just after the "a first login".
>>
>> Can you help me ?
>>
>> Best regards.
>>
>> Ricardo.



-- 
Sebastian Wagner
https://twitter.com/#!/dead_lock
http://www.webbase-design.de
http://www.wagner-sebastian.com
seba.wagner@gmail.com