You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@openmeetings.apache.org by Orm Finnendahl <or...@selma.hfmdk-frankfurt.de> on 2020/04/12 20:19:26 UTC

LDAP config Manual, 1st draft

Hi,

 I made a draft of a LDAP config howto and uploaded it here for
review:

https://selma.hfmdk-frankfurt.de/howtos/OM-ldap-howto.html

I hope it's not too verbose, but since I had problems figuring out the
ldap config in OM from the docs found online I tried to write up
something in a way that even somebody like me with little ldap
experience and knowledge would've understood without having to ask
this mailing list and spend a lot of time trying to figure it out.

I already forked the OM github repo and can issue a pull request, but
I'm unsure about the preferred format of the document (XML, MD,
pdf?). Please let me know what you'd prefer. The original is in org
format but I can provide any format.

As I read about the manual draft for OM 5 on this mailing list, feel
free to incorporate this in case it isn't already present or needs
improvement. I'd be willing to do it myself if you find it useful and
someone provides access for me to the current state.

--
Orm

Re: Preventing REST users from multiplying rapidly

Posted by Maxim Solodovnik <so...@gmail.com>.
Hello Robert,

On Mon, 4 Jan 2021 at 08:41, Robert Savickas <ro...@gmail.com> wrote:

> Dear Maxim,
>
> For some of my online apps, I have well defined databases of users with
> their specific IDs.  So, when I connect them to OM via REST, I assign a
> modified version of their IDs to the 'externalId' parameter. That creates a
> new record for the given user in the OM database. Subsequently, when the
> same user connects, no new copies of the same user are created. This is
> very good.
>
> But in one app, I have the ability for guests to connect, who are not
> members of my app.  In that case, I initially was creating random
> 'externalId' values for them. I noticed that this causes OM to create a new
> record in the OM database each time the same individual connects. So, I had
> many copies of the same person created, cluttering my database. Not so good.
>

It seems you are able to understand the user is the same ... what is the
criteria?
What I can propose: you can use same criteria to generate externalId (for
ex. it can be unique email)
And some unique externatType, for this group of users


> A solution I found is that for each non-member guest, I assign the same
> value to the 'externalId', e.g. 'externalId': 'guest'.  This seems to be
> working well, and it does NOT clone the same poor individual a multitude of
> times.
>
> I just wanted to confirm with you that this would be an alright solution
> and would not cause any conflicts or crashes (i.e., assigning the same
> externalId for unregistered guest users).
>
> Thank you!
> Robert.
>
>>

-- 
Best regards,
Maxim

Preventing REST users from multiplying rapidly

Posted by Robert Savickas <ro...@gmail.com>.
Dear Maxim,

For some of my online apps, I have well defined databases of users with
their specific IDs.  So, when I connect them to OM via REST, I assign a
modified version of their IDs to the 'externalId' parameter. That creates a
new record for the given user in the OM database. Subsequently, when the
same user connects, no new copies of the same user are created. This is
very good.

But in one app, I have the ability for guests to connect, who are not
members of my app.  In that case, I initially was creating random
'externalId' values for them. I noticed that this causes OM to create a new
record in the OM database each time the same individual connects. So, I had
many copies of the same person created, cluttering my database. Not so good.

A solution I found is that for each non-member guest, I assign the same
value to the 'externalId', e.g. 'externalId': 'guest'.  This seems to be
working well, and it does NOT clone the same poor individual a multitude of
times.

I just wanted to confirm with you that this would be an alright solution
and would not cause any conflicts or crashes (i.e., assigning the same
externalId for unregistered guest users).

Thank you!
Robert.

>

Re: Coturn issues, again?

Posted by Maxim Solodovnik <so...@gmail.com>.
Great it is resolved :)
I would recommend to generate password from time to time (for ex. with
`apg` utility )

On Sun, 3 Jan 2021 at 14:35, Robert Savickas <ro...@gmail.com> wrote:

> Maxim,
>
> Just an update. It all works very well now. As always, thank you for your
> tips.
>
> Turns out that the long password in file turnserver.conf for the variable
> "static-auth-secret" had a trailing tab at the end of the password.  That
> tab was not visible with a naked eye. But when I scrolled to the end of
> line, I saw that the cursor went well past the end of the password; so the
> empty spaces in the end of the line were counted as part of the long
> password, which, of course was wrong.  This naughty invisible "bug" was
> bugging the system half of the day :)
>
> Robert.
>
>
> On Sat, Jan 2, 2021 at 10:49 PM Robert Savickas <ro...@gmail.com>
> wrote:
>
>> Maxim,
>>
>> Merry Orthodox Christmas to you!
>>
>> I think all my settings are as you describe. But I will check again.
>>
>> I start all the servers as a superuser. May be that is the problem
>> (although I did this way previously, too)
>>
>> Thank you.
>>
>> Enjoy the holiday!
>>
>> Robert
>>
>>
>> On Sat, Jan 2, 2021, 22:31 Maxim Solodovnik <so...@gmail.com> wrote:
>>
>>>
>>>
>>> On Sun, 3 Jan 2021 at 10:03, Robert Savickas <ro...@gmail.com>
>>> wrote:
>>>
>>>> I also tried to put the line "user=nobody:a_new_password" in
>>>> the /etc/turnserver.conf file, as per the OM 5.0.1 instructions. But
>>>>
>>>
>>> I don't have this line in my config
>>>
>>>
>>>> that did not make a difference, either...
>>>>
>>>> Thank you.
>>>>
>>>> On Sat, Jan 2, 2021 at 6:18 PM Robert Savickas <ro...@gmail.com>
>>>> wrote:
>>>>
>>>>> Dear Friends,
>>>>>
>>>>> Up until now, I was running OM 5.0.0 and it ran fine.
>>>>>
>>>>> Today, I installed OM 5.1.0 on a new server.
>>>>>
>>>>
>>> The server is new
>>> could you check if correct IP addresses are used?
>>>
>>>
>>>> As usual, I followed Alvaro's excellent guides to the letter.
>>>>>
>>>>> And, now, I am experiencing a familiar Coturn problem. Specifically,
>>>>> when I connect to the OM service from computers on the same network,
>>>>> everything works. But with remote computers, there is no video or sound.
>>>>> Everyone can see and hear only themselves.
>>>>>
>>>>> In the past, it was an issue with Coturn not running, or being
>>>>> mis-configured.  At this time; however, everything running, tomcat, kms,
>>>>> coturn, are all running.
>>>>>
>>>>> All needed ports in the firewall are open.
>>>>>
>>>>> I checked the configurations. All correspond to what Alvaro indicates.
>>>>>
>>>>> I noticed that OM 5.1.0 guides omit several settings that were present
>>>>> in OM 5.0.0:
>>>>> 1) user=kurento:a_new_password in /etc/turnserver.conf;
>>>>>
>>>>
>>> this setting is useless
>>>
>>>
>>>> 2) DAEMON_USER="kurento" in /etc/default/kurento-media-server;
>>>>>
>>>>
>>> KMS should be started as user who starts OM (so they have write access
>>> to the same folders)
>>>
>>>
>>>> 3) and turnUser="kurento:here the password you choosed for kurento in
>>>>> step 6 " in webapps/openmeetings/WEB-INF/classes/openmeetings.properties.
>>>>>
>>>>
>>> `turnUser` can be any string for example Robert
>>> `turnPass` should match cotirn `static_auth_secret` (or something like
>>> this)
>>>
>>>
>>>>
>>>>> I tried setting those three items, like it used to be in 5.0.0, but
>>>>> that did not make any difference.
>>>>>
>>>>> May be someone else ran into the issue and could advise me?
>>>>>
>>>>> Thank you very much.
>>>>> Robert.
>>>>>
>>>>>
>>>>>
>>>>> On Sat, Jan 2, 2021 at 10:10 AM Robert Savickas <ro...@gmail.com>
>>>>> wrote:
>>>>>
>>>>>> Dear Kaffeesurrogat,
>>>>>>
>>>>>> That's perfect, thank you!
>>>>>>
>>>>>> And happy new year 2021 to all the wonderful team of developers and
>>>>>> users on this forum.  Hope it is a healthy, more joyful, and successful
>>>>>> year for you all.
>>>>>>
>>>>>> Robert.
>>>>>>
>>>>>>
>>>>>> On Sat, Jan 2, 2021 at 5:06 AM kaffeesurrogat <
>>>>>> kaffeesurrogat@posteo.de> wrote:
>>>>>>
>>>>>>> Hi Robert,
>>>>>>>
>>>>>>> login in as Admin -> Configuration
>>>>>>>
>>>>>>> search for
>>>>>>>
>>>>>>> auto.open.sharing
>>>>>>>
>>>>>>> set it to true .....
>>>>>>>
>>>>>>> this should do it ....
>>>>>>>
>>>>>>>
>>>>>>> BTW. Happy new year to all of you .....
>>>>>>>
>>>>>>>
>>>>>>> Have fun,
>>>>>>>
>>>>>>> kaffeesurrogat
>>>>>>>
>>>>>>>
>>>>>>> On 02/01/2021 09:04, Robert Savickas wrote:
>>>>>>> > Dear Maxim,
>>>>>>> >
>>>>>>> > If we are having a meeting and one of the users decides to share
>>>>>>> his
>>>>>>> > screen, other users can not see the screen, unless they click on
>>>>>>> the
>>>>>>> > small screen-share symbol in the top right corner.
>>>>>>> >
>>>>>>> > I think I saw this question already asked; however, I could not
>>>>>>> find
>>>>>>> > it among OM-related emails: is it possible to have the shared
>>>>>>> screen
>>>>>>> > pop up automatically on every one's OM session when one user
>>>>>>> shares
>>>>>>> > his screen?
>>>>>>> >
>>>>>>> > Thank you.
>>>>>>> > Robert.
>>>>>>> >
>>>>>>>
>>>>>>>
>>>
>>> --
>>> Best regards,
>>> Maxim
>>>
>>

-- 
Best regards,
Maxim

Re: Coturn issues, again?

Posted by Robert Savickas <ro...@gmail.com>.
Maxim,

Just an update. It all works very well now. As always, thank you for your
tips.

Turns out that the long password in file turnserver.conf for the variable
"static-auth-secret" had a trailing tab at the end of the password.  That
tab was not visible with a naked eye. But when I scrolled to the end of
line, I saw that the cursor went well past the end of the password; so the
empty spaces in the end of the line were counted as part of the long
password, which, of course was wrong.  This naughty invisible "bug" was
bugging the system half of the day :)

Robert.


On Sat, Jan 2, 2021 at 10:49 PM Robert Savickas <ro...@gmail.com>
wrote:

> Maxim,
>
> Merry Orthodox Christmas to you!
>
> I think all my settings are as you describe. But I will check again.
>
> I start all the servers as a superuser. May be that is the problem
> (although I did this way previously, too)
>
> Thank you.
>
> Enjoy the holiday!
>
> Robert
>
>
> On Sat, Jan 2, 2021, 22:31 Maxim Solodovnik <so...@gmail.com> wrote:
>
>>
>>
>> On Sun, 3 Jan 2021 at 10:03, Robert Savickas <ro...@gmail.com>
>> wrote:
>>
>>> I also tried to put the line "user=nobody:a_new_password" in
>>> the /etc/turnserver.conf file, as per the OM 5.0.1 instructions. But
>>>
>>
>> I don't have this line in my config
>>
>>
>>> that did not make a difference, either...
>>>
>>> Thank you.
>>>
>>> On Sat, Jan 2, 2021 at 6:18 PM Robert Savickas <ro...@gmail.com>
>>> wrote:
>>>
>>>> Dear Friends,
>>>>
>>>> Up until now, I was running OM 5.0.0 and it ran fine.
>>>>
>>>> Today, I installed OM 5.1.0 on a new server.
>>>>
>>>
>> The server is new
>> could you check if correct IP addresses are used?
>>
>>
>>> As usual, I followed Alvaro's excellent guides to the letter.
>>>>
>>>> And, now, I am experiencing a familiar Coturn problem. Specifically,
>>>> when I connect to the OM service from computers on the same network,
>>>> everything works. But with remote computers, there is no video or sound.
>>>> Everyone can see and hear only themselves.
>>>>
>>>> In the past, it was an issue with Coturn not running, or being
>>>> mis-configured.  At this time; however, everything running, tomcat, kms,
>>>> coturn, are all running.
>>>>
>>>> All needed ports in the firewall are open.
>>>>
>>>> I checked the configurations. All correspond to what Alvaro indicates.
>>>>
>>>> I noticed that OM 5.1.0 guides omit several settings that were present
>>>> in OM 5.0.0:
>>>> 1) user=kurento:a_new_password in /etc/turnserver.conf;
>>>>
>>>
>> this setting is useless
>>
>>
>>> 2) DAEMON_USER="kurento" in /etc/default/kurento-media-server;
>>>>
>>>
>> KMS should be started as user who starts OM (so they have write access to
>> the same folders)
>>
>>
>>> 3) and turnUser="kurento:here the password you choosed for kurento in
>>>> step 6 " in webapps/openmeetings/WEB-INF/classes/openmeetings.properties.
>>>>
>>>
>> `turnUser` can be any string for example Robert
>> `turnPass` should match cotirn `static_auth_secret` (or something like
>> this)
>>
>>
>>>
>>>> I tried setting those three items, like it used to be in 5.0.0, but
>>>> that did not make any difference.
>>>>
>>>> May be someone else ran into the issue and could advise me?
>>>>
>>>> Thank you very much.
>>>> Robert.
>>>>
>>>>
>>>>
>>>> On Sat, Jan 2, 2021 at 10:10 AM Robert Savickas <ro...@gmail.com>
>>>> wrote:
>>>>
>>>>> Dear Kaffeesurrogat,
>>>>>
>>>>> That's perfect, thank you!
>>>>>
>>>>> And happy new year 2021 to all the wonderful team of developers and
>>>>> users on this forum.  Hope it is a healthy, more joyful, and successful
>>>>> year for you all.
>>>>>
>>>>> Robert.
>>>>>
>>>>>
>>>>> On Sat, Jan 2, 2021 at 5:06 AM kaffeesurrogat <
>>>>> kaffeesurrogat@posteo.de> wrote:
>>>>>
>>>>>> Hi Robert,
>>>>>>
>>>>>> login in as Admin -> Configuration
>>>>>>
>>>>>> search for
>>>>>>
>>>>>> auto.open.sharing
>>>>>>
>>>>>> set it to true .....
>>>>>>
>>>>>> this should do it ....
>>>>>>
>>>>>>
>>>>>> BTW. Happy new year to all of you .....
>>>>>>
>>>>>>
>>>>>> Have fun,
>>>>>>
>>>>>> kaffeesurrogat
>>>>>>
>>>>>>
>>>>>> On 02/01/2021 09:04, Robert Savickas wrote:
>>>>>> > Dear Maxim,
>>>>>> >
>>>>>> > If we are having a meeting and one of the users decides to share
>>>>>> his
>>>>>> > screen, other users can not see the screen, unless they click on
>>>>>> the
>>>>>> > small screen-share symbol in the top right corner.
>>>>>> >
>>>>>> > I think I saw this question already asked; however, I could not
>>>>>> find
>>>>>> > it among OM-related emails: is it possible to have the shared
>>>>>> screen
>>>>>> > pop up automatically on every one's OM session when one user shares
>>>>>> > his screen?
>>>>>> >
>>>>>> > Thank you.
>>>>>> > Robert.
>>>>>> >
>>>>>>
>>>>>>
>>
>> --
>> Best regards,
>> Maxim
>>
>

Re: Coturn issues, again?

Posted by Robert Savickas <ro...@gmail.com>.
Maxim,

Merry Orthodox Christmas to you!

I think all my settings are as you describe. But I will check again.

I start all the servers as a superuser. May be that is the problem
(although I did this way previously, too)

Thank you.

Enjoy the holiday!

Robert


On Sat, Jan 2, 2021, 22:31 Maxim Solodovnik <so...@gmail.com> wrote:

>
>
> On Sun, 3 Jan 2021 at 10:03, Robert Savickas <ro...@gmail.com>
> wrote:
>
>> I also tried to put the line "user=nobody:a_new_password" in
>> the /etc/turnserver.conf file, as per the OM 5.0.1 instructions. But
>>
>
> I don't have this line in my config
>
>
>> that did not make a difference, either...
>>
>> Thank you.
>>
>> On Sat, Jan 2, 2021 at 6:18 PM Robert Savickas <ro...@gmail.com>
>> wrote:
>>
>>> Dear Friends,
>>>
>>> Up until now, I was running OM 5.0.0 and it ran fine.
>>>
>>> Today, I installed OM 5.1.0 on a new server.
>>>
>>
> The server is new
> could you check if correct IP addresses are used?
>
>
>> As usual, I followed Alvaro's excellent guides to the letter.
>>>
>>> And, now, I am experiencing a familiar Coturn problem. Specifically,
>>> when I connect to the OM service from computers on the same network,
>>> everything works. But with remote computers, there is no video or sound.
>>> Everyone can see and hear only themselves.
>>>
>>> In the past, it was an issue with Coturn not running, or being
>>> mis-configured.  At this time; however, everything running, tomcat, kms,
>>> coturn, are all running.
>>>
>>> All needed ports in the firewall are open.
>>>
>>> I checked the configurations. All correspond to what Alvaro indicates.
>>>
>>> I noticed that OM 5.1.0 guides omit several settings that were present
>>> in OM 5.0.0:
>>> 1) user=kurento:a_new_password in /etc/turnserver.conf;
>>>
>>
> this setting is useless
>
>
>> 2) DAEMON_USER="kurento" in /etc/default/kurento-media-server;
>>>
>>
> KMS should be started as user who starts OM (so they have write access to
> the same folders)
>
>
>> 3) and turnUser="kurento:here the password you choosed for kurento in
>>> step 6 " in webapps/openmeetings/WEB-INF/classes/openmeetings.properties.
>>>
>>
> `turnUser` can be any string for example Robert
> `turnPass` should match cotirn `static_auth_secret` (or something like
> this)
>
>
>>
>>> I tried setting those three items, like it used to be in 5.0.0, but that
>>> did not make any difference.
>>>
>>> May be someone else ran into the issue and could advise me?
>>>
>>> Thank you very much.
>>> Robert.
>>>
>>>
>>>
>>> On Sat, Jan 2, 2021 at 10:10 AM Robert Savickas <ro...@gmail.com>
>>> wrote:
>>>
>>>> Dear Kaffeesurrogat,
>>>>
>>>> That's perfect, thank you!
>>>>
>>>> And happy new year 2021 to all the wonderful team of developers and
>>>> users on this forum.  Hope it is a healthy, more joyful, and successful
>>>> year for you all.
>>>>
>>>> Robert.
>>>>
>>>>
>>>> On Sat, Jan 2, 2021 at 5:06 AM kaffeesurrogat <ka...@posteo.de>
>>>> wrote:
>>>>
>>>>> Hi Robert,
>>>>>
>>>>> login in as Admin -> Configuration
>>>>>
>>>>> search for
>>>>>
>>>>> auto.open.sharing
>>>>>
>>>>> set it to true .....
>>>>>
>>>>> this should do it ....
>>>>>
>>>>>
>>>>> BTW. Happy new year to all of you .....
>>>>>
>>>>>
>>>>> Have fun,
>>>>>
>>>>> kaffeesurrogat
>>>>>
>>>>>
>>>>> On 02/01/2021 09:04, Robert Savickas wrote:
>>>>> > Dear Maxim,
>>>>> >
>>>>> > If we are having a meeting and one of the users decides to share his
>>>>> > screen, other users can not see the screen, unless they click on the
>>>>> > small screen-share symbol in the top right corner.
>>>>> >
>>>>> > I think I saw this question already asked; however, I could not find
>>>>> > it among OM-related emails: is it possible to have the shared screen
>>>>> > pop up automatically on every one's OM session when one user shares
>>>>> > his screen?
>>>>> >
>>>>> > Thank you.
>>>>> > Robert.
>>>>> >
>>>>>
>>>>>
>
> --
> Best regards,
> Maxim
>

Re: Coturn issues, again?

Posted by Maxim Solodovnik <so...@gmail.com>.
On Sun, 3 Jan 2021 at 10:03, Robert Savickas <ro...@gmail.com> wrote:

> I also tried to put the line "user=nobody:a_new_password" in
> the /etc/turnserver.conf file, as per the OM 5.0.1 instructions. But
>

I don't have this line in my config


> that did not make a difference, either...
>
> Thank you.
>
> On Sat, Jan 2, 2021 at 6:18 PM Robert Savickas <ro...@gmail.com>
> wrote:
>
>> Dear Friends,
>>
>> Up until now, I was running OM 5.0.0 and it ran fine.
>>
>> Today, I installed OM 5.1.0 on a new server.
>>
>
The server is new
could you check if correct IP addresses are used?


> As usual, I followed Alvaro's excellent guides to the letter.
>>
>> And, now, I am experiencing a familiar Coturn problem. Specifically, when
>> I connect to the OM service from computers on the same network, everything
>> works. But with remote computers, there is no video or sound.  Everyone can
>> see and hear only themselves.
>>
>> In the past, it was an issue with Coturn not running, or being
>> mis-configured.  At this time; however, everything running, tomcat, kms,
>> coturn, are all running.
>>
>> All needed ports in the firewall are open.
>>
>> I checked the configurations. All correspond to what Alvaro indicates.
>>
>> I noticed that OM 5.1.0 guides omit several settings that were present in
>> OM 5.0.0:
>> 1) user=kurento:a_new_password in /etc/turnserver.conf;
>>
>
this setting is useless


> 2) DAEMON_USER="kurento" in /etc/default/kurento-media-server;
>>
>
KMS should be started as user who starts OM (so they have write access to
the same folders)


> 3) and turnUser="kurento:here the password you choosed for kurento in step
>> 6 " in webapps/openmeetings/WEB-INF/classes/openmeetings.properties.
>>
>
`turnUser` can be any string for example Robert
`turnPass` should match cotirn `static_auth_secret` (or something like this)


>
>> I tried setting those three items, like it used to be in 5.0.0, but that
>> did not make any difference.
>>
>> May be someone else ran into the issue and could advise me?
>>
>> Thank you very much.
>> Robert.
>>
>>
>>
>> On Sat, Jan 2, 2021 at 10:10 AM Robert Savickas <ro...@gmail.com>
>> wrote:
>>
>>> Dear Kaffeesurrogat,
>>>
>>> That's perfect, thank you!
>>>
>>> And happy new year 2021 to all the wonderful team of developers and
>>> users on this forum.  Hope it is a healthy, more joyful, and successful
>>> year for you all.
>>>
>>> Robert.
>>>
>>>
>>> On Sat, Jan 2, 2021 at 5:06 AM kaffeesurrogat <ka...@posteo.de>
>>> wrote:
>>>
>>>> Hi Robert,
>>>>
>>>> login in as Admin -> Configuration
>>>>
>>>> search for
>>>>
>>>> auto.open.sharing
>>>>
>>>> set it to true .....
>>>>
>>>> this should do it ....
>>>>
>>>>
>>>> BTW. Happy new year to all of you .....
>>>>
>>>>
>>>> Have fun,
>>>>
>>>> kaffeesurrogat
>>>>
>>>>
>>>> On 02/01/2021 09:04, Robert Savickas wrote:
>>>> > Dear Maxim,
>>>> >
>>>> > If we are having a meeting and one of the users decides to share his
>>>> > screen, other users can not see the screen, unless they click on the
>>>> > small screen-share symbol in the top right corner.
>>>> >
>>>> > I think I saw this question already asked; however, I could not find
>>>> > it among OM-related emails: is it possible to have the shared screen
>>>> > pop up automatically on every one's OM session when one user shares
>>>> > his screen?
>>>> >
>>>> > Thank you.
>>>> > Robert.
>>>> >
>>>>
>>>>

-- 
Best regards,
Maxim

Re: Coturn issues, again?

Posted by Robert Savickas <ro...@gmail.com>.
I also tried to put the line "user=nobody:a_new_password" in
the /etc/turnserver.conf file, as per the OM 5.0.1 instructions. But that
did not make a difference, either...

Thank you.

On Sat, Jan 2, 2021 at 6:18 PM Robert Savickas <ro...@gmail.com>
wrote:

> Dear Friends,
>
> Up until now, I was running OM 5.0.0 and it ran fine.
>
> Today, I installed OM 5.1.0 on a new server. As usual, I followed Alvaro's
> excellent guides to the letter.
>
> And, now, I am experiencing a familiar Coturn problem. Specifically, when
> I connect to the OM service from computers on the same network, everything
> works. But with remote computers, there is no video or sound.  Everyone can
> see and hear only themselves.
>
> In the past, it was an issue with Coturn not running, or being
> mis-configured.  At this time; however, everything running, tomcat, kms,
> coturn, are all running.
>
> All needed ports in the firewall are open.
>
> I checked the configurations. All correspond to what Alvaro indicates.
>
> I noticed that OM 5.1.0 guides omit several settings that were present in
> OM 5.0.0:
> 1) user=kurento:a_new_password in /etc/turnserver.conf;
> 2) DAEMON_USER="kurento" in /etc/default/kurento-media-server;
> 3) and turnUser="kurento:here the password you choosed for kurento in step
> 6 " in webapps/openmeetings/WEB-INF/classes/openmeetings.properties.
>
> I tried setting those three items, like it used to be in 5.0.0, but that
> did not make any difference.
>
> May be someone else ran into the issue and could advise me?
>
> Thank you very much.
> Robert.
>
>
>
> On Sat, Jan 2, 2021 at 10:10 AM Robert Savickas <ro...@gmail.com>
> wrote:
>
>> Dear Kaffeesurrogat,
>>
>> That's perfect, thank you!
>>
>> And happy new year 2021 to all the wonderful team of developers and users
>> on this forum.  Hope it is a healthy, more joyful, and successful year for
>> you all.
>>
>> Robert.
>>
>>
>> On Sat, Jan 2, 2021 at 5:06 AM kaffeesurrogat <ka...@posteo.de>
>> wrote:
>>
>>> Hi Robert,
>>>
>>> login in as Admin -> Configuration
>>>
>>> search for
>>>
>>> auto.open.sharing
>>>
>>> set it to true .....
>>>
>>> this should do it ....
>>>
>>>
>>> BTW. Happy new year to all of you .....
>>>
>>>
>>> Have fun,
>>>
>>> kaffeesurrogat
>>>
>>>
>>> On 02/01/2021 09:04, Robert Savickas wrote:
>>> > Dear Maxim,
>>> >
>>> > If we are having a meeting and one of the users decides to share his
>>> > screen, other users can not see the screen, unless they click on the
>>> > small screen-share symbol in the top right corner.
>>> >
>>> > I think I saw this question already asked; however, I could not find
>>> > it among OM-related emails: is it possible to have the shared screen
>>> > pop up automatically on every one's OM session when one user shares
>>> > his screen?
>>> >
>>> > Thank you.
>>> > Robert.
>>> >
>>>
>>>

Coturn issues, again?

Posted by Robert Savickas <ro...@gmail.com>.
Dear Friends,

Up until now, I was running OM 5.0.0 and it ran fine.

Today, I installed OM 5.1.0 on a new server. As usual, I followed Alvaro's
excellent guides to the letter.

And, now, I am experiencing a familiar Coturn problem. Specifically, when I
connect to the OM service from computers on the same network, everything
works. But with remote computers, there is no video or sound.  Everyone can
see and hear only themselves.

In the past, it was an issue with Coturn not running, or being
mis-configured.  At this time; however, everything running, tomcat, kms,
coturn, are all running.

All needed ports in the firewall are open.

I checked the configurations. All correspond to what Alvaro indicates.

I noticed that OM 5.1.0 guides omit several settings that were present in
OM 5.0.0:
1) user=kurento:a_new_password in /etc/turnserver.conf;
2) DAEMON_USER="kurento" in /etc/default/kurento-media-server;
3) and turnUser="kurento:here the password you choosed for kurento in step
6 " in webapps/openmeetings/WEB-INF/classes/openmeetings.properties.

I tried setting those three items, like it used to be in 5.0.0, but that
did not make any difference.

May be someone else ran into the issue and could advise me?

Thank you very much.
Robert.



On Sat, Jan 2, 2021 at 10:10 AM Robert Savickas <ro...@gmail.com>
wrote:

> Dear Kaffeesurrogat,
>
> That's perfect, thank you!
>
> And happy new year 2021 to all the wonderful team of developers and users
> on this forum.  Hope it is a healthy, more joyful, and successful year for
> you all.
>
> Robert.
>
>
> On Sat, Jan 2, 2021 at 5:06 AM kaffeesurrogat <ka...@posteo.de>
> wrote:
>
>> Hi Robert,
>>
>> login in as Admin -> Configuration
>>
>> search for
>>
>> auto.open.sharing
>>
>> set it to true .....
>>
>> this should do it ....
>>
>>
>> BTW. Happy new year to all of you .....
>>
>>
>> Have fun,
>>
>> kaffeesurrogat
>>
>>
>> On 02/01/2021 09:04, Robert Savickas wrote:
>> > Dear Maxim,
>> >
>> > If we are having a meeting and one of the users decides to share his
>> > screen, other users can not see the screen, unless they click on the
>> > small screen-share symbol in the top right corner.
>> >
>> > I think I saw this question already asked; however, I could not find
>> > it among OM-related emails: is it possible to have the shared screen
>> > pop up automatically on every one's OM session when one user shares
>> > his screen?
>> >
>> > Thank you.
>> > Robert.
>> >
>>
>>

Re: Screen share: immediately show?

Posted by Maxim Solodovnik <so...@gmail.com>.
This is "per server" setting ...

On Sun, 3 Jan 2021 at 11:16, Ali Alhaidary <al...@the5stars.org>
wrote:

> You are right, but who said anything about group moderator? I was talking
> about the room moderator ...
>
> Ali
> On 1/3/21 6:25 AM, Maxim Solodovnik wrote:
>
> Hello All,
>
> We have public holidays here in Russia, so please expect some delays in
> answers :)
>
> >> Hi @Max, can this option be moved to settings of the room moderator?
>
> This is a system global setting, why should the group moderator be able to
> change it?
> What if the moderator of one group will turn it ON while moderator of
> another group will turn it OFF ...
>
> On Sat, 2 Jan 2021 at 22:10, Robert Savickas <ro...@gmail.com>
> wrote:
>
>> Dear Kaffeesurrogat,
>>
>> That's perfect, thank you!
>>
>> And happy new year 2021 to all the wonderful team of developers and users
>> on this forum.  Hope it is a healthy, more joyful, and successful year for
>> you all.
>>
>> Robert.
>>
>>
>> On Sat, Jan 2, 2021 at 5:06 AM kaffeesurrogat <ka...@posteo.de>
>> wrote:
>>
>>> Hi Robert,
>>>
>>> login in as Admin -> Configuration
>>>
>>> search for
>>>
>>> auto.open.sharing
>>>
>>
> I totally forgot about this option :)
>
>
>>
>>> set it to true .....
>>>
>>> this should do it ....
>>>
>>>
>>> BTW. Happy new year to all of you .....
>>>
>>>
>>> Have fun,
>>>
>>> kaffeesurrogat
>>>
>>>
>>> On 02/01/2021 09:04, Robert Savickas wrote:
>>> > Dear Maxim,
>>> >
>>> > If we are having a meeting and one of the users decides to share his
>>> > screen, other users can not see the screen, unless they click on the
>>> > small screen-share symbol in the top right corner.
>>> >
>>> > I think I saw this question already asked; however, I could not find
>>> > it among OM-related emails: is it possible to have the shared screen
>>> > pop up automatically on every one's OM session when one user shares
>>> > his screen?
>>> >
>>> > Thank you.
>>> > Robert.
>>> >
>>>
>>>
>
> --
> Best regards,
> Maxim
>
>

-- 
Best regards,
Maxim

Re: Screen share: immediately show?

Posted by Ali Alhaidary <al...@the5stars.org>.
You are right, but who said anything about group moderator? I was 
talking about the room moderator ...

Ali

On 1/3/21 6:25 AM, Maxim Solodovnik wrote:
> Hello All,
>
> We have public holidays here in Russia, so please expect some delays 
> in answers :)
>
> >> Hi @Max, can this option be moved to settings of the room moderator?
>
> This is a system global setting, why should the group moderator be 
> able to change it?
> What if the moderator of one group will turn it ON while moderator of 
> another group will turn it OFF ...
>
> On Sat, 2 Jan 2021 at 22:10, Robert Savickas <robsavickas@gmail.com 
> <ma...@gmail.com>> wrote:
>
>     Dear Kaffeesurrogat,
>
>     That's perfect, thank you!
>
>     And happy new year 2021 to all the wonderful team of developers
>     and users on this forum.  Hope it is a healthy, more joyful, and
>     successful year for you all.
>
>     Robert.
>
>
>     On Sat, Jan 2, 2021 at 5:06 AM kaffeesurrogat
>     <kaffeesurrogat@posteo.de <ma...@posteo.de>> wrote:
>
>         Hi Robert,
>
>         login in as Admin -> Configuration
>
>         search for
>
>         auto.open.sharing
>
>
> I totally forgot about this option :)
>
>
>         set it to true .....
>
>         this should do it ....
>
>
>         BTW. Happy new year to all of you .....
>
>
>         Have fun,
>
>         kaffeesurrogat
>
>
>         On 02/01/2021 09:04, Robert Savickas wrote:
>         > Dear Maxim,
>         >
>         > If we are having a meeting and one of the users decides to
>         share his
>         > screen, other users can not see the screen, unless they
>         click on the
>         > small screen-share symbol in the top right corner.
>         >
>         > I think I saw this question already asked; however, I could
>         not find
>         > it among OM-related emails: is it possible to have the
>         shared screen
>         > pop up automatically on every one's OM session when one user
>         shares
>         > his screen?
>         >
>         > Thank you.
>         > Robert.
>         >
>
>
>
> -- 
> Best regards,
> Maxim

Re: Screen share: immediately show?

Posted by Maxim Solodovnik <so...@gmail.com>.
Hello All,

We have public holidays here in Russia, so please expect some delays in
answers :)

>> Hi @Max, can this option be moved to settings of the room moderator?

This is a system global setting, why should the group moderator be able to
change it?
What if the moderator of one group will turn it ON while moderator of
another group will turn it OFF ...

On Sat, 2 Jan 2021 at 22:10, Robert Savickas <ro...@gmail.com> wrote:

> Dear Kaffeesurrogat,
>
> That's perfect, thank you!
>
> And happy new year 2021 to all the wonderful team of developers and users
> on this forum.  Hope it is a healthy, more joyful, and successful year for
> you all.
>
> Robert.
>
>
> On Sat, Jan 2, 2021 at 5:06 AM kaffeesurrogat <ka...@posteo.de>
> wrote:
>
>> Hi Robert,
>>
>> login in as Admin -> Configuration
>>
>> search for
>>
>> auto.open.sharing
>>
>
I totally forgot about this option :)


>
>> set it to true .....
>>
>> this should do it ....
>>
>>
>> BTW. Happy new year to all of you .....
>>
>>
>> Have fun,
>>
>> kaffeesurrogat
>>
>>
>> On 02/01/2021 09:04, Robert Savickas wrote:
>> > Dear Maxim,
>> >
>> > If we are having a meeting and one of the users decides to share his
>> > screen, other users can not see the screen, unless they click on the
>> > small screen-share symbol in the top right corner.
>> >
>> > I think I saw this question already asked; however, I could not find
>> > it among OM-related emails: is it possible to have the shared screen
>> > pop up automatically on every one's OM session when one user shares
>> > his screen?
>> >
>> > Thank you.
>> > Robert.
>> >
>>
>>

-- 
Best regards,
Maxim

Re: Screen share: immediately show?

Posted by Robert Savickas <ro...@gmail.com>.
Dear Kaffeesurrogat,

That's perfect, thank you!

And happy new year 2021 to all the wonderful team of developers and users
on this forum.  Hope it is a healthy, more joyful, and successful year for
you all.

Robert.


On Sat, Jan 2, 2021 at 5:06 AM kaffeesurrogat <ka...@posteo.de>
wrote:

> Hi Robert,
>
> login in as Admin -> Configuration
>
> search for
>
> auto.open.sharing
>
> set it to true .....
>
> this should do it ....
>
>
> BTW. Happy new year to all of you .....
>
>
> Have fun,
>
> kaffeesurrogat
>
>
> On 02/01/2021 09:04, Robert Savickas wrote:
> > Dear Maxim,
> >
> > If we are having a meeting and one of the users decides to share his
> > screen, other users can not see the screen, unless they click on the
> > small screen-share symbol in the top right corner.
> >
> > I think I saw this question already asked; however, I could not find
> > it among OM-related emails: is it possible to have the shared screen
> > pop up automatically on every one's OM session when one user shares
> > his screen?
> >
> > Thank you.
> > Robert.
> >
>
>

Re: Screen share: immediately show?

Posted by Ali Alhaidary <al...@the5stars.org>.
Hi @Max, can this option be moved to settings of the room moderator?

Ali

On 1/2/21 1:05 PM, kaffeesurrogat wrote:
> Hi Robert,
>
> login in as Admin -> Configuration
>
> search for
>
> auto.open.sharing
>
> set it to true .....
>
> this should do it ....
>
>
> BTW. Happy new year to all of you .....
>
>
> Have fun,
>
> kaffeesurrogat
>
>
> On 02/01/2021 09:04, Robert Savickas wrote:
>> Dear Maxim,
>>
>> If we are having a meeting and one of the users decides to share his 
>> screen, other users can not see the screen, unless they click on the 
>> small screen-share symbol in the top right corner.
>>
>> I think I saw this question already asked; however, I could not find 
>> it among OM-related emails: is it possible to have the shared screen 
>> pop up automatically on every one's OM session when one user shares 
>> his screen?
>>
>> Thank you.
>> Robert.
>>
>

Re: Screen share: immediately show?

Posted by kaffeesurrogat <ka...@posteo.de>.
Hi Robert,

login in as Admin -> Configuration

search for

auto.open.sharing

set it to true .....

this should do it ....


BTW. Happy new year to all of you .....


Have fun,

kaffeesurrogat


On 02/01/2021 09:04, Robert Savickas wrote:
> Dear Maxim,
>
> If we are having a meeting and one of the users decides to share his 
> screen, other users can not see the screen, unless they click on the 
> small screen-share symbol in the top right corner.
>
> I think I saw this question already asked; however, I could not find 
> it among OM-related emails: is it possible to have the shared screen 
> pop up automatically on every one's OM session when one user shares 
> his screen?
>
> Thank you.
> Robert.
>


Screen share: immediately show?

Posted by Robert Savickas <ro...@gmail.com>.
Dear Maxim,

If we are having a meeting and one of the users decides to share his
screen, other users can not see the screen, unless they click on the small
screen-share symbol in the top right corner.

I think I saw this question already asked; however, I could not find it
among OM-related emails: is it possible to have the shared screen pop up
automatically on every one's OM session when one user shares his screen?

Thank you.
Robert.

Re: LDAP config Manual, 1st draft

Posted by Maxim Solodovnik <so...@gmail.com>.
Hello Orm,

On Mon, 13 Apr 2020 at 03:20, Orm Finnendahl <
orm.finnendahl@selma.hfmdk-frankfurt.de> wrote:

> Hi,
>
>  I made a draft of a LDAP config howto and uploaded it here for
> review:
>
> https://selma.hfmdk-frankfurt.de/howtos/OM-ldap-howto.html
>
> I hope it's not too verbose, but since I had problems figuring out the
> ldap config in OM from the docs found online I tried to write up
> something in a way that even somebody like me with little ldap
> experience and knowledge would've understood without having to ask
> this mailing list and spend a lot of time trying to figure it out.
>
> I already forked the OM github repo and can issue a pull request, but
> I'm unsure about the preferred format of the document (XML, MD,
> pdf?). Please let me know what you'd prefer. The original is in org
> format but I can provide any format.
>

I love PRs :)))
The current version is here
https://github.com/apache/openmeetings/blob/master/openmeetings-server/src/site/xdoc/LdapAndADS.xml
Please create LdapAndADS.md in
https://github.com/apache/openmeetings/tree/master/openmeetings-server/src/site/markdown
Fill free to re-use any part of original instructions :)
We can discuss contents during PR review :))


>
> As I read about the manual draft for OM 5 on this mailing list, feel
> free to incorporate this in case it isn't already present or needs
> improvement. I'd be willing to do it myself if you find it useful and
> someone provides access for me to the current state.
>

User Manual is here
https://cwiki.apache.org/confluence/display/OPENMEETINGS/OpenMeetings+5+Manual
Please tell me you Confluence ID and all grant you with permissions
(not sure how those binary files can be edited :((( )


>
> --
> Orm
>


-- 
Best regards,
Maxim