Re: [openmeetings-user] Re: LDAP Auth with AD Problems in 1.8

2011-09-19 Thread João Vitor Arruda
Sebastian,
Sure... we are compiling from Nightly Builds...

-- 
You received this message because you are subscribed to the Google Groups 
"OpenMeetings User" group.
To view this discussion on the web visit 
https://groups.google.com/d/msg/openmeetings-user/-/ZMTYIDXjdvIJ.
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.



Re: [openmeetings-user] Re: LDAP Auth with AD Problems in 1.8

2011-09-19 Thread João Vitor Arruda
Sebastian,
It´s working with this patch!! 
Thank you very much. 

PS: The new mute functionality is great!! Good job.!

-- 
You received this message because you are subscribed to the Google Groups 
"OpenMeetings User" group.
To view this discussion on the web visit 
https://groups.google.com/d/msg/openmeetings-user/-/ABe6kpFD5ZgJ.
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.



Re: [openmeetings-user] Re: LDAP Auth with AD Problems in 1.8

2011-09-19 Thread João Vitor Arruda
Did you see my last post? The query against LDAP is returning the MatchDN 
now without problem. 
But the error persist.

-- 
You received this message because you are subscribed to the Google Groups 
"OpenMeetings User" group.
To view this discussion on the web visit 
https://groups.google.com/d/msg/openmeetings-user/-/coa8ok7MCzwJ.
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.



Re: [openmeetings-user] Re: LDAP Auth with AD Problems in 1.8

2011-09-19 Thread João Vitor Arruda
Sebastian,
Will this commit fix the error i´m getting too?

-- 
You received this message because you are subscribed to the Google Groups 
"OpenMeetings User" group.
To view this discussion on the web visit 
https://groups.google.com/d/msg/openmeetings-user/-/RD9XYCILp70J.
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.



Re: [openmeetings-user] LDAP Auth with AD Problems in 1.8

2011-09-16 Thread João Vitor Arruda
Sebastian,
I figure out why the MatchedDN is Null on LDAP Search response. Changing 
thefield_user_principalvar to userPrincipalName 
instead of sAMAccountname resolve the issue.
Now the search result in LDAP match the right DN and brings the user 
information. But now I get another error as follow:

[INFO] [NioProcessor-1] org.red5.server.net.rtmp.codec.RTMPProtocolDecoder - 
Action xmlcrm.loginUser
 WARN 09-16 15:07:41.011 MainService.java 226704 318 
org.openmeetings.app.remote.MainService [NioProcessor-1] - loginUser: 
0599afdefe0d1fefe48c420b1a51da9e username
DEBUG 09-16 15:07:41.011 MainService.java 226704 329 
org.openmeetings.app.remote.MainService [NioProcessor-1] - Ldap Login
DEBUG 09-16 15:07:41.014 LdapLoginManagement.java 226707 230 
org.openmeetings.app.ldap.LdapLoginManagement [NioProcessor-1] - 
LdapLoginmanagement.doLdapLogin
DEBUG 09-16 15:07:41.014 LdapLoginManagement.java 226707 186 
org.openmeetings.app.ldap.LdapLoginManagement [NioProcessor-1] - 
LdapLoginmanagement.getLdapConfigData
DEBUG 09-16 15:07:41.014 LdapLoginManagement.java 226707 205 
org.openmeetings.app.ldap.LdapLoginManagement [NioProcessor-1] - 
LdapLoginmanagement.readConfig : 
/usr/local/src/singlewebapp/dist/red5/webapps/openmeetings/conf/om_ldap.cfg
DEBUG 09-16 15:07:41.015 LdapLoginManagement.java 226708 126 
org.openmeetings.app.ldap.LdapLoginManagement [NioProcessor-1] - 
isValidAuthType
DEBUG 09-16 15:07:41.015 LdapLoginManagement.java 226708 361 
org.openmeetings.app.ldap.LdapLoginManagement [NioProcessor-1] - Searching 
userdata with LDAP Search Filter :(userPrincipalName=username@domain)
DEBUG 09-16 15:07:41.015 LdapAuthBase.java 226708 66 
org.openmeetings.app.ldap.LdapAuthBase [NioProcessor-1] - LdapAuthBase
DEBUG 09-16 15:07:41.015 LdapLoginManagement.java 226708 372 
org.openmeetings.app.ldap.LdapLoginManagement [NioProcessor-1] - 
authenticating admin...
DEBUG 09-16 15:07:41.016 LdapAuthBase.java 226709 83 
org.openmeetings.app.ldap.LdapAuthBase [NioProcessor-1] - authenticateUser
DEBUG 09-16 15:07:41.016 LdapAuthBase.java 226709 99 
org.openmeetings.app.ldap.LdapAuthBase [NioProcessor-1] -
Authentification to LDAP - Server start
DEBUG 09-16 15:07:41.016 LdapAuthBase.java 226709 133 
org.openmeetings.app.ldap.LdapAuthBase [NioProcessor-1] - loginToLdapServer
DEBUG 09-16 15:07:41.026 LdapLoginManagement.java 226719 375 
org.openmeetings.app.ldap.LdapLoginManagement [NioProcessor-1] - Checking 
server type...
DEBUG 09-16 15:07:41.027 LdapAuthBase.java 226720 83 
org.openmeetings.app.ldap.LdapAuthBase [NioProcessor-1] - authenticateUser
DEBUG 09-16 15:07:41.027 LdapAuthBase.java 226720 99 
org.openmeetings.app.ldap.LdapAuthBase [NioProcessor-1] -
Authentification to LDAP - Server start
DEBUG 09-16 15:07:41.027 LdapAuthBase.java 226720 133 
org.openmeetings.app.ldap.LdapAuthBase [NioProcessor-1] - loginToLdapServer
ERROR 09-16 15:07:41.037 LdapLoginManagement.java 226730 415 
org.openmeetings.app.ldap.LdapLoginManagement [NioProcessor-1] - Error 
retrieving Userdata : null
DEBUG 09-16 15:07:41.037 LdapLoginManagement.java 226730 421 
org.openmeetings.app.ldap.LdapLoginManagement [NioProcessor-1] - user doesnt 
exist local -> create new
DEBUG 09-16 15:07:41.037 LdapAuthBase.java 226730 156 
org.openmeetings.app.ldap.LdapAuthBase [NioProcessor-1] - getData
DEBUG 09-16 15:07:41.043 LdapLoginManagement.java 226736 471 
org.openmeetings.app.ldap.LdapLoginManagement [NioProcessor-1] - Synching 
Ldap user to OM DB with RANDOM password: 1m3td5i00nhsd
DEBUG 09-16 15:07:41.043 LdapLoginManagement.java 226736 568 
org.openmeetings.app.ldap.LdapLoginManagement [NioProcessor-1] - 
LdapLoginmanagement.createUserFromLdapData
ERROR 09-16 15:07:41.044 LdapLoginManagement.java 226737 516 
org.openmeetings.app.ldap.LdapLoginManagement [NioProcessor-1] - Error on 
Working Userdata :
java.lang.NullPointerException: null
at 
org.openmeetings.app.ldap.LdapLoginManagement.createUserFromLdapData(LdapLoginManagement.java:621)
 
~[openmeetings.jar:na]
at 
org.openmeetings.app.ldap.LdapLoginManagement.doLdapLogin(LdapLoginManagement.java:473)
 
~[openmeetings.jar:na]
at 
org.openmeetings.app.remote.MainService.loginUser(MainService.java:344) 
[openmeetings.jar:na]
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) 
~[na:1.6.0_24]
at 
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39) 
~[na:1.6.0_24]
at 
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
 
~[na:1.6.0_24]
at java.lang.reflect.Method.invoke(Method.java:597) ~[na:1.6.0_24]
at 
org.red5.server.service.ServiceInvoker.invoke(ServiceInvoker.java:200) 
[red5.jar:na]
at 
org.red5.server.service.ServiceInvoker.invoke(ServiceInvoker.java:118) 
[red5.jar:na]
at 
org.red5.server.net.rtmp.RTMPHandler.invokeCall(RTMPHandler.java:163) 
[red5.jar:na]
at 
org.red5.server.net.rtmp.RTMPHandler.onInvoke(RTMPHandler.java:410) 
[red5.

[openmeetings-user] Re: edit rtmp: / / 192.168.1.200:1935 / openmeetings / hibernate

2011-09-16 Thread João Vitor Arruda
Alex,
I´m not sure if I understand what you want too.. maybe you can take a look 
in some parameters in this file:
/red5/webapps/openmeetings/config.xml

Some things you can modify there.

-- 
You received this message because you are subscribed to the Google Groups 
"OpenMeetings User" group.
To view this discussion on the web visit 
https://groups.google.com/d/msg/openmeetings-user/-/bEk0wTjpWNcJ.
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.



Re: [openmeetings-user] LDAP Auth with AD Problems in 1.8

2011-09-15 Thread João Vitor Arruda
Sebastian,
I do the test again, in fact the 2nd request (the search which returns NULL) 
just happen on 1.8 version.
On previous version we have just the bind.
This process changed on this version? My ldap config file apears to be ok. 
The query uses "ldap_search_base" recursively right?

Thanks,

-- 
You received this message because you are subscribed to the Google Groups 
"OpenMeetings User" group.
To view this discussion on the web visit 
https://groups.google.com/d/msg/openmeetings-user/-/cksXdtEkIccJ.
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.



Re: [openmeetings-user] LDAP Auth with AD Problems in 1.8

2011-09-15 Thread João Vitor Arruda
Sebastian,
Thanks for the reply. I do a tcpdump in the ldap traffic between the Domain 
Controller and Openmeetings.

For both (previous and 1.8) versions I see to requests:
1st is the Bind to Authenticate the user. It sends the username and password 
and receives a Bind Response with Status = Success
2nd is a Search. It sends the Base Search and the sAMAccountName correct and 
receives a search Result Done with Status = Success but MatchedDN: NULL

The processes seems to be exact the same on both versions. But just 1.8 give 
me the error.

Regards,
João Vitor Arruda

-- 
You received this message because you are subscribed to the Google Groups 
"OpenMeetings User" group.
To view this discussion on the web visit 
https://groups.google.com/d/msg/openmeetings-user/-/d57YimuQgkQJ.
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.



[openmeetings-user] LDAP Auth with AD Problems in 1.8

2011-09-15 Thread João Vitor Arruda
Using 1.8 we are having problems with AD auth by LDAP.
We use same om_ldap.cfg that was running on previous version. In 1.8 version 
we are getting the following error.

The authentication itself seems to work, if I use wrong password it warns 
that the password is incorrect.
The problem appears to be after the authentication. User is created already 
on Openmeetings as "username@domain", we are entering just username on the 
login box and the LDAP config is set to add @domain.



 WARN 09-15 09:32:02.787 MainService.java 30686 318 
org.openmeetings.app.remote.MainService [NioProcessor-1] - loginUser: 
0aee60wew2acwewe8d7b7460wed7307 username
DEBUG 09-15 09:32:02.788 MainService.java 30687 329 
org.openmeetings.app.remote.MainService [NioProcessor-1] - Ldap Login
Logger context selector method found
DEBUG 09-15 09:32:02.801 LdapLoginManagement.java 30700 230 
org.openmeetings.app.ldap.LdapLoginManagement [NioProcessor-1] - 
LdapLoginmanagement.doLdapLogin
DEBUG 09-15 09:32:02.801 LdapLoginManagement.java 30700 186 
org.openmeetings.app.ldap.LdapLoginManagement [NioProcessor-1] - 
LdapLoginmanagement.getLdapConfigData
DEBUG 09-15 09:32:02.801 LdapLoginManagement.java 30700 205 
org.openmeetings.app.ldap.LdapLoginManagement [NioProcessor-1] - 
LdapLoginmanagement.readConfig : 
/usr/local/src/singlewebapp/dist/red5/webapps/openmeetings/conf/om_ldap.cfg
DEBUG 09-15 09:32:02.803 LdapLoginManagement.java 30702 126 
org.openmeetings.app.ldap.LdapLoginManagement [NioProcessor-1] - 
isValidAuthType
DEBUG 09-15 09:32:02.803 LdapLoginManagement.java 30702 361 
org.openmeetings.app.ldap.LdapLoginManagement [NioProcessor-1] - Searching 
userdata with LDAP Search Filter :(sAMAccountName=username@domain)
Logger context selector method found
DEBUG 09-15 09:32:02.804 LdapAuthBase.java 30703 66 
org.openmeetings.app.ldap.LdapAuthBase [NioProcessor-1] - LdapAuthBase
DEBUG 09-15 09:32:02.804 LdapLoginManagement.java 30703 372 
org.openmeetings.app.ldap.LdapLoginManagement [NioProcessor-1] - 
authenticating admin...
DEBUG 09-15 09:32:02.805 LdapAuthBase.java 30704 83 
org.openmeetings.app.ldap.LdapAuthBase [NioProcessor-1] - authenticateUser
DEBUG 09-15 09:32:02.805 LdapAuthBase.java 30704 99 
org.openmeetings.app.ldap.LdapAuthBase [NioProcessor-1] -

Authentification to LDAP - Server start
DEBUG 09-15 09:32:02.805 LdapAuthBase.java 30704 133 
org.openmeetings.app.ldap.LdapAuthBase [NioProcessor-1] - loginToLdapServer
DEBUG 09-15 09:32:02.991 LdapLoginManagement.java 30890 375 
org.openmeetings.app.ldap.LdapLoginManagement [NioProcessor-1] - Checking 
server type...
DEBUG 09-15 09:32:02.992 LdapAuthBase.java 30891 83 
org.openmeetings.app.ldap.LdapAuthBase [NioProcessor-1] - authenticateUser
DEBUG 09-15 09:32:02.992 LdapAuthBase.java 30891 99 
org.openmeetings.app.ldap.LdapAuthBase [NioProcessor-1] -

Authentification to LDAP - Server start
DEBUG 09-15 09:32:02.992 LdapAuthBase.java 30891 133 
org.openmeetings.app.ldap.LdapAuthBase [NioProcessor-1] - loginToLdapServer
ERROR 09-15 09:32:03.002 LdapLoginManagement.java 30901 415 
org.openmeetings.app.ldap.LdapLoginManagement [NioProcessor-1] - Error 
retrieving Userdata : null
DEBUG 09-15 09:32:03.002 LdapLoginManagement.java 30901 421 
org.openmeetings.app.ldap.LdapLoginManagement [NioProcessor-1] - user doesnt 
exist local -> create new
DEBUG 09-15 09:32:03.002 LdapAuthBase.java 30901 156 
org.openmeetings.app.ldap.LdapAuthBase [NioProcessor-1] - getData
ERROR 09-15 09:32:03.006 LdapLoginManagement.java 30905 452 
org.openmeetings.app.ldap.LdapLoginManagement [NioProcessor-1] - Error on 
Ldap request - no result for user username@domain
[INFO] [NioProcessor-1] org.red5.server.net.rtmp.codec.RTMPProtocolDecoder - 
Action errorservice.getErrorByCode

-- 
You received this message because you are subscribed to the Google Groups 
"OpenMeetings User" group.
To view this discussion on the web visit 
https://groups.google.com/d/msg/openmeetings-user/-/ltsvPe8Cb44J.
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.



Re: [openmeetings-user] Problems to Import Language file on 1.8 Version

2011-09-15 Thread João Vitor Arruda
OK That works.

-- 
You received this message because you are subscribed to the Google Groups 
"OpenMeetings User" group.
To view this discussion on the web visit 
https://groups.google.com/d/msg/openmeetings-user/-/npRiZ7NLEPQJ.
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.



[openmeetings-user] Problems to Import Language file on 1.8 Version

2011-09-14 Thread João Vitor Arruda
Using 1.8 Version when trying to import language file I get the following 
error:

Alrealdy check db parameters:
character_set_database  | utf8
collation_database  | utf8_unicode_ci  


DEBUG 09-14 17:06:17.526 Import.java 249141 170 
org.openmeetings.servlet.outputhandler.Import [http-0.0.0.0-5080-3] - 
moduleName: language
ERROR 09-14 17:06:17.616 Import.java 249231 183 
org.openmeetings.servlet.outputhandler.Import [http-0.0.0.0-5080-3] - Import 
Language
ERROR 09-14 17:06:17.623 Import.java 249238 218 
org.openmeetings.servlet.outputhandler.Import [http-0.0.0.0-5080-3] - ERROR 
java.lang.NullPointerException: null
at 
org.openmeetings.app.xmlimport.LanguageImport.addLanguageByDocument(LanguageImport.java:43)
 
~[openmeetings.jar:na]
at 
org.openmeetings.servlet.outputhandler.Import.service(Import.java:192) 
~[openmeetings.jar:na]
at javax.servlet.http.HttpServlet.service(HttpServlet.java:717) 
[javaee-api-5.1.2.jar:5.1.2]
at 
org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:290)
 
[catalina-6.0.26.jar:6.0.26]
at 
org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206)
 
[catalina-6.0.26.jar:6.0.26]
at 
org.openmeetings.servlet.outputhandler.ServletRequestExFilter.doFilter(ServletRequestExFilter.java:35)
 
[openmeetings.jar:na]
at 
org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:235)
 
[catalina-6.0.26.jar:6.0.26]
at 
org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206)
 
[catalina-6.0.26.jar:6.0.26]
at 
org.red5.logging.LoggerContextFilter.doFilter(LoggerContextFilter.java:78) 
[red5.jar:na]
at 
org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:235)
 
[catalina-6.0.26.jar:6.0.26]
at 
org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206)
 
[catalina-6.0.26.jar:6.0.26]
at 
org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:233)
 
[catalina-6.0.26.jar:6.0.26]
at 
org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:191)
 
[catalina-6.0.26.jar:6.0.26]
at 
org.apache.catalina.authenticator.AuthenticatorBase.invoke(AuthenticatorBase.java:465)
 
[catalina-6.0.26.jar:6.0.26]
at 
org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:127) 
[catalina-6.0.26.jar:6.0.26]
at 
org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:102) 
[catalina-6.0.26.jar:6.0.26]
at 
org.apache.catalina.valves.AccessLogValve.invoke(AccessLogValve.java:555) 
[catalina-6.0.26.jar:6.0.26]
at 
org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:109)
 
[catalina-6.0.26.jar:6.0.26]
at 
org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:298) 
[catalina-6.0.26.jar:6.0.26]
at 
org.apache.coyote.http11.Http11Processor.process(Http11Processor.java:852) 
[tomcat-coyote-6.0.26.jar:6.0.26]
at 
org.apache.coyote.http11.Http11Protocol$Http11ConnectionHandler.process(Http11Protocol.java:588)
 
[tomcat-coyote-6.0.26.jar:6.0.26]
at 
org.apache.tomcat.util.net.JIoEndpoint$Worker.run(JIoEndpoint.java:489) 
[tomcat-coyote-6.0.26.jar:6.0.26]
at java.lang.Thread.run(Thread.java:662) [na:1.6.0_24]

-- 
You received this message because you are subscribed to the Google Groups 
"OpenMeetings User" group.
To view this discussion on the web visit 
https://groups.google.com/d/msg/openmeetings-user/-/ev-FvwyDc8kJ.
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.



[openmeetings-user] Re: Changing ports

2011-03-02 Thread João Vitor Arruda
Matt,
Look at http://code.google.com/p/openmeetings/wiki/InstallationOpenMeetings
Under topic: Ports, NAT Settings, Customize

"Default Ports: 1935 (RTMP), 8088 (RTMP-Over HTTP), 5080 (HTTP), 4445
(Desktop Sharing), 8443 (RTMP over SSL) for alternate Port settings
have a look at red5/conf/red5.properties. Don't forget that you have
also some port settings in the Client, see the red5/webapps/
openmeetings/config.xml "

On Mar 2, 12:36 pm, mattltm  wrote:
> Hi all,
>
> Apologies if this has already been dealt with but I have looked
> through the list and can't find what I need.
>
> Port 5080 is blocked in my environment but ports 8080 and 80 are both
> open. How can I change the port that the app runs on so that I can
> access it?
>
> Thanks,
>
> Matt.

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



[openmeetings-user] Building from Source - but keeping configs plus user content

2011-03-02 Thread João Vitor Arruda
Hi there,
We have a version of openmeetings running on production, so it have
many adjusted configuration, user profile photos ans recordings.
Now as releases come out we are building from source and successfully
compiling using ant.

The question is, which files/folder we have to watch for and move from
"old" to "new" before using new release in production in a way that
keep configuration, user photos, uploads, recordings etc..??

Until the moment I found those:
For LDAP configuration:
cp oldpaht/red5/webapps/openmeetings/conf/*.cfg newpath/red5/webapps/
openmeetings/conf/

For Database configuration:
cp oldpaht/red5/webapps/openmeetings/conf/hibernate.cfg.xml newpath/
red5/webapps/openmeetings/conf/

For OpenMeetins configuration:
cp oldpaht/red5/webapps/openmeetings/config.xml newpath/red5/webapps/
openmeetings/

For User Profile Photos:
cp oldpaht/red5/webapps/openmeetings/upload newpath/red5/webapps/
openmeetings/ -r

What is the other folders?

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



[openmeetings-user] Re: Overlapping menus

2011-02-25 Thread João Vitor Arruda
Rubens, bom dia.
Voce instalou o OpenMeetings na ultima versão? 1_6_rc1_r3621?
Qual a versão de SO utilizada?
Tambem, ao criar a base de dados no MySQL voce fez as alterações para
(DEFAULT CHARACTER SET utf8 COLLATE utf8_unicode_ci)?

A tradução para portugues brazil que vem junto com a distribuição está
bem confusa, eu refiz boa parte dela e posso te disponibilizar o
arquivo para voce fazer upload.

Att,
João Vitor


On Feb 24, 2:38 pm, Rubens Queiroz  wrote:
> I have been using the Brazilian Portuguese interface to Openmeetings.
> Upon login I have noticed that the accented characteres get mixed up
> with the next characters. Also, I have noticed that some menus overlap
> each other,making it difficult to access the functions. I have attached
> to this request three images depicting what is happening.
>
> When I select the option to plan meetings, the text gets much more garbled.
> This happens both in the English as in the Portuguese interface.
>
> Thank you!

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



[openmeetings-user] Re: Recording Access

2011-02-16 Thread João Vitor Arruda
Sebastian,
Thanks for your reply. This concept "Public in the Recordings UI means
public but within the organization" fit our needs.
But in fact it´s not working that way.

I just enter in a Private Room using an user from one organization and
do a recording. (It appears there on the Public Recordings)

After that I Logout and Login again now using an user from another
organization.
What happens is that when I first open the Recordings Screen the
recording don´t appear above Public Recordings, but, if you click
twice on the Expand/Collapse button the Recording appear even for this
user that is in another organization.

Maybe is something fixable?

Regards,
João Vitor Arruda

On Feb 16, 2:27 pm, "seba.wag...@gmail.com" 
wrote:
> Also I think
> => Public in the Recordings UI means public but within the organization. I
> think you cannot view or watch recordings from another organization.
>
> Sebastian
>
> 2011/2/16 seba.wag...@gmail.com 
>
>
>
> > Hi João,
>
> > you can access Recordings also via soap and in that way only give people
> > access to those recordings that you would like to display.
>
> > Sebastian
>
> > 2011/2/15 João Vitor Arruda 
>
> > We are planing to implement Openmeetings to different groups of
> >> people, using Administration -> Organizations to separate them. But
> >> how about the Recordings? I found that public recordings are public to
> >> everyone, no matter if they are in same organization or not. There is
> >> any way to have something like Organization Recordings?
>
> >> Tks,
> >> Joao Vitor Arruda
>
> >> --
> >> 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
>
> --
> Sebastian 
> Wagnerhttp://www.webbase-design.dehttp://openmeetings.googlecode.comhttp://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-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.



[openmeetings-user] Recording Access

2011-02-15 Thread João Vitor Arruda
We are planing to implement Openmeetings to different groups of
people, using Administration -> Organizations to separate them. But
how about the Recordings? I found that public recordings are public to
everyone, no matter if they are in same organization or not. There is
any way to have something like Organization Recordings?

Tks,
Joao Vitor Arruda

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



[openmeetings-user] Portuguese Brazil Translation and Recordings Access

2011-02-11 Thread João Vitor Arruda
Sebastian,
First I want to thanks for the great job done with Openmeetings, I´m
running this for some days and it seems fit perfectly for some needs
we have.

I have noticed that the Portuguese-Brazil translation is outdated and i
´m working on it, to have it more updated and fixing some
mistranslated parts. I´m wondering if you are interested in have this
back to integrate on the official building when done and how can i
send this to you.

At the moment I have the following question:

We are planing to implement Openmeetings to different groups of
people, using Administration -> Organizations to separate them. But
how about the Recordings? I found that public recordings are public to
everyone, no matter if they are in same organization or not. There is
any way to have something like Organization Recordings?

Thanks again.

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