Re: stupid human trick - reset password

2012-01-26 Thread seba.wag...@gmail.com
There is a "reset password" functionality in the login shield? It mails you a special link to the reset password page. Otherwise you need to build a MD5 Hash of the new password and edit the users table and enter the password there. Sebastian 2012/1/27 Allen Underdown > Rebuilt the system - ra

Re: Problems with meeting recordings

2012-01-26 Thread Sebastian Wagner
*OpenMeetings moves to Apache Foundation, update your bookmarks to the new project page: http://incubator.apache.org/openmeetings/ * New Issue tracker is located: https://issues.apache.org/jira/browse/OPENMEETINGS New Mailing Lists located at: http://incubator.apache.org/openmeetings/mail-l

Re: Logon - Domain: local DB [internal] - change default to LDAP Domain

2012-01-26 Thread Sebastian Wagner
*OpenMeetings moves to Apache Foundation, update your bookmarks to the new project page: http://incubator.apache.org/openmeetings/ * New Issue tracker is located: https://issues.apache.org/jira/browse/OPENMEETINGS New Mailing Lists located at: http://incubator.apache.org/openmeetings/mail-l

Re: Is it noice cancelation ?

2012-01-26 Thread seba.wag...@gmail.com
Hi Martin, the Echo Cancellation build in the Flash Player is quite basic. However in most cases the Echo Cancellation is build into the microphone, not into the conferencing software. For example you can use various versions of the "phoenix conference microphone": http://www.google.de/search?q=ph

Re: Any HTML5 plans?

2012-01-26 Thread seba.wag...@gmail.com
Hallo Nick, the client side of OpenMeetings is build with OpenLaszlo which concept it is to write the code once in a XML styled approach called .lzx and the compiler then either generates SWF or Ajax from it: http://www.openlaszlo.org/lps4.9/laszlo-explorer/index.html?lzr=dhtml But as there is no

stupid human trick - reset password

2012-01-26 Thread Allen Underdown
Rebuilt the system - ran the install page. Either mis typed or messed up the initial admin password. How can I reset the first user/admin password. I have access to the console and sudo.. Allen

Is it noice cancelation ?

2012-01-26 Thread Lapointe Martin
When using skype, there is no probleme at all ! But when using OpenMeeting, I can hear my voice on others microphone and it become VERY loud ! I need to praticly shut down my speaker, but then I cannot hear other peaple talk ! Everything works fine on Skype, why isn't it working on Open Meeting

Any HTML5 plans?

2012-01-26 Thread Nick Nudell
Hi all, I'm curious if there are any plans to port OM over to HTML/js rather than Flash based? Flash might be around for a couple more years but only for those who have machines that support it. Thanks, Nick

Re: Rép. : Re: AW: Username in ldap authentication is case sensitive

2012-01-26 Thread Benoit Vautrin
Yes, i have used this svn url But i was using : ldap_use_lower_case=yes not TRUE !!! :-( Sorry about that) below is my current ldap.cfg file : ldap_server_type=OpenLDAP ldap_conn_url=ldap://xxx.xxx.x.xx:389 ldap_admin_dn=CN:x,OU:x,O:xxx ldap_passwd=xxx ldap_search_b

Re: Changing the user profile image back - doesn't work

2012-01-26 Thread seba.wag...@gmail.com
Hi Conrad, *PS: It takes imagemagick a while (>30sec) to convert a simple 30k image on non mickimouse hardware. What is it doing? (making myself look younger and more handsome? Feature Request!!! :-) )* => Unfortunately not, but we could convert every image to a black+white by default in the futu

RE: RE: Some iconsiderations about the user interface

2012-01-26 Thread Joseph Karwat
Conrad: I was merely suggesting that the developers consider adding a feature to the whiteboard (I.e. the ability to act as a browser window, controlled by the presenter(s)). The feature does not currently exist in OpenMeetings. As I use OpenMeetings extensively for a number of business type

Re: Rép. : Re: AW: Username in ldap authentication is case sensitive

2012-01-26 Thread Benoit Vautrin
I did network packet capture. With the new code the ldap Bind Request sended by OM is : DN=tOTOa So of course the ldap server answer invalidSyntax ... A correct Bind Request will be : DN=CN=tOTOa,OU=xx,O=xxx morever it sends " DN=tOTOa ", but it should be in lowercase (totoa) after your modif

Re: Rép. : Re: AW: Username in ldap authentication is case sensitive

2012-01-26 Thread seba.wag...@gmail.com
Yes, okay but I don#t know how this option should fix that, actually all it does is to make the string "TotoA" (or whatever string) to lowercase and send it to the LDAP server. I cannot instruct the LDAP server to ignore lower/upper case. So this option will be no solution to your problem. Sebast

Re: Rép. : Re: AW: Username in ldap authentication is case sensitive

2012-01-26 Thread Benoit Vautrin
Sorry, My username in ldap directory is TotoA and i've used tOTOa in the OM login screen. See below the logs : ___ WARN 01-26 14:36:24.997 MainService.java 7904119 338 org.openmeetings.app.remote.MainService [NioProcessor-6] - loginUser: 59

Re: Rép. : Re: AW: Username in ldap authentication is case sensitive

2012-01-26 Thread seba.wag...@gmail.com
Hi benoit, what error message do you see? Cause the one you've posted has nothing to do with "Invalid DN Syntax". Sebastian 2012/1/26 Benoit Vautrin > Hi, > > I've ran SVN and ant yesterday evening, re-install Openmeeting from > scratch, but i've still exactly the same behaviours. > > When i t

Re: Rép. : Re: AW: Username in ldap authentication is case sensitive

2012-01-26 Thread Benoit Vautrin
Hi, I've ran SVN and ant yesterday evening, re-install Openmeeting from scratch, but i've still exactly the same behaviours. When i try to login without enforce lower/upper case as it is in my ldap directory I see an Invalid DN Syntax error message in logs. Regards. Benoit >>> "seba.wag...@

Re: RE: Some iconsiderations about the user interface

2012-01-26 Thread Conrad Beckert
Hi Joseph >> I believe you can reduce the need to share one's screen by enabling the >> whiteboard to go to a url. In other words make the whiteboard a browser at >> the server side controlled by the presenter(s).<< OK - that could be a way - even if I'd need to VNC to another machine to show

Re: openmeetings at boot

2012-01-26 Thread Stefan Proell
Hi! You have to use a start-up script and copy it to /etc/init.d/red5.sh then set it to autostart. You can find a howto here: http://code.google.com/p/openmeetings/wiki/UbuntuLucidLTS Just follow the steps: 1)sudo nano /etc/init.d/red5 -> paste the red5 startup script from the link above into