Re: LDAP : No more external members

2010-12-14 Thread seba.wag...@gmail.com
have a look in Administration > Configuration

there is one config key to be set to zero and the registration button is
gone.

Sebastian

2010/12/14 Dominique Fournier 

> Hi
> I use a LDAP authentication and I would like to stop the creation of
> external users (in localDB).
> My openmeetings server need internal users to use rooms, external users are
> only guest by mail.
> I don't see anything in documentation about this problem.
> Is there a way to remove the registration of external members ?
>
> Thanks for this great job !
>
> --
> You received this message because you are subscribed to the Google Groups
> "OpenMeetings User" group.
> To post to this group, send email to openmeetings-u...@googlegroups.com.
> To unsubscribe from this group, send email to
> openmeetings-user+unsubscr...@googlegroups.com
> .
> For more options, visit this group at
> http://groups.google.com/group/openmeetings-user?hl=en.
>



-- 
Sebastian Wagner
http://www.webbase-design.de
http://openmeetings.googlecode.com
http://www.wagner-sebastian.com
seba.wag...@gmail.com

-- 
You received this message because you are subscribed to the Google Groups 
"OpenMeetings User" group.
To post to this group, send email to openmeetings-u...@googlegroups.com.
To unsubscribe from this group, send email to 
openmeetings-user+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/openmeetings-user?hl=en.



LDAP : No more external members

2010-12-14 Thread Dominique Fournier
Hi 
I use a LDAP authentication and I would like to stop the creation of 
external users (in localDB). 
My openmeetings server need internal users to use rooms, external users are 
only guest by mail.
I don't see anything in documentation about this problem.
Is there a way to remove the registration of external members ? 

Thanks for this great job !

-- 
You received this message because you are subscribed to the Google Groups 
"OpenMeetings User" group.
To post to this group, send email to openmeetings-u...@googlegroups.com.
To unsubscribe from this group, send email to 
openmeetings-user+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/openmeetings-user?hl=en.



Re: How to use OM behind Apache proxy

2010-12-14 Thread seba.wag...@gmail.com
... what about red5.properties

anyhow I don't think there is a 100% clear installation at the moment. Our
Sys-Admin does this job normally if a customer requires it.

Sebastian

2010/12/14 sgjava 

> This assumes you have configured your OS with Apache, mod_proxy, etc.
> I'm piggy backing on message
>
> http://groups.google.com/group/openmeetings-user/browse_thread/thread/d0c3bd148fc1bdae/9d52a6237ba1ccbe?lnk=gst&q=proxy+pass+8088+5080#9d52a6237ba1ccbe
> which had it working 95%.
>
> Apache config (assumes you are running red5 as non-privileged user
> using default ports):
>
> Set up openmeetings and rtmpt CNAMEs in DNS.that point to Apache proxy
> server.
>
> Add hostname and IP in OS hosts table that point to actual
> openmeetings server on Apache Proxy.
>
> Relevant section of openmeetings virtual host:
>
> 
>ServerAdmin develo...@mydomain.com
>ServerName openmeetings.mydomain.com
>
>ProxyPass / http://openmeetings.mydomain.com:5080/
>ProxyPassReverse / http://openmeetings.mydomain.com:5080/
> ...
> 
>
> Relevant section of openmeetings-rtmpt virtual host:
>
> 
>ServerAdmin develo...@mydomain.com
>ServerName rtmpt.mydomain.com
>
>ProxyPass /openmeetings
> http://openmeetings.mydomain.com:5080/openmeetings
>ProxyPassReverse /openmeetings
> http://openmeetings.mydomain.com:5080/openmeetings
>
>ProxyPass / http://openmeetings.mydomain.com:8088/
>ProxyPassReverse / http://openmeetings.mydomain.com:8088/
> ...
> 
>
> OpenMeetings config:
>
> red5/webapps/openmeetings/config.xml:
>
> rtmpt.mydomain.com
>
> 80
>
> 80
>
> --
> You received this message because you are subscribed to the Google Groups
> "OpenMeetings User" group.
> To post to this group, send email to openmeetings-u...@googlegroups.com.
> To unsubscribe from this group, send email to
> openmeetings-user+unsubscr...@googlegroups.com
> .
> For more options, visit this group at
> http://groups.google.com/group/openmeetings-user?hl=en.
>
>


-- 
Sebastian Wagner
http://www.webbase-design.de
http://openmeetings.googlecode.com
http://www.wagner-sebastian.com
seba.wag...@gmail.com

-- 
You received this message because you are subscribed to the Google Groups 
"OpenMeetings User" group.
To post to this group, send email to openmeetings-u...@googlegroups.com.
To unsubscribe from this group, send email to 
openmeetings-user+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/openmeetings-user?hl=en.



How to use OM behind Apache proxy

2010-12-14 Thread sgjava
This assumes you have configured your OS with Apache, mod_proxy, etc.
I'm piggy backing on message
http://groups.google.com/group/openmeetings-user/browse_thread/thread/d0c3bd148fc1bdae/9d52a6237ba1ccbe?lnk=gst&q=proxy+pass+8088+5080#9d52a6237ba1ccbe
which had it working 95%.

Apache config (assumes you are running red5 as non-privileged user
using default ports):

Set up openmeetings and rtmpt CNAMEs in DNS.that point to Apache proxy
server.

Add hostname and IP in OS hosts table that point to actual
openmeetings server on Apache Proxy.

Relevant section of openmeetings virtual host:


ServerAdmin develo...@mydomain.com
ServerName openmeetings.mydomain.com

ProxyPass / http://openmeetings.mydomain.com:5080/
ProxyPassReverse / http://openmeetings.mydomain.com:5080/
...


Relevant section of openmeetings-rtmpt virtual host:


ServerAdmin develo...@mydomain.com
ServerName rtmpt.mydomain.com

ProxyPass /openmeetings 
http://openmeetings.mydomain.com:5080/openmeetings
ProxyPassReverse /openmeetings 
http://openmeetings.mydomain.com:5080/openmeetings

ProxyPass / http://openmeetings.mydomain.com:8088/
ProxyPassReverse / http://openmeetings.mydomain.com:8088/
...


OpenMeetings config:

red5/webapps/openmeetings/config.xml:

rtmpt.mydomain.com

80

80

-- 
You received this message because you are subscribed to the Google Groups 
"OpenMeetings User" group.
To post to this group, send email to openmeetings-u...@googlegroups.com.
To unsubscribe from this group, send email to 
openmeetings-user+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/openmeetings-user?hl=en.



Re: Build openmeetings

2010-12-14 Thread seba.wag...@gmail.com
no worries Nicolas ^^


Sebastian

2010/12/14 nicolas 

>  OK ok ok
>
> yes it works
>
> Thx and sorry
>
> Nicolas
>
> Le 14/12/2010 16:56, seba.wag...@gmail.com a écrit :
>
> For building the software you have to use the ANT tasks.
>
> Inside eclipse you can only run the software for testing.
>
> The compilation error you say is not really an error, if you have a look
> inside the ant script you'll see that we hae two classpaths there are
> also some postings about this in previous emails.
>
>
> Sebastian
>
> 2010/12/14 nicolas 
>
>> Hi,
>>
>> I try build openmeetings but i have a Import problem.
>>
>> I use elipse with jre java 6 by sun and web tools platform
>>
>> The error message :
>>
>> Description Resource Path Location Type :
>> The import org.apache.mina.common cannot be resolved
>>  ScreenShareRTMPT.java
>>  /ROOT/src/red5-screenshare/org/red5/screen/webstartline 6Java
>> Problem
>>
>> I dont know where is the problem.. Why org.apache.mina.common is not
>> resolved???
>>
>> Have you a idea ?
>>
>> Thx
>>
>> regards
>>
>> Nico
>>
>> --
>> You received this message because you are subscribed to the Google Groups
>> "OpenMeetings User" group.
>> To post to this group, send email to openmeetings-u...@googlegroups.com.
>> To unsubscribe from this group, send email to
>> openmeetings-user+unsubscr...@googlegroups.com
>> .
>> For more options, visit this group at
>> http://groups.google.com/group/openmeetings-user?hl=en.
>>
>>
>
>
> --
> Sebastian Wagner
> http://www.webbase-design.de
> http://openmeetings.googlecode.com
> http://www.wagner-sebastian.com
> seba.wag...@gmail.com
> --
> You received this message because you are subscribed to the Google Groups
> "OpenMeetings User" group.
> To post to this group, send email to openmeetings-u...@googlegroups.com.
> To unsubscribe from this group, send email to
> openmeetings-user+unsubscr...@googlegroups.com.
> For more options, visit this group at
> http://groups.google.com/group/openmeetings-user?hl=en.
>
>
>  --
> You received this message because you are subscribed to the Google Groups
> "OpenMeetings User" group.
> To post to this group, send email to openmeetings-u...@googlegroups.com.
> To unsubscribe from this group, send email to
> openmeetings-user+unsubscr...@googlegroups.com
> .
> For more options, visit this group at
> http://groups.google.com/group/openmeetings-user?hl=en.
>



-- 
Sebastian Wagner
http://www.webbase-design.de
http://openmeetings.googlecode.com
http://www.wagner-sebastian.com
seba.wag...@gmail.com

-- 
You received this message because you are subscribed to the Google Groups 
"OpenMeetings User" group.
To post to this group, send email to openmeetings-u...@googlegroups.com.
To unsubscribe from this group, send email to 
openmeetings-user+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/openmeetings-user?hl=en.



Re: Build openmeetings

2010-12-14 Thread nicolas

OK ok ok

yes it works

Thx and sorry

Nicolas

Le 14/12/2010 16:56, seba.wag...@gmail.com a écrit :

For building the software you have to use the ANT tasks.

Inside eclipse you can only run the software for testing.

The compilation error you say is not really an error, if you have a 
look inside the ant script you'll see that we hae two classpaths 
there are also some postings about this in previous emails.



Sebastian

2010/12/14 nicolas >


Hi,

I try build openmeetings but i have a Import problem.

I use elipse with jre java 6 by sun and web tools platform

The error message :

Description Resource Path Location Type :
The import org.apache.mina.common cannot be resolved  
 ScreenShareRTMPT.java  
 /ROOT/src/red5-screenshare/org/red5/screen/webstartline 6  
 Java Problem


I dont know where is the problem.. Why org.apache.mina.common is
not resolved???

Have you a idea ?

Thx

regards

Nico

-- 
You received this message because you are subscribed to the Google

Groups "OpenMeetings User" group.
To post to this group, send email to
openmeetings-user@googlegroups.com
.
To unsubscribe from this group, send email to
openmeetings-user+unsubscr...@googlegroups.com
.
For more options, visit this group at
http://groups.google.com/group/openmeetings-user?hl=en.




--
Sebastian Wagner
http://www.webbase-design.de
http://openmeetings.googlecode.com
http://www.wagner-sebastian.com
seba.wag...@gmail.com 
--
You received this message because you are subscribed to the Google 
Groups "OpenMeetings User" group.

To post to this group, send email to openmeetings-u...@googlegroups.com.
To unsubscribe from this group, send email to 
openmeetings-user+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/openmeetings-user?hl=en.


--
You received this message because you are subscribed to the Google Groups 
"OpenMeetings User" group.
To post to this group, send email to openmeetings-u...@googlegroups.com.
To unsubscribe from this group, send email to 
openmeetings-user+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/openmeetings-user?hl=en.



Re: Build openmeetings

2010-12-14 Thread seba.wag...@gmail.com
For building the software you have to use the ANT tasks.

Inside eclipse you can only run the software for testing.

The compilation error you say is not really an error, if you have a look
inside the ant script you'll see that we hae two classpaths there are
also some postings about this in previous emails.


Sebastian

2010/12/14 nicolas 

> Hi,
>
> I try build openmeetings but i have a Import problem.
>
> I use elipse with jre java 6 by sun and web tools platform
>
> The error message :
>
> Description Resource Path Location Type :
> The import org.apache.mina.common cannot be resolved
>  ScreenShareRTMPT.java
>  /ROOT/src/red5-screenshare/org/red5/screen/webstartline 6Java
> Problem
>
> I dont know where is the problem.. Why org.apache.mina.common is not
> resolved???
>
> Have you a idea ?
>
> Thx
>
> regards
>
> Nico
>
> --
> You received this message because you are subscribed to the Google Groups
> "OpenMeetings User" group.
> To post to this group, send email to openmeetings-u...@googlegroups.com.
> To unsubscribe from this group, send email to
> openmeetings-user+unsubscr...@googlegroups.com
> .
> For more options, visit this group at
> http://groups.google.com/group/openmeetings-user?hl=en.
>
>


-- 
Sebastian Wagner
http://www.webbase-design.de
http://openmeetings.googlecode.com
http://www.wagner-sebastian.com
seba.wag...@gmail.com

-- 
You received this message because you are subscribed to the Google Groups 
"OpenMeetings User" group.
To post to this group, send email to openmeetings-u...@googlegroups.com.
To unsubscribe from this group, send email to 
openmeetings-user+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/openmeetings-user?hl=en.



Recording playback in moodle

2010-12-14 Thread grzesiekz
Hi

I'm using openmeetings(1.5) with moodle plugin(0.9). After recording
few meetings in different curses, and two different moodle
instalations I saw that You can replay ANY recording from any course
in those moodle installations. Shouldn't recordings be restricted only
to courses in which they were created?

 Thanks
Grzesiek

-- 
You received this message because you are subscribed to the Google Groups 
"OpenMeetings User" group.
To post to this group, send email to openmeetings-u...@googlegroups.com.
To unsubscribe from this group, send email to 
openmeetings-user+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/openmeetings-user?hl=en.



Build openmeetings

2010-12-14 Thread nicolas

Hi,

I try build openmeetings but i have a Import problem.

I use elipse with jre java 6 by sun and web tools platform

The error message :

Description Resource Path Location Type :
The import org.apache.mina.common cannot be resolved
ScreenShareRTMPT.java
/ROOT/src/red5-screenshare/org/red5/screen/webstartline 6Java 
Problem


I dont know where is the problem.. Why org.apache.mina.common is not 
resolved???


Have you a idea ?

Thx

regards

Nico

--
You received this message because you are subscribed to the Google Groups 
"OpenMeetings User" group.
To post to this group, send email to openmeetings-u...@googlegroups.com.
To unsubscribe from this group, send email to 
openmeetings-user+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/openmeetings-user?hl=en.



Deafult Color-Style

2010-12-14 Thread Victorpictor
Hi!

Is it possible to make a color-style default for all users?
For example, I'd like to use the green scheme, but I don't want to
select it every time I log in to the site.
One more thing: if I'd like to create a pure login screen, only with a
username-password fields, where should I start?

Thanks in advance!
Victorpictor

-- 
You received this message because you are subscribed to the Google Groups 
"OpenMeetings User" group.
To post to this group, send email to openmeetings-u...@googlegroups.com.
To unsubscribe from this group, send email to 
openmeetings-user+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/openmeetings-user?hl=en.