Re: virtualhost and email error

2010-11-26 Thread smoeker
hi,

the port configuration has to be done within red5 server configuration
- setting http port to 80

email errors can occur when smtp setup is incomplete AND notification
mail to new users is activated...


see ya

smoeker

On 26 Nov., 12:49, Dominique Claver KOUAME kdcla...@gmail.com wrote:
 Hello,
 I have differents problems to solve without openmeetings. I will post
 them below :
 1° - Can somebody help me configure openmeetings for direct access
 without keying the port number.
 Something like thishttp://conference.mydomain.tld.
 I think this will be very easy for the users than 
 keyinghttp://conference.mydomain.tld:5080/

 2°- Why OM send me an error message when I create an users and fill
 tthe email field. The error message invalid email. My OM server is
 the secondary of my dns server which is on the same network.

 Thanks more for your replay.

-- 
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: Open Meetings 1.5 and Active Directory-

2010-11-02 Thread smoeker
hola,

the openmeetings.log contains informations about the ldap
authentication...

best would be to clear openmeetings.log restart server, try login via
ldap and send this file...


thnx

Smoeker

On 1 Nov., 12:45, Boetheus mpmgonl...@gmail.com wrote:
 I am kinda new to this.  Which log file do you need to see?  I know
 where they are.  What part of the file?

 On Oct 27, 6:51 am, smoeker o.beche...@medint.de wrote:

  hola,

  please show us relevant parts of your logfile...

  see ya

  Smoeker

  On 24 Okt., 22:48, Boetheus mpmgonl...@gmail.com wrote:

   I have tried to setup my Active Directory, but when I log in I see the
   top graphics, profile and logout link, and I get waiting for
   localhost in the task bar.  I am not getting any errors.  I just need
   to know what could be happening and what should I check.

-- 
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: LDAP authentication doing bind instead search

2010-10-27 Thread smoeker
hola,

i only tested OM ldap auth using an Active Directody with ldap v2, so
this difference ineed could be a reason for your problems...

since lots of OM users seem to use AD (ragarding elapsed posts) -
maybe someone else has experience using OM with ldap v3?


if you have java experience you can also check this yourself by
uncommenting some code within the LdapAuth class of openMeetings (at
the moment there is a user bind after admin bind, so if you change
sources to work on admin's bind it could work)


hope that helps


see ya

smoeker



On 27 Okt., 09:48, Jorge De Vega jorge.de.v...@gmail.com wrote:
 Thanks a lot Sebastion about the advice.

 I already played with different sintax on the username and I also
 tried changing the parameter I mean using other AD fields instead
 sAMAccountName but I always got the same error. I was checking some
 literature and seems that teh LDAP V2 protocol works using binding
 with the username and password but in the LDAP V3 the bind is doing
 using an anonymous account and then a serach on the LDAP Tree for the
 CN once is found the LDAP retreive all the information about the user
 and then is when the validation happen. Now, I don't know whitch LDAP
 version are you using but seems that the problem is that. I tried with
 a LDAP browser and when I try to retreive any info from the LDAP
 server using a user account the server reject the connection and the
 error is INvalid Credentials but that does not happen using the admin
 account of course. I changed the protocol version and when I perform a
 query to the LDAP structure I saw the anonymous binding and then the
 query. I don't know if this help you.

 http://msdn.microsoft.com/en-us/library/aa366092(v=VS.85).aspx

 Regards
 Jorge

 On Tue, Oct 26, 2010 at 4:10 PM, smoeker o.beche...@medint.de wrote:
  hey,
 using others
  i just took a look into your log and found Authentification on LDAP
  Server failed : [LDAP: error code 49 - 80090308: LdapErr:
  DSID-0C090334, comment: AcceptSecurityContext error, data 525, vece ]

  this indicates that AD isnt lucky about your credentials - so, if you
  are sure your passwords are ok, u could consider playing around with
  different syntax of your usernames, such as

  samaccountn...@yourdomain.com 

  hope that helps

  (since your admin can do a bind, it doesn't seem to be a prinicipal
  configuration error)

  see ya

  Smoeker

  On 26 Okt., 16:07, Jorge De Vega jorge.de.v...@gmail.com wrote:
  Hi Olli and Sebastian:

  Please find the logs here

  Regards
  Jorge

  On Tue, Oct 26, 2010 at 2:55 PM, Jorge De Vega jorge.de.v...@gmail.com 
  wrote:

   Hi Olli and Sebastian:

   Thanks a lot for your answer.

   I am attaching some screen shots and the openmeeting log file, please
   let me know if you need anything else.

   Regards
   Jorge

   On Tue, Oct 26, 2010 at 12:45 PM, smoeker o.beche...@medint.de wrote:
   hola.

   indeed, the latest versions of OM have one - in my opinion -
   unneccessary bind, but as i tested it against active directory, it
   worked well...

   - seems as if you have problems with accountnames of youor users...
   - could you post relevant parts of the openmeetings.log /console
   output to check ldap err code?

   see ya

   Olli

   On 26 Okt., 12:20, seba.wag...@gmail.com seba.wag...@gmail.com
   wrote:
   Hi Jorge,

   we have to check that, maybe Oliver has something to contribute to this
   thread?

   Sebastian

   2010/10/22 jdevega jorge.de.v...@gmail.com

Hi All:

I have the latest release of OM running in a DEBIAN machine, I am
authenticating the users using a Windows 2003 Server with AD. I was
having problem authenticating the users and I put an sniffer to check
what happen. As per the sniffer capture seems that the OM is trying 
to
do a bind to the LDAP server to authenticate the user instead of
retrieve the user info. I tested with a LDAP navigator and with the
Windows Admin user account I am able to bind to the LDAP server but
not with the regular user. In the same way I am able to loging to the
OM using the Windows Admin account but no with the regular user as 
the
bind fail. Can you tell me if I am doing something wrong?

Here is the ldap.cfg

#ConfigurationFile for LDAP Auth
#specify the LDAP Server type
ldap_server_type=AD

#LDAP URL
ldap_conn_url=ldap://172.16.118.110:389

#Login distinguished name (DN) for Authentification on LDAP Server -
keep emtpy if not requiered

ldap_admin_dn=CN:admin,OU:Services_Accounts,OU:Compay,DC:ad,DC:company,DC:com

#Loginpass for Authentification on LDAP Server - keep emtpy if not
requiered
ldap_passwd=*

#base to search for userdata(of user, that wants to login
ldap_search_base=OU:Users,OU:Compay,DC:ad,DC:company,DC:com

# Fieldnames (can differ between Ldap servers)
field_user_principal=sAMAccountName

# Ldap auth type(SIMPLE,NONE

Re: Open Meetings 1.5 and Active Directory-

2010-10-27 Thread smoeker
hola,

please show us relevant parts of your logfile...


see ya

Smoeker

On 24 Okt., 22:48, Boetheus mpmgonl...@gmail.com wrote:
 I have tried to setup my Active Directory, but when I log in I see the
 top graphics, profile and logout link, and I get waiting for
 localhost in the task bar.  I am not getting any errors.  I just need
 to know what could be happening and what should I check.

-- 
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: LDAP authentication doing bind instead search

2010-10-26 Thread smoeker
hola.

indeed, the latest versions of OM have one - in my opinion -
unneccessary bind, but as i tested it against active directory, it
worked well...

- seems as if you have problems with accountnames of youor users...
- could you post relevant parts of the openmeetings.log /console
output to check ldap err code?


see ya

Olli

On 26 Okt., 12:20, seba.wag...@gmail.com seba.wag...@gmail.com
wrote:
 Hi Jorge,

 we have to check that, maybe Oliver has something to contribute to this
 thread?

 Sebastian

 2010/10/22 jdevega jorge.de.v...@gmail.com



  Hi All:

  I have the latest release of OM running in a DEBIAN machine, I am
  authenticating the users using a Windows 2003 Server with AD. I was
  having problem authenticating the users and I put an sniffer to check
  what happen. As per the sniffer capture seems that the OM is trying to
  do a bind to the LDAP server to authenticate the user instead of
  retrieve the user info. I tested with a LDAP navigator and with the
  Windows Admin user account I am able to bind to the LDAP server but
  not with the regular user. In the same way I am able to loging to the
  OM using the Windows Admin account but no with the regular user as the
  bind fail. Can you tell me if I am doing something wrong?

  Here is the ldap.cfg

  #ConfigurationFile for LDAP Auth
  #specify the LDAP Server type
  ldap_server_type=AD

  #LDAP URL
  ldap_conn_url=ldap://172.16.118.110:389

  #Login distinguished name (DN) for Authentification on LDAP Server -
  keep emtpy if not requiered

  ldap_admin_dn=CN:admin,OU:Services_Accounts,OU:Compay,DC:ad,DC:company,DC:com

  #Loginpass for Authentification on LDAP Server - keep emtpy if not
  requiered
  ldap_passwd=*

  #base to search for userdata(of user, that wants to login
  ldap_search_base=OU:Users,OU:Compay,DC:ad,DC:company,DC:com

  # Fieldnames (can differ between Ldap servers)
  field_user_principal=sAMAccountName

  # Ldap auth type(SIMPLE,NONE)
  ldap_auth_type=SIMPLE

  # Ldap-password synchronization to OM DB
  #  Set this to 'yes' if you want OM to synchronize the user Ldap-
  password to OM$
  #  This enables local login of users if the ldap server is offline.
  #  If you want to disable the feature, set this to 'no'.
  #  Defautl value is 'yes'
  ldap_sync_password_to_om=no

  Regards and Thanks
  Jorge

  --
  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.comopenmeetings-user%2bunsubscr...@googlegroups.com
  .
  For more options, visit this group at
 http://groups.google.com/group/openmeetings-user?hl=en.

 --
 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-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: LDAP authentication doing bind instead search

2010-10-26 Thread smoeker
hey,

i just took a look into your log and found Authentification on LDAP
Server failed : [LDAP: error code 49 - 80090308: LdapErr:
DSID-0C090334, comment: AcceptSecurityContext error, data 525, vece ]

this indicates that AD isnt lucky about your credentials - so, if you
are sure your passwords are ok, u could consider playing around with
different syntax of your usernames, such as

samaccountn...@yourdomain.com 

hope that helps

(since your admin can do a bind, it doesn't seem to be a prinicipal
configuration error)


see ya

Smoeker


On 26 Okt., 16:07, Jorge De Vega jorge.de.v...@gmail.com wrote:
 Hi Olli and Sebastian:

 Please find the logs here

 Regards
 Jorge

 On Tue, Oct 26, 2010 at 2:55 PM, Jorge De Vega jorge.de.v...@gmail.com 
 wrote:

  Hi Olli and Sebastian:

  Thanks a lot for your answer.

  I am attaching some screen shots and the openmeeting log file, please
  let me know if you need anything else.

  Regards
  Jorge

  On Tue, Oct 26, 2010 at 12:45 PM, smoeker o.beche...@medint.de wrote:
  hola.

  indeed, the latest versions of OM have one - in my opinion -
  unneccessary bind, but as i tested it against active directory, it
  worked well...

  - seems as if you have problems with accountnames of youor users...
  - could you post relevant parts of the openmeetings.log /console
  output to check ldap err code?

  see ya

  Olli

  On 26 Okt., 12:20, seba.wag...@gmail.com seba.wag...@gmail.com
  wrote:
  Hi Jorge,

  we have to check that, maybe Oliver has something to contribute to this
  thread?

  Sebastian

  2010/10/22 jdevega jorge.de.v...@gmail.com

   Hi All:

   I have the latest release of OM running in a DEBIAN machine, I am
   authenticating the users using a Windows 2003 Server with AD. I was
   having problem authenticating the users and I put an sniffer to check
   what happen. As per the sniffer capture seems that the OM is trying to
   do a bind to the LDAP server to authenticate the user instead of
   retrieve the user info. I tested with a LDAP navigator and with the
   Windows Admin user account I am able to bind to the LDAP server but
   not with the regular user. In the same way I am able to loging to the
   OM using the Windows Admin account but no with the regular user as the
   bind fail. Can you tell me if I am doing something wrong?

   Here is the ldap.cfg

   #ConfigurationFile for LDAP Auth
   #specify the LDAP Server type
   ldap_server_type=AD

   #LDAP URL
   ldap_conn_url=ldap://172.16.118.110:389

   #Login distinguished name (DN) for Authentification on LDAP Server -
   keep emtpy if not requiered

   ldap_admin_dn=CN:admin,OU:Services_Accounts,OU:Compay,DC:ad,DC:company,DC:com

   #Loginpass for Authentification on LDAP Server - keep emtpy if not
   requiered
   ldap_passwd=*

   #base to search for userdata(of user, that wants to login
   ldap_search_base=OU:Users,OU:Compay,DC:ad,DC:company,DC:com

   # Fieldnames (can differ between Ldap servers)
   field_user_principal=sAMAccountName

   # Ldap auth type(SIMPLE,NONE)
   ldap_auth_type=SIMPLE

   # Ldap-password synchronization to OM DB
   #  Set this to 'yes' if you want OM to synchronize the user Ldap-
   password to OM$
   #  This enables local login of users if the ldap server is offline.
   #  If you want to disable the feature, set this to 'no'.
   #  Defautl value is 'yes'
   ldap_sync_password_to_om=no

   Regards and Thanks
   Jorge

   --
   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.comopenmeetings-user%2bunsubscr...@googlegroups.com
   .
   For more options, visit this group at
  http://groups.google.com/group/openmeetings-user?hl=en.

  --
  Sebastian 
  Wagnerhttp://www.webbase-design.dehttp://openmeetings.googlecode.comhttp://...
  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 
  athttp://groups.google.com/group/openmeetings-user?hl=en.



  logs.rar
 12KAnzeigenHerunterladen

-- 
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: Scheduling Meetings

2010-07-13 Thread smoeker
hola,

principally you should see the rooms created for an appointment within
room list in admin view (regard appointed flag). There it should be
possible to re-work room configuration


see ya

Smoeker

On 13 Jul., 12:50, Karl karl.elli...@gmail.com wrote:
 Hi All

 Is it possible when Scheduling meetings to specify a meeting room?
 We have a audience room set up for 200 users but the scheduled meeting
 always creates a new room with 8 users.
 Or change the default number of users allowed in the room?

 The person who will be scheduling meetings has moderator access not
 admin.

 Thanks

 Karl

-- 
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: RTL Problem

2010-07-13 Thread smoeker
hi,

i have been working a time to implement RTL texts for hebrew languange
into meeting rooms - problem is, that it wouldn't only concern the
texts, but even the headlines, chat contents and the main menu...

- what i have done so far is regarding the RTL flag within database
for chosen language and build the main menu rtl (besides, that means
showing no hotkeys, since they are shown on the right by default) and
switching the layout of the chat (usernames and stuff right)

another big problem is the cursor position in edit text for chat -
using a RTL language means : the cursor position has to be right of
the entered texts, am i right? didn't find a valid soultion for that
point... (headlines and static texts wouldn't be a problem i think)


see ya

Smoeker

On 14 Jul., 07:06, Javad Nejati j.nej...@gmail.com wrote:
 Hi,

 Thanks for your quick reply sebastian.
 I see the RTL checkbox on the chat only(Am I right?) and it works just there
 but all other places have the same problem.
 I see book a is It instead of It is a book if English was an RTL
 language!
 Also, all the texts fall left to the text boxes as it shouldn't be the case
 in RTL languages like Persian.
 I have 
 foundhttp://forum.openlaszlo.org/showthread.php?t=2448highlight=arabiconly 
 for
 hebrew in the openmeetings source files.
 Should I add Persian and build it again?

 Sincerly Yours
 Javad

 On Wed, Jul 14, 2010 at 1:35 AM, Sebastian Wagner 
 seba.wag...@gmail.comwrote:

  Hi,

  I thought we have solved this Issue some time ago.
  If you run the application with Persian language + using the RTL button or
  checkbox whenever needed then everything should be right, isn't it?

  Sebastian

  2010/7/13 JN j.nej...@gmail.com

  Openmeetings looks great but I have problem using right to left
  languages (persian) in it.
  Has it been solved yet or I should search at another place like
  openlaszlo forums?

  Any sort of help will be highly appreciated.

  --
  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.comopenmeetings-user%2bunsubscr...@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.comopenmeetings-user%2bunsubscr...@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: ScreenCast applet

2010-06-16 Thread smoeker
hi,

which version of the desktop sharer r u using? the standard viewer?


in case you host your openMeetings installation in intranet, you could
consider putting effort in finalizing the RTP Desktop sharer - within
an intranet scenario i was able to achieve very nice results , unless
the work isnt finalized at the moment (Streaming is done via UDP, so
the port configuration and some other points arent finished...).


see ya

Smoeker

On 16 Jun., 12:13, julien cochennec trb...@gmail.com wrote:
 Hi,
 My boss is about to choose between adobe connect and openmeetings. We have
 exactly what we need in openmeetings but the screencast has very bad video
 definition, so the image is not easy to read at all.
 Do you think this applet can be improved? I've been searching for a way to
 configure it but I found no better settings.
 Any idea on what I should do? Adobe Connect is a LOT more expensive, it
 would be such a waste to get it just because of the screencast...
 Thanks for your work (we're testing it on moodle and everything is great
 except the pint I mentioned).

-- 
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: Very slow install, never completing step 1

2010-06-11 Thread smoeker
hola,

assigning memory to your server installation is usually done by
setting VM Args to your tomcat server start script (modifying
JAVA_OPTS, setting -Xms512M Xmx1024M syntax).

- if you are running red5 server, there usually is a highperformance
start script included


but i think, the slow performance isnt just a memory problem (running
OM installer on my old developer machine, using 512M for tomcat, is
much faster ^^)

- i think, it could be a problem concering network bridge to your
hosted server (firewalls, etc...)

you could check this by installing database locally - if you dont want
the overhead of installing a complete DBMS, you could also try an in-
memory database (never tried with OM, but principally a fine thing to
test db-access without installing a DBMS)


see ya

Smoeker

On 10 Jun., 17:01, David Galante gala...@gmail.com wrote:
 Smoeker,

 Thanks for the reply!  So, after about 2 hours the install completed!  My
 MySQL database is not local.  I was lazy and used another DB  on a hosted
 server.  I'll reconsider this..

 The machine running tomcat/red5/OM is a Dell Power Edge 850 with only 1GB of
 RAM.  I need to upgrade this to 4GB.  Where is the setting to change the
 about of RAM assigned to OM?   What other optimization can I enable?

 gracias!
 -dave

 On Thu, Jun 10, 2010 at 2:59 AM, smoeker o.beche...@medint.de wrote:
  hola,

  have you checked progress in database? do the languages and keys
  appear in the database?

  if the setup is very slow, but no errors occur, consider your setup -
  is MYSQL running on localhost? how much RAM do you give your
  openMeetings installation? do you start OM from Eclipse/WTP or
  deployed on a tomcat/red5?

  see ya

  Smoeker

  On 9 Jun., 23:11, David Galante gala...@gmail.com wrote:
   Hello..

   I've download openmeetings_1_1_r3087, setup a MySQL DB, configuerd
   hibernate.xml, compiled and installed the support tools like swtools,
   etc..  However after Step 1 of the installation process I see the
   console get stuck after  items  are added into the database..   Every
   few minutes it seems like language is added..  This has been running
   for over an hour..

   dgala...@dgalante-desktop:~/openmeetings_1_1_r3087/red5/webapps/
   openmeetings$ DEBUG 06-09 15:43:31.323 ImportInitvalues.java 9920307
   619 org.openmeetings.app.installation.ImportInitvalues
   [http-0.0.0.0-5080-2] - Lang ADDED: {id=21, name=czech, rtl=false}
   DEBUG 06-09 15:43:31.324 ImportInitvalues.java 9920308 576
   org.openmeetings.app.installation.ImportInitvalues
   [http-0.0.0.0-5080-2] - loadInitLanguages lang: {id=22, name=galician,
   rtl=false}
   loadInitLanguages rtl from xml: false
   DEBUG 06-09 15:50:41.630 ImportInitvalues.java 10350614 619
   org.openmeetings.app.installation.ImportInitvalues
   [http-0.0.0.0-5080-2] - Lang ADDED: {id=22, name=galician, rtl=false}
   DEBUG 06-09 15:50:41.631 ImportInitvalues.java 10350615 576
   org.openmeetings.app.installation.ImportInitvalues
   [http-0.0.0.0-5080-2] - loadInitLanguages lang: {id=23, name=finnish,
   rtl=false}
   loadInitLanguages rtl from xml: false
   DEBUG 06-09 15:57:48.540 ImportInitvalues.java 10777524 619
   org.openmeetings.app.installation.ImportInitvalues
   [http-0.0.0.0-5080-2] - Lang ADDED: {id=23, name=finnish, rtl=false}
   DEBUG 06-09 15:57:48.540 ImportInitvalues.java 10777524 576
   org.openmeetings.app.installation.ImportInitvalues
   [http-0.0.0.0-5080-2] - loadInitLanguages lang: {id=24, name=polish,
   rtl=false}
   loadInitLanguages rtl from xml: false

   When I try to connect tohttp://localhost:5080/openmeetingsI see
   this java null pointer exception.. I assume this occurring because the
   installation is not complete..

   ERROR 06-09 13:58:05.986 ScopeApplicationAdapter.java 3594970 225
   org.openmeetings.app.remote.red5.ScopeApplicationAdapter
   [NioProcessor-1] - roomJoin
   java.lang.NullPointerException: null
           at

  org.openmeetings.app.remote.red5.ScopeApplicationAdapter.roomJoin(ScopeApplicationAdapter.java:
   221) [openmeetings.jar:na]
           at

  org.red5.server.adapter.MultiThreadedApplicationAdapter.join(MultiThreadedApplicationAdapter.java:
   498) [red5.jar:na]
           at
   org.red5.server.adapter.ApplicationAdapter.join(ApplicationAdapter.java:
   67) [red5.jar:na]
           at org.red5.server.Scope.connect(Scope.java:338) [red5.jar:na]
           at
  org.red5.server.BaseConnection.connect(BaseConnection.java:303)
   [red5.jar:na]
           at
   org.red5.server.net.rtmp.RTMPConnection.connect(RTMPConnection.java:
   270) [red5.jar:na]
           at

  org.red5.server.net.rtmp.RTMPMinaConnection.connect(RTMPMinaConnection.java:
   97) [red5.jar:na]
           at
  org.red5.server.net.rtmp.RTMPHandler.onInvoke(RTMPHandler.java:
   285) [red5.jar:na]
           at

  org.red5.server.net.rtmp.BaseRTMPHandler.messageReceived(BaseRTMPHandler.java:
   138) [red5.jar:na]
           at

  org.red5

Re: Very slow install, never completing step 1

2010-06-10 Thread smoeker
hola,

have you checked progress in database? do the languages and keys
appear in the database?

if the setup is very slow, but no errors occur, consider your setup -
is MYSQL running on localhost? how much RAM do you give your
openMeetings installation? do you start OM from Eclipse/WTP or
deployed on a tomcat/red5?


see ya

Smoeker

On 9 Jun., 23:11, David Galante gala...@gmail.com wrote:
 Hello..

 I've download openmeetings_1_1_r3087, setup a MySQL DB, configuerd
 hibernate.xml, compiled and installed the support tools like swtools,
 etc..  However after Step 1 of the installation process I see the
 console get stuck after  items  are added into the database..   Every
 few minutes it seems like language is added..  This has been running
 for over an hour..

 dgala...@dgalante-desktop:~/openmeetings_1_1_r3087/red5/webapps/
 openmeetings$ DEBUG 06-09 15:43:31.323 ImportInitvalues.java 9920307
 619 org.openmeetings.app.installation.ImportInitvalues
 [http-0.0.0.0-5080-2] - Lang ADDED: {id=21, name=czech, rtl=false}
 DEBUG 06-09 15:43:31.324 ImportInitvalues.java 9920308 576
 org.openmeetings.app.installation.ImportInitvalues
 [http-0.0.0.0-5080-2] - loadInitLanguages lang: {id=22, name=galician,
 rtl=false}
 loadInitLanguages rtl from xml: false
 DEBUG 06-09 15:50:41.630 ImportInitvalues.java 10350614 619
 org.openmeetings.app.installation.ImportInitvalues
 [http-0.0.0.0-5080-2] - Lang ADDED: {id=22, name=galician, rtl=false}
 DEBUG 06-09 15:50:41.631 ImportInitvalues.java 10350615 576
 org.openmeetings.app.installation.ImportInitvalues
 [http-0.0.0.0-5080-2] - loadInitLanguages lang: {id=23, name=finnish,
 rtl=false}
 loadInitLanguages rtl from xml: false
 DEBUG 06-09 15:57:48.540 ImportInitvalues.java 10777524 619
 org.openmeetings.app.installation.ImportInitvalues
 [http-0.0.0.0-5080-2] - Lang ADDED: {id=23, name=finnish, rtl=false}
 DEBUG 06-09 15:57:48.540 ImportInitvalues.java 10777524 576
 org.openmeetings.app.installation.ImportInitvalues
 [http-0.0.0.0-5080-2] - loadInitLanguages lang: {id=24, name=polish,
 rtl=false}
 loadInitLanguages rtl from xml: false

 When I try to connect tohttp://localhost:5080/openmeetings I see
 this java null pointer exception.. I assume this occurring because the
 installation is not complete..

 ERROR 06-09 13:58:05.986 ScopeApplicationAdapter.java 3594970 225
 org.openmeetings.app.remote.red5.ScopeApplicationAdapter
 [NioProcessor-1] - roomJoin
 java.lang.NullPointerException: null
         at
 org.openmeetings.app.remote.red5.ScopeApplicationAdapter.roomJoin(ScopeApplicationAdapter.java:
 221) [openmeetings.jar:na]
         at
 org.red5.server.adapter.MultiThreadedApplicationAdapter.join(MultiThreadedApplicationAdapter.java:
 498) [red5.jar:na]
         at
 org.red5.server.adapter.ApplicationAdapter.join(ApplicationAdapter.java:
 67) [red5.jar:na]
         at org.red5.server.Scope.connect(Scope.java:338) [red5.jar:na]
         at org.red5.server.BaseConnection.connect(BaseConnection.java:303)
 [red5.jar:na]
         at
 org.red5.server.net.rtmp.RTMPConnection.connect(RTMPConnection.java:
 270) [red5.jar:na]
         at
 org.red5.server.net.rtmp.RTMPMinaConnection.connect(RTMPMinaConnection.java:
 97) [red5.jar:na]
         at org.red5.server.net.rtmp.RTMPHandler.onInvoke(RTMPHandler.java:
 285) [red5.jar:na]
         at
 org.red5.server.net.rtmp.BaseRTMPHandler.messageReceived(BaseRTMPHandler.java:
 138) [red5.jar:na]
         at
 org.red5.server.net.rtmp.RTMPMinaIoHandler.messageReceived(RTMPMinaIoHandler.java:
 180) [red5.jar:na]
         at org.apache.mina.core.filterchain.DefaultIoFilterChain
 $TailFilter.messageReceived(DefaultIoFilterChain.java:713) [mina-
 core-2.0.0-RC1.jar:na]
         at
 org.apache.mina.core.filterchain.DefaultIoFilterChain.callNextMessageReceived(DefaultIoFilterChain.java:
 434) [mina-core-2.0.0-RC1.jar:na]
         at org.apache.mina.core.filterchain.DefaultIoFilterChain.access
 $1200(DefaultIoFilterChain.java:46) [mina-core-2.0.0-RC1.jar:na]
         at org.apache.mina.core.filterchain.DefaultIoFilterChain$EntryImpl
 $1.messageReceived(DefaultIoFilterChain.java:793) [mina-core-2.0.0-
 RC1.jar:na]
         at org.apache.mina.filter.codec.ProtocolCodecFilter
 $ProtocolDecoderOutputImpl.flush(ProtocolCodecFilter.java:375) [mina-
 core-2.0.0-RC1.jar:na]
         at
 org.apache.mina.filter.codec.ProtocolCodecFilter.messageReceived(ProtocolCodecFilter.java:
 229) [mina-core-2.0.0-RC1.jar:na]
         at
 org.apache.mina.core.filterchain.DefaultIoFilterChain.callNextMessageReceived(DefaultIoFilterChain.java:
 434) [mina-core-2.0.0-RC1.jar:na]
         at org.apache.mina.core.filterchain.DefaultIoFilterChain.access
 $1200(DefaultIoFilterChain.java:46) [mina-core-2.0.0-RC1.jar:na]
         at org.apache.mina.core.filterchain.DefaultIoFilterChain$EntryImpl
 $1.messageReceived(DefaultIoFilterChain.java:793) [mina-core-2.0.0-
 RC1.jar:na]
         at
 org.apache.mina.core.filterchain.IoFilterAdapter.messageReceived(IoFilterAdapter.java:
 119

Re: Active Directory Authentification

2010-06-10 Thread smoeker
hola markus,

- there is a developer list in the wiki.
- if you already have contact to seba, u r in the best hands
concerning any OM topic ;-)

Seba has already added the valid idea of using multiple configurations
for either mutliple LDAP - Server or multiple configurations  for the
same LDAP Server...

to keep it simple, one could save 0-N ldap configs with a certain
prefix/suffix into config folder of om - for every valid file the
combo on login could show a entry and use this configuration.
if no ldap config is available , the current standard logic could take
place (no ldap login - auth against local database)..

concering your -13 error, this is still kind of a mistery, because
the only place in sourcecode, i found where -13 is used as return
value is the error concering login length...


if you are confident with eclipse debugger, i would recommend to debug
through the login process and keep  an eye on exceptions/errors that
arent thrown back to GUI or even a process, changing the login
name


see ya

Smoeker


On 10 Jun., 11:47, Markus sfree...@googlemail.com wrote:
 Hi,

 In Fact, my Testuser already HAS 6 chars... so I don't think this is
 the Problem... I am also using the nightly Build from June 1st. I
 think it is also a strange chance, that only the users of the Asian
 and American Domain have these problems. The Europeans work...

 I talked to an Active Directoy Specialist about this Problem and he
 told me, I would have to ask the Global Cataloge of the AD to get the
 information for all the subdomains. I did this by changing the LDAP
 Port to 3268. The Europeans still worked but it did not change
 anything for the Americans and Asians... :-(

 Any Other Idea?

 here my om_ldap.cfg again:

 #specify the LDAP Server type
 ldap_server_type=AD

 #LDAP URL
 #ldap_conn_url=ldap://rootserver.example.org:389
 ldap_conn_url=ldap://rootserver.example.org:3268

 #Login distinguished name (DN) for Authentification on LDAP Server -
 keep emtpy if not requiered
 ldap_admin_dn=CN:Administrator,CN:Users,DC:example,DC:org

 #ldap_passwd=root12
 ldap_passwd=geheim

 #base to search for userdata(of user, that wants to login
 ldap_search_base=DC:example,DC:org

 # Fieldnames (can differ between Ldap servers)
 ### z.B.:  testus...@eu.example.org
 #field_user_principal=sAMAccountName
 field_user_principal=userPrincipalName

 # Ldap auth type(SIMPLE,NONE)
 ldap_auth_type=SIMPLE

 ldap_sync_password_to_om=yes

 # Ldap user attributes mapping
 # Set the following internal OM user attributes to their corresponding
 Ldap-attribute
 ldap_user_attr_lastname=sn
 ldap_user_attr_firstname=givenName
 ldap_user_attr_mail=mail
 ldap_user_attr_street=streetAddress
 ldap_user_attr_additionalname=description
 ldap_user_attr_fax=facsimileTelephoneNumber
 ldap_user_attr_zip=postalCode
 ldap_user_attr_country=co
 ldap_user_attr_town=l
 ldap_user_attr_phone=telephoneNumber

 Coming Back to the idea of hiring a developer:

 Our Customer would hire one. But then he wants something like this:

 As Username, you use you sAMAccount Name. Then you have a Box, where
 you choose, wether you are in the European, American or Asian Domain.
 Just like it is in the Windows Login, where you can choose to which
 Domain you want to Login (or local).

 Is it Possible to do this? And who will I have to contact? Like I
 already said: My Colleague and me met Mr. Wagner last week and asked
 him about a specific change in Openmeetings. This is the same
 customer, so I guess it could be a good win-win situation if you would
 be able to build an specialist Openmeetings.

 Regards,
 Markus

 On 9 Jun., 10:18, smoeker o.beche...@medint.de wrote:

  hi seba,

  thnx for the feedback - i just scanned an elder revision for the
  errorcode -13

  @markus : can you verify, if this limitation could be a reason for
  your problem?

  see ya

  Smoeker

  On 9 Jun., 10:10, Sebastian Wagner seba.wag...@gmail.com wrote:

   HI,

   I think I already reduced the restriction from 6 chars to 4 chars again.
   Some external authentifications require 6 chars minimum, while I think
   4 chars would be even enough.

   Sebastian

   2010/6/9 smoeker o.beche...@medint.de:

hola,

regarding your logfile, the error doesnt seem to happen on
authentication itself, but on retrieving userdetail data from LDAP
Server after succesful login and creating user locally...

- seems, as if user isnt created properly local (- userid == -13,
thats quite unusual ;-))

i checked Souorcecode and it seems, as if return code = -13 says, that
the loginname is too short - plz check Usermgmt.java line 997

- obviously an error is thrown if login name is shorter than 6 signs
- following up, this error isnt catched by the Login logic, so the
user doenst receive a proper message...

hope that helps you - could you verify, if this offshore analysis
could be right?

In case , its right, there are several ways for you to get rid of your

Re: Active Directory Authentification

2010-06-09 Thread smoeker
hi seba,

thnx for the feedback - i just scanned an elder revision for the
errorcode -13


@markus : can you verify, if this limitation could be a reason for
your problem?


see ya

Smoeker



On 9 Jun., 10:10, Sebastian Wagner seba.wag...@gmail.com wrote:
 HI,

 I think I already reduced the restriction from 6 chars to 4 chars again.
 Some external authentifications require 6 chars minimum, while I think
 4 chars would be even enough.

 Sebastian

 2010/6/9 smoeker o.beche...@medint.de:

  hola,

  regarding your logfile, the error doesnt seem to happen on
  authentication itself, but on retrieving userdetail data from LDAP
  Server after succesful login and creating user locally...

  - seems, as if user isnt created properly local (- userid == -13,
  thats quite unusual ;-))

  i checked Souorcecode and it seems, as if return code = -13 says, that
  the loginname is too short - plz check Usermgmt.java line 997

  - obviously an error is thrown if login name is shorter than 6 signs
  - following up, this error isnt catched by the Login logic, so the
  user doenst receive a proper message...

  hope that helps you - could you verify, if this offshore analysis
  could be right?

  In case , its right, there are several ways for you to get rid of your
  problem :

  a) Fix the problem by yourself changing sourcecode
  b) enter a issue in the issue list, so the problem can be solved
  within community process
  c) hire a developer to fix the problem for you

  see ya

  Smoeker

  On 8 Jun., 12:54, Markus sfree...@googlemail.com wrote:
  Of Course - No Problem.

  Here the Log from the Login of a User, which did not work:
  DEBUG 06-08 12:22:54.916 LdapLoginManagement.java 84606592 159
  org.openmeetings.app.ldap.LdapLoginManagement [NioProcessor-1] -
  LdapLoginmanagement.isLda
  pConfigured
   WARN 06-08 12:22:54.922 MainService.java 84606598 257
  org.openmeetings.app.remote.MainService [NioProcessor-1] - loginUser
  111: fe3fa12b0047242cac865652
  0ae185f2 apt...@ap.p-f.biz
  DEBUG 06-08 12:22:54.923 Usermanagement.java 84606599 1468
  org.openmeetings.app.data.user.Usermanagement [NioProcessor-1] -
  Usermanagement.getUserByLogin
  OrEmail : apt...@ap.p-f.biz
  DEBUG 06-08 12:22:54.929 MainService.java 84606605 283
  org.openmeetings.app.remote.MainService [NioProcessor-1] - Ldap Login
  DEBUG 06-08 12:22:54.929 LdapLoginManagement.java 84606605 232
  org.openmeetings.app.ldap.LdapLoginManagement [NioProcessor-1] -
  LdapLoginmanagement.doLda
  pLogin
  DEBUG 06-08 12:22:54.929 LdapLoginManagement.java 84606605 185
  org.openmeetings.app.ldap.LdapLoginManagement [NioProcessor-1] -
  LdapLoginmanagement.getLd
  apConfigData
  DEBUG 06-08 12:22:54.934 LdapLoginManagement.java 84606610 208
  org.openmeetings.app.ldap.LdapLoginManagement [NioProcessor-1] -
  LdapLoginmanagement.readC
  onfig : /opt/openmeetings/webapps/openmeetings/conf/om_ldap.cfg
  DEBUG 06-08 12:22:54.934 LdapLoginManagement.java 84606610 106
  org.openmeetings.app.ldap.LdapLoginManagement [NioProcessor-1] -
  isValidAuthType
  DEBUG 06-08 12:22:54.935 LdapLoginManagement.java 84606611 350
  org.openmeetings.app.ldap.LdapLoginManagement [NioProcessor-1] -
  Searching userdata with L
  DAP Search Filter :(userprincipalname=apt...@ap.p-f.biz)
  DEBUG 06-08 12:22:54.935 LdapAuthBase.java 84606611 66
  org.openmeetings.app.ldap.LdapAuthBase [NioProcessor-1] - LdapAuthBase
  DEBUG 06-08 12:22:54.935 LdapLoginManagement.java 84606611 358
  org.openmeetings.app.ldap.LdapLoginManagement [NioProcessor-1] -
  authenticating admin...
  DEBUG 06-08 12:22:54.935 LdapAuthBase.java 84606611 83
  org.openmeetings.app.ldap.LdapAuthBase [NioProcessor-1] -
  authenticateUser
  DEBUG 06-08 12:22:54.936 LdapAuthBase.java 84606612 99
  org.openmeetings.app.ldap.LdapAuthBase [NioProcessor-1] -

  Authentification to LDAP - Server start
  DEBUG 06-08 12:22:54.936 LdapAuthBase.java 84606612 131
  org.openmeetings.app.ldap.LdapAuthBase [NioProcessor-1] -
  loginToLdapServer
  DEBUG 06-08 12:22:54.956 LdapLoginManagement.java 84606632 362
  org.openmeetings.app.ldap.LdapLoginManagement [NioProcessor-1] -
  Checking server type...
  DEBUG 06-08 12:22:54.957 LdapAuthBase.java 84606633 83
  org.openmeetings.app.ldap.LdapAuthBase [NioProcessor-1] -
  authenticateUser
  DEBUG 06-08 12:22:54.957 LdapAuthBase.java 84606633 99
  org.openmeetings.app.ldap.LdapAuthBase [NioProcessor-1] -

  Authentification to LDAP - Server start
  DEBUG 06-08 12:22:54.957 LdapAuthBase.java 84606633 131
  org.openmeetings.app.ldap.LdapAuthBase [NioProcessor-1] -
  loginToLdapServer
  DEBUG 06-08 12:22:54.968 Usermanagement.java 84606644 1442
  org.openmeetings.app.data.user.Usermanagement [NioProcessor-1] -
  Usermanagement.getUserByLogin
   : apt...@ap.p-f.biz
  DEBUG 06-08 12:22:54.980 LdapLoginManagement.java 84606656 405
  org.openmeetings.app.ldap.LdapLoginManagement [NioProcessor-1] - user
  doesnt exist local - create new

  DEBUG 06-08 12:22:54.980 LdapAuthBase.java 84606656 154

Re: Active Directory Authentification

2010-06-08 Thread smoeker
hi markus,

can you post your current log containing the latest errors?

concering your subdomains : are they hierarchically on the same node
level?


see ya

Smoeker

On 8 Jun., 11:41, Markus sfree...@googlemail.com wrote:
 OK - I got this now. I don't know how - It just worked after a few
 changes here and there.

 Now I have another Problem and hopefully - this Time someone can help
 me :-/

 My Active Directory includes 3 Subdomains. Imagine it like this:

                                 example.org

 asia.example.org              usa.example.org
 eu.example.org

 My Default Organisation is just called: example.org

 The Users from eu.example.org can login with their userPrincipalName
 and it works great!

 The Others: No chance - the same problem as I had before -- user gets
 in and can only see the upper side of the screen. No Main Menu. Just
 the Log Out Button...

 Any ideas?

-- 
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: OM integration with zimbra ldap

2010-04-30 Thread smoeker
hola,

seems to be a configuration error :

LDAP: error code 34 - invalid DN


is uid:nehal,OU:people,DC:mycompany,DC:com really a valid DN for
your admin user?


see ya

Smoeker

On 30 Apr., 10:25, nehal dattani nehal.datt...@gmail.com wrote:
 Hi All,

 We are using om and now want to integrate it with ldap. We have
 already a huge userbase of zimbra and we want to integrate om with
 zimbra's ldap

 I have enabled ldap and configured its absolute path also.

 here are the contents of my om_ldap.cfg

 #ConfigurationFile for LDAP Auth
 #ConfigKey 'ldap_config_path' must be set in DataBase Configration of
 OM and point to this file
 #o.becherer,14.01.2009

 #specify the LDAP Server type
 ldap_server_type=OpenLDAP

 #LDAP URL
 ldap_conn_url=ldap://10.1.21.32:389

 #Login distinguished name (DN) for Authentification on LDAP Server -
 keep emtpy if not requiered
 ldap_admin_dn=uid:nehal,OU:people,DC:mycompany,DC:com

 #Loginpass for Authentification on LDAP Server - keep emtpy if not requiered
 ldap_passwd=secret

 #base to search for userdata(of user, that wants to login
 ldap_search_base=OU:people,DC:mycompany,DC:com

 # Fieldnames (can differ between Ldap servers)
 field_user_principal=uid

 # Ldap auth type(SIMPLE,NONE)
 ldap_auth_type=SIMPLE

 However when i m trying to login,it says invalid password.

 openmeetings.log:

 DEBUG 04-30 12:41:47.171 LdapLoginManagement.java 106191 100
 org.openmeetings.app.ldap.LdapLoginManagement [NioProcessor-1] -
 LdapLoginmanagement.isLdapConfigured
  WARN 04-30 12:41:47.178 MainService.java 106198 254
 org.openmeetings.app.remote.MainService [NioProcessor-1] - loginUser
 111: 9cf159175add05b5a78b53255e236189 ne...@mycompany.com
 DEBUG 04-30 12:41:47.179 Usermanagement.java 106199 1384
 org.openmeetings.app.data.user.Usermanagement [NioProcessor-1] -
 Usermanagement.getUserByLoginOrEmail : ne...@mycompany.com
 DEBUG 04-30 12:41:47.240 MainService.java 106260 271
 org.openmeetings.app.remote.MainService [NioProcessor-1] - Ldap Login
 DEBUG 04-30 12:41:47.241 LdapLoginManagement.java 106261 173
 org.openmeetings.app.ldap.LdapLoginManagement [NioProcessor-1] -
 LdapLoginmanagement.doLdapLogin
 DEBUG 04-30 12:41:47.241 LdapLoginManagement.java 106261 126
 org.openmeetings.app.ldap.LdapLoginManagement [NioProcessor-1] -
 LdapLoginmanagement.getLdapConfigData
 DEBUG 04-30 12:41:47.255 LdapLoginManagement.java 106275 149
 org.openmeetings.app.ldap.LdapLoginManagement [NioProcessor-1] -
 LdapLoginmanagement.readConfig :
 /usr/local/openmeetings/red5/webapps/openmeetings/conf/om_ldap.cfg
 DEBUG 04-30 12:41:47.258 LdapLoginManagement.java 106278 78
 org.openmeetings.app.ldap.LdapLoginManagement [NioProcessor-1] -
 isValidAuthType
 DEBUG 04-30 12:41:47.259 LdapLoginManagement.java 106279 223
 org.openmeetings.app.ldap.LdapLoginManagement [NioProcessor-1] -
 Searching userdata with LDAP Search Filter :(uid=ne...@mycompany.com)
 DEBUG 04-30 12:41:47.262 LdapAuthBase.java 106282 65
 org.openmeetings.app.ldap.LdapAuthBase [NioProcessor-1] - LdapAuthBase
 DEBUG 04-30 12:41:47.262 LdapLoginManagement.java 106282 231
 org.openmeetings.app.ldap.LdapLoginManagement [NioProcessor-1] -
 authenticating admin...
 DEBUG 04-30 12:41:47.263 LdapAuthBase.java 106283 82
 org.openmeetings.app.ldap.LdapAuthBase [NioProcessor-1] -
 authenticateUser
 DEBUG 04-30 12:41:47.264 LdapAuthBase.java 106284 98
 org.openmeetings.app.ldap.LdapAuthBase [NioProcessor-1] -

 Authentification to LDAP - Server start
 DEBUG 04-30 12:41:47.264 LdapAuthBase.java 106284 130
 org.openmeetings.app.ldap.LdapAuthBase [NioProcessor-1] -
 loginToLdapServer
 DEBUG 04-30 12:41:47.410 LdapLoginManagement.java 106430 234
 org.openmeetings.app.ldap.LdapLoginManagement [NioProcessor-1] -
 Checking server type...
 DEBUG 04-30 12:41:47.411 LdapLoginManagement.java 106431 238
 org.openmeetings.app.ldap.LdapLoginManagement [NioProcessor-1] - LDAP
 server is OpenLDAP
 DEBUG 04-30 12:41:47.412 LdapLoginManagement.java 106432 239
 org.openmeetings.app.ldap.LdapLoginManagement [NioProcessor-1] - LDAP
 search baseOU=people,DC=bhaskarnet,DC=com
 DEBUG 04-30 12:41:49.345 LdapAuthBase.java 108365 82
 org.openmeetings.app.ldap.LdapAuthBase [NioProcessor-1] -
 authenticateUser
 DEBUG 04-30 12:41:49.346 LdapAuthBase.java 108366 98
 org.openmeetings.app.ldap.LdapAuthBase [NioProcessor-1] -

 Authentification to LDAP - Server start
 DEBUG 04-30 12:41:49.347 LdapAuthBase.java 108367 130
 org.openmeetings.app.ldap.LdapAuthBase [NioProcessor-1] -
 loginToLdapServer
 ERROR 04-30 12:41:49.710 LdapAuthBase.java 108730 104
 org.openmeetings.app.ldap.LdapAuthBase [NioProcessor-1] -

 Authentification on LDAP Server failed : [LDAP: error code 34 - invalid DN]
 ERROR 04-30 12:41:49.712 LdapLoginManagement.java 108732 247
 org.openmeetings.app.ldap.LdapLoginManagement [NioProcessor-1] -
 ne...@mycompany.com not authenticated.

 Can anybody help me?

 Thanks in advance.

 Regards,
 Nehal Dattani

 --
 You received this message because you are subscribed

Re: OM integration with zimbra ldap

2010-04-30 Thread smoeker
hola,

your log says :

ne...@mycompany.com not authenticated.

did u try to login without attached domain name?

NAME instead of n...@mycompany.com


- if openLdap is configured in your config, OM trys to resolve users
CN by entered username - has to match ldap data...

see ya

Smoeker

On 30 Apr., 11:06, nehal dattani nehal.datt...@gmail.com wrote:
 HI
 ,
 thanks for your prompt reply.

 On Fri, Apr 30, 2010 at 2:07 PM, smoeker o.beche...@medint.de wrote:
  hola,

  seems to be a configuration error :

  LDAP: error code 34 - invalid DN

  is uid:nehal,OU:people,DC:mycompany,DC:com really a valid DN for
  your admin user?

 Yes,
 pls see the attached screenshot.





  see ya

  Smoeker

  On 30 Apr., 10:25, nehal dattani nehal.datt...@gmail.com wrote:
  Hi All,

  We are using om and now want to integrate it with ldap. We have
  already a huge userbase of zimbra and we want to integrate om with
  zimbra's ldap

  I have enabled ldap and configured its absolute path also.

  here are the contents of my om_ldap.cfg

  #ConfigurationFile for LDAP Auth
  #ConfigKey 'ldap_config_path' must be set in DataBase Configration of
  OM and point to this file
  #o.becherer,14.01.2009

  #specify the LDAP Server type
  ldap_server_type=OpenLDAP

  #LDAP URL
  ldap_conn_url=ldap://10.1.21.32:389

  #Login distinguished name (DN) for Authentification on LDAP Server -
  keep emtpy if not requiered
  ldap_admin_dn=uid:nehal,OU:people,DC:mycompany,DC:com

  #Loginpass for Authentification on LDAP Server - keep emtpy if not 
  requiered
  ldap_passwd=secret

  #base to search for userdata(of user, that wants to login
  ldap_search_base=OU:people,DC:mycompany,DC:com

  # Fieldnames (can differ between Ldap servers)
  field_user_principal=uid

  # Ldap auth type(SIMPLE,NONE)
  ldap_auth_type=SIMPLE

  However when i m trying to login,it says invalid password.

  openmeetings.log:

  DEBUG 04-30 12:41:47.171 LdapLoginManagement.java 106191 100
  org.openmeetings.app.ldap.LdapLoginManagement [NioProcessor-1] -
  LdapLoginmanagement.isLdapConfigured
   WARN 04-30 12:41:47.178 MainService.java 106198 254
  org.openmeetings.app.remote.MainService [NioProcessor-1] - loginUser
  111: 9cf159175add05b5a78b53255e236189 ne...@mycompany.com
  DEBUG 04-30 12:41:47.179 Usermanagement.java 106199 1384
  org.openmeetings.app.data.user.Usermanagement [NioProcessor-1] -
  Usermanagement.getUserByLoginOrEmail : ne...@mycompany.com
  DEBUG 04-30 12:41:47.240 MainService.java 106260 271
  org.openmeetings.app.remote.MainService [NioProcessor-1] - Ldap Login
  DEBUG 04-30 12:41:47.241 LdapLoginManagement.java 106261 173
  org.openmeetings.app.ldap.LdapLoginManagement [NioProcessor-1] -
  LdapLoginmanagement.doLdapLogin
  DEBUG 04-30 12:41:47.241 LdapLoginManagement.java 106261 126
  org.openmeetings.app.ldap.LdapLoginManagement [NioProcessor-1] -
  LdapLoginmanagement.getLdapConfigData
  DEBUG 04-30 12:41:47.255 LdapLoginManagement.java 106275 149
  org.openmeetings.app.ldap.LdapLoginManagement [NioProcessor-1] -
  LdapLoginmanagement.readConfig :
  /usr/local/openmeetings/red5/webapps/openmeetings/conf/om_ldap.cfg
  DEBUG 04-30 12:41:47.258 LdapLoginManagement.java 106278 78
  org.openmeetings.app.ldap.LdapLoginManagement [NioProcessor-1] -
  isValidAuthType
  DEBUG 04-30 12:41:47.259 LdapLoginManagement.java 106279 223
  org.openmeetings.app.ldap.LdapLoginManagement [NioProcessor-1] -
  Searching userdata with LDAP Search Filter :(uid=ne...@mycompany.com)
  DEBUG 04-30 12:41:47.262 LdapAuthBase.java 106282 65
  org.openmeetings.app.ldap.LdapAuthBase [NioProcessor-1] - LdapAuthBase
  DEBUG 04-30 12:41:47.262 LdapLoginManagement.java 106282 231
  org.openmeetings.app.ldap.LdapLoginManagement [NioProcessor-1] -
  authenticating admin...
  DEBUG 04-30 12:41:47.263 LdapAuthBase.java 106283 82
  org.openmeetings.app.ldap.LdapAuthBase [NioProcessor-1] -
  authenticateUser
  DEBUG 04-30 12:41:47.264 LdapAuthBase.java 106284 98
  org.openmeetings.app.ldap.LdapAuthBase [NioProcessor-1] -

  Authentification to LDAP - Server start
  DEBUG 04-30 12:41:47.264 LdapAuthBase.java 106284 130
  org.openmeetings.app.ldap.LdapAuthBase [NioProcessor-1] -
  loginToLdapServer
  DEBUG 04-30 12:41:47.410 LdapLoginManagement.java 106430 234
  org.openmeetings.app.ldap.LdapLoginManagement [NioProcessor-1] -
  Checking server type...
  DEBUG 04-30 12:41:47.411 LdapLoginManagement.java 106431 238
  org.openmeetings.app.ldap.LdapLoginManagement [NioProcessor-1] - LDAP
  server is OpenLDAP
  DEBUG 04-30 12:41:47.412 LdapLoginManagement.java 106432 239
  org.openmeetings.app.ldap.LdapLoginManagement [NioProcessor-1] - LDAP
  search baseOU=people,DC=bhaskarnet,DC=com
  DEBUG 04-30 12:41:49.345 LdapAuthBase.java 108365 82
  org.openmeetings.app.ldap.LdapAuthBase [NioProcessor-1] -
  authenticateUser
  DEBUG 04-30 12:41:49.346 LdapAuthBase.java 108366 98
  org.openmeetings.app.ldap.LdapAuthBase [NioProcessor-1] -

  Authentification to LDAP - Server start
  DEBUG 04-30 12:41

Re: OM integration with zimbra ldap

2010-04-30 Thread smoeker
hola,

if you can configure a searchscope where users of all domains are  in
subtree, it could work, but i think it would be very slow, if all
users in subtree are requested for search (dependent on how many users
we are talking about).

- within Active Directory there usually exists a group like
authenticated user - this group could contain users of all
domains...
- u  could try using a group like that within Zimbra (i am not
confident with it... ;-))

- but all users would be assigned to the default org at the moment...

see ya

Smoeker


On 30 Apr., 11:59, nehal dattani nehal.datt...@gmail.com wrote:
 On Fri, Apr 30, 2010 at 3:22 PM, smoeker o.beche...@medint.de wrote:
  hola,

  at the moment there is no relation between LDAP groups and OM
  Organizations...

 ok. What my concern is How Should i configure ldap to manage
 authentication for more than one domain?

 say there are two users na...@company1.com and name2.company2.com. How
 this can be managed within om_ldap.cfg?



  - after successful firsat ldap login, the user is created locally
  within local database and he gets assigned to the default
  organization...
  - a possible extension would be to define a field from ldap result
  that has to cope a OM organizations name - in that case, the user
  could be assigned to that org
  - check issue list and discussions - there already were some threads
  concering that topic

  see ya

 Regards,
 Nehal Dattani

 --
 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 
 athttp://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: LDAP module and password recording in DB

2010-04-16 Thread smoeker
hola,

to avoid misunderstandings :

I'm sure of what I said because I've tested it and the code is
straightforward: if a user has admin rights then he is authenticated
to
th OM DB and not Ldap. This means that his password will never gets
synched again later.

- u r right, ldap admins are always authenticated against local
database and his password is never synched with LDAP Directory
- and btw : i am also quite sure of what i am saying, cause i wrote
the main part of the ldap code ;-)

This is also something I have to change in my proposed patch

cool, go ahead - you should also consider a solution for the admin
user that is created on install process - his password is stored in
local database, could be confusing for users to define a password for
admin, that will be ignored on login...

But there shouldn't be any trouble with the Directory server, at
least
with 2 openldap servers in synch ;-)

we can not treat that as precondition - every software has to be
maintained or insn't available every time. hard to understand, why i
shouldn't be able to communicate using OM, if admin maintains
directory server...

but as you said : as long as its configurable, everything is
finyfine ;-)



see ya

Smoeker


On 15 Apr., 20:28, t.lem...@gmail.com wrote:
 t.lem...@gmail.com a crit : smoeker a crit :

  This will occur as soon as a Ldap user having admin privileges
  changes his LDAP password. I'm sure of this 

  - nope, i dont think so - this only causes problems, if the OM Admin
  himself turns Ldap Auth off for OM and afterwards his password
  changes

 I'm sure of what I said because I've tested it and the code is
 straightforward: if a user has admin rights then he is authenticated to
 th OM DB and not Ldap. This means that his password will never gets
 synched again later.

 This is also something I have to change in my proposed patch

  - since the OM admin is the person turning the Ldap auth off, he is
  the only one that can be aware of the problem, that his ldap password
  isnt acutalized anymore within OM.

 Not only his own password, but also the passwords of others.
 When switching ldap config off, the  OM should decide wether to go on
 authenticating users that have externalId set to Ldap or not.
 Anyway, this might be a very rare case.

  - furthermore the storing of the password is a fallback for a short
  time usually - i couldn't think of a scenario setting OM up with Ldap,
  then switching back to local auth for ever...
 I agree.

  But I see now that we have 2 differents point of view on the
  matter. 

  right, i am a fan of modular infrastructure

 Yes me too.

  - the Ldap auth was
  thought as usability feature for users, that dont want to keep another
  stupid password, but it shouldn't prevent them from working, if there
  is trouble  with the directory server

 But there shouldn't be any troubel with the Directory server, at least
 with 2 openldap servers in synch ;-)

 Thibault

-- 
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: Ldap access beeing slow + proposed Patch

2010-04-15 Thread smoeker
hola,

well, i dont see myself as the OM Ldap maintainer ;-) i just
contributed the basic Ldap Auth...

- since the auth does quite exactly what it should for my purposes, i
dont have personal plans concering LDAP in OM, but have to keep an eye
on compatibility to my AD ;-)

concerning the openLdap/AD switch within sourcecode its a simple
question of design - @ the moment, the difference isnt too big, but
since its an openSource project it will grow ;-)


see ya

Smoeker

On 14 Apr., 20:51, t.lem...@gmail.com t.lem...@gmail.com wrote:
 smoeker a écrit : nope,

  the ldapgroup--organization mapping is a requirement of seombody
  else, just mentioned it...

 Oh, when I said you need, I meant OM, not you personnaly ;-)

 My proposal was to add a filter to LDAP settings that would help
 filtering users, but not mapping them to organizations given their
 groups. However this sounds as a great idea (though I don't really need
 this).

 Adding a group filter is also possible but would require a little more
 work to the Java code (and I'm not a Java dev).

  - i also think, the ldap auth shouldn't get too complex within
  openMeetings , since there is even the possibility to set up the ldap
  server in a way, that fulfills the requirements (if there's a need to
  separate users with VideoConfrence rights from the others, it could be
  realized by adding a additional group within a certain LDAP node -
  this node can be used as filter option from OM side...).

 I agree, just by setting ACLs on the server side to only let the
 ldap_admin_dn defined in OM see a restricted set of users would do the
 filtering, but also requires that you have a hand on the Ldap directory
 admin which is not always the case.

 So, as the LDAP OM maintainer, what do you plan to implement or have
 implemented exactly in the OM ldap module ? concerning the openLdap switch : 
 i think u r right - that part wasnt
  added from my side, since i use AD and i am not confident with
  openLdap btw (but as i know from forum entries it was already possible
  using the default methods, switching some ldap keys uid --
  userPrincipalname)

 Sure, currently openldap works fine with uid since this is a parameter
 in OM. I think I haven't understood your point though.

 In fact the openldap code in OM is mostly the same as the AD code. The
 difference I see is minor, though you'll always need to setup this in
 om_ldap.cfg unless OM is able to auto-discover the type of LDAP server
 (I don't think this is worth adding this to OM). Let's keep it simple.

 Thibault

  see ya

  Smoeker

  On 14 Apr., 17:54, t.lem...@gmail.com wrote:

  smoeker a écrit : hola,

  exactly, the configurable filter could help , not to open OM access to
  all ldap users, but only the  ones in a certain ldap group, e.g

  Ok, so you would need a complete LDAP filter like the one I implemented
  in limesurvey.
  See:http://docs.limesurvey.org/tiki-index.php?page=LDAP+settingsstructur...

  The problem with Ldap groups is that they may be implemented in
  different ways:

  For instance:
  *  a directory can maintain a multivalued memberOf attribute in the
  user entry having the plain text name of the groups as values (Ex AD
  groups in memberOf attributes)
  * or a group can be an entry, containing a multivalued attribute having
  the users login-name as values (Ex: posixgroups in Ldap)
  * or a group can be an entry containing a multivalued attribute having
  the users the users DN as values (Ex: group of names, groups of unique
  names)

  Trying to support for all these kind of groups is possible but makes the
  setup and algrorithm to look for users a little more tricky.
  Seehttp://limesurvey.svn.sourceforge.net/viewvc/limesurvey/source/limesu...

  Are you sure this is what you need ?

  Thibault

  - of course, this shouldn't only be available for openLdap users,
  thats why we maybe should try to extend configurability via config, so
  it wouldn't be necessary to switch/case within code for openLdap
  compatibility anymore...

  As far as I can see, the only reason why you're switching in the code
  for openLdap is that you need the DN to bind to openLdap, whereas it is
  not required to bind to AD, Am I right ?

  Thibault

  see ya

  Smoeker

  On 14 Apr., 17:32, t.lem...@gmail.com wrote:

  smoeker a écrit : hola,

  Hi,
  Bonjour,
  Boa tarde,
  Buenas tardes,
  ...
  ;-)

  the getUidhashmap part is only  relevant for openLdap users and was
  part of a openLdap compatibility patch...

  - the Active Directory compatibility should not be concerned, if the
  filter is only used within the openLdap block (and i think it is)

  You're right, getUidhashmap is only used for openLdap.

  - if the additional filter works it should be a great help for the
  openLdap users to keep performance stable
  (- this patch could also solve the size limit issue of some openLdap
  users, see  :http://groups.google.com/group/openmeetings-user/
  browse_thread/thread/6572d1319f66bc23

Re: LDAP module and password recording in DB

2010-04-15 Thread smoeker
hola,

the original reason for storing the ldap passwd locally (md5
encrypted) within OM is to be able to use openMeetings, even if ldap
server is maintained/off/not available...

- i remember a post, somebody saying its sometimes hard to keep syncd
with the Ldap Directory Admin - i agree  with that ;-)
- this is also the reason for storing the admins password locally  -
admin users should always be able to access OM, even if there are
compilations with the Ldap Directory Server...

Since its always the Ldappassword that has to be correct (in case Ldap
is configured) , its not really duplicated, but stored as fallback
(this is working without stopping OM Server).

The userdata should be updated on every successful login , so the db
passwd should also always be in sync with the Ldap server. (The only
scenario it would fail would be, if LDAP password changes and ldap
server is off/not configured in OM, so the local password wouldn't
match the current DB password - but coding the fallback for the
fallback is not my flavour ;-))

i dont think i understand the  random passowrd bypass via config  -how
would a OM user authenticate, if Ldap  server is off?


see ya

Smoeker

On 15 Apr., 13:51, t.lem...@gmail.com wrote:
 Hi,

 While reviewing the ldap authentication module, I found out that once
 authenticated, OM records and updates the user's password in its
 internal DB.
 Why is that ?

 In LdapLoginManagement.java:  in method doLdapLogin
           // Update password (could have changed in LDAP)
           u.setPassword(passwd);

 Since all authentications are done on the LDAP server, I think it is a
 bad idea to duplicate the password in OM internal DB.

 Is there another good reason to do this ?

 The only reason I see so far is that in MainService, the loginUser
 method fails back to non LDAP authentication if the user has admin
 privileges. This also means that even if the user changes his password
 in LDAP, his old password recorded to the OM db must be used...

 I think it would be better:
 * to set a random password value in the OM's Users tables for the Ldap users
 * set a new parameter in om_ldap that will list admin users for which
 LDAP auth must be bypassed (in order to keep a local admin login even if
 LDAP is badly configured or unavailable).

 What do you think ?

 Thibault

-- 
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: LDAP module and password recording in DB

2010-04-15 Thread smoeker
hola,

i agree - if its configurable via config, there should be no further
problems - hands on, Thibault ;-)

hmm, ldap clients using mutliple configurations for fallback safety
are quite new to me, i must confess - i know about scenarios ,
mirroring the Directory Servers, but i dont think, that a ldap client
should contain that logic...

concering the LDAP Auth for OM admins :

This will occur as soon as a Ldap user having admin privileges changes his 
LDAP password. I'm sure of this 

- nope, i dont think so - this only causes problems, if the OM Admin
himself turns Ldap Auth off for OM and afterwards his password
changes
- since the OM admin is the person turning the Ldap auth off, he is
the only one that can be aware of the problem, that his ldap password
isnt acutalized anymore within OM.
- furthermore the storing of the password is a fallback for a short
time usually - i couldn't think of a scenario setting OM up with Ldap,
then switching back to local auth for ever...

But I see now that we have 2 differents point of view on the matter. 

right, i am a fan of modular infrastructure - the Ldap auth was
thought as usability feature for users, that dont want to keep another
stupid password, but it shouldn't prevent them from working, if there
is trouble  with the directory server

see ya

Smoeker

On 15 Apr., 15:04, Sebastian Wagner seba.wag...@gmail.com wrote:
 hi,

 *I think then that this behaviour should be switchable in config: having a
 parameter that decides weither or not OM falls back to internal DB auth if
 Ldap is offline.*

 = adding this param is no problem, you can also make it slightly different:
 Still populate the password but if the user has turned off the LDAP Feature
 you set the user to status *disabled*. Disabled users are not able to login
 via the User-Database of OM.

 Sebastian

 2010/4/15 t.lem...@gmail.com



  smoeker a écrit :

   hola,

  the original reason for storing the ldap passwd locally (md5
  encrypted) within OM is to be able to use openMeetings, even if ldap
  server is maintained/off/not available...

  That is why usually an Ldap client implementation shoud propose to setup 2
  Ldap servers definitions, in order to have one as backup.

   - i remember a post, somebody saying its sometimes hard to keep syncd
  with the Ldap Directory Admin - i agree  with that ;-)

  I don't understand. What do you mean by this? Can you give an example ?

   - this is also the reason for storing the admins password locally  -
  admin users should always be able to access OM, even if there are
  compilations with the Ldap Directory Server...

  Let's narrow down the password duplication to admins only then.

   Since its always the Ldappassword that has to be correct (in case Ldap
  is configured)

  Not for Admins. for admins Ldap authentication is always bypassed.
  --- in MainService ---
  // AdminUser werden auf jeden Fall lokal authentifiziert
            if(user != null  user.getLevel_id() =3){
                log.debug(User  + usernameOrEmail +  is admin - local
  login);
                withLdap = false;
            }
  --- ---

    , its not really duplicated, but stored as fallback
  (this is working without stopping OM Server).

  Well, yes it is duplicated then ;-)
  This method has another pb. It supposes that all authentication systems
  supported by OM in the future will let OM know the user password which is
  not always the case.

  Imagine that someone wants to implement an authentication module to support
  the Central Authentication Service (CAS). This SSO system works like this:
  * OM gets a request, and is setup to use CAS, so that it checks if a
  service ticket (either a cookie or GET param) is set
  * OM sees no ticket and redirects the client to the CAS server which
  performs authentication, generate a ticket and redirect the client to OM
  with teh valid ticket set in URL or cookie
  * OM sees the new request with a ticket, it checks the ticket by asking the
  CAS server if it is valid, and then accept the client.
  == In this protocol, OM never sees the user password.

  It would be a pity to prevent future developpements of any kind of
  authentication systems, just because the first design was supposing a valid
  password is known by OM.
  But this is only my opinion.

   The userdata should be updated on every successful login , so the db
  passwd should also always be in sync with the Ldap server. (The only
  scenario it would fail would be, if LDAP password changes and ldap
  server is off/not configured in OM, so the local password wouldn't
  match the current DB password - but coding the fallback for the
  fallback is not my flavour ;-))

  This will occur as soon as a Ldap user having admin privileges changes his
  LDAP password. I'm sure of this.

   i dont think i understand the  random passowrd bypass via config  -how
  would a OM user authenticate, if Ldap  server is off?

  Ldap server should never be off. at least a backup

Re: Ldap access beeing slow + proposed Patch

2010-04-14 Thread smoeker
hola,

the getUidhashmap part is only  relevant for openLdap users and was
part of a openLdap compatibility patch...

- the Active Directory compatibility should not be concerned, if the
filter is only used within the openLdap block (and i think it is)

- if the additional filter works it should be a great help for the
openLdap users to keep performance stable
(- this patch could also solve the size limit issue of some openLdap
users, see  :http://groups.google.com/group/openmeetings-user/
browse_thread/thread/6572d1319f66bc23/8742a6750bc02ff3?
lnk=gstq=ldap#8742a6750bc02ff3)

- i would prefer, making the filter configurable via ldap  config,
btw

see ya

Smoeker

On 14 Apr., 17:08, Sebastian Wagner seba.wag...@gmail.com wrote:
 Thanks,

 Oliver can you review this and verify with your AD implementation?

 thanks
 Sebastian

 2010/4/14 t.lem...@gmail.com



  Hi,

  I'm testing openmeetings with an Ldap connection and it's very slow.
  I've tracked down this issue to beeing a problem in the way openmeetings is
  performing authentication with Ldap.

  The getUidCnHashMap method is searching for all users defined in the Ldap
  directory which can return a rather long list of users and attributes.
  == On my system this takes 20 seconds !

  Since this getUidCnHashMap  seems only used in this doLdapLogin method from
  the LdapLoginManagement class, it would be safe to narrow down the filter
  which is currently hard coded to objectclass=person, to the exact filter
  used to retrieve the user.

  I propose the attached patch, tested on my system using OpenLdap with
  success. It simply adds the ldap_filter to the getUidCnHashMap  method.

  Moreover note that trying to read all user entries is a bad idea not only
  because it is slow, uses a lot of memory, but also because the Ldap
  directory can be limitted in the maximum entries that can be read in a
  single search (see sizelimit in opneLdap). Moreover, ActiveDirectory may
  enforce a paging system which required more tricks to run a full Ldap query.

  Don't hesitate to comment this patch proposal.

  Regards,
  Thibault

  Index: src/app/org/openmeetings/app/ldap/LdapLoginManagement.java
  ===
  --- src/app/org/openmeetings/app/ldap/LdapLoginManagement.java  (rÊvision
  3209)
  +++ src/app/org/openmeetings/app/ldap/LdapLoginManagement.java  (copie de
  travail)
  @@ -238,8 +238,8 @@
                 if (ldap_server_type.equalsIgnoreCase(OpenLDAP)) {
                         String ldapUserDN = user;
                         log.debug(LDAP server is OpenLDAP);
  -                       log.debug(LDAP search base + ldap_search_scope);
  -                       HashMapString, String uidCnDictionary =
  lAuth.getUidCnHashMap(ldap_search_scope);
  +                       log.debug(LDAP search base:  +
  ldap_search_scope);
  +                       HashMapString, String uidCnDictionary =
  lAuth.getUidCnHashMap(ldap_search_scope, ldap_search_filter);
                         if (uidCnDictionary.get(user) != null){
                                 ldapUserDN = uidCnDictionary.get(user) + ,
  + ldap_search_scope;
                                 log.debug(Authentication with DN:
  +ldapUserDN);
  @@ -263,7 +263,7 @@
                         }
                 }

  -               // Prüfen, ob user bereits vorhanden ist
  +               // PrīŋŊfen, ob user bereits vorhanden ist

                 Users u = null;

  @@ -518,6 +518,7 @@

                         // Set him to Default Organisation
                         long organisation_id =
  Long.valueOf(Configurationmanagement.getInstance().getConfKey(3,default_domain_id).getConf_value()).longValue();
  +                       log.debug(Adding user ' + newUserId + ' to
  organization ' + organisation_id + ');

   Organisationmanagement.getInstance().addUserToOrganisation(newUserId,organisation_id,
  newUserId, );
                 }

  Index: src/app/org/openmeetings/app/ldap/LdapAuthBase.java
  ===
  --- src/app/org/openmeetings/app/ldap/LdapAuthBase.java (rÊvision 3209)
  +++ src/app/org/openmeetings/app/ldap/LdapAuthBase.java (copie de travail)
  @@ -218,14 +218,14 @@
          * @param searchBase
          * @return
          */
  -       public HashMapString, String getUidCnHashMap(String searchBase) {
  +       public HashMapString, String getUidCnHashMap(String searchBase,
  String searchFilter) {
                 HashMapString, String uidCnDictionary = new
  HashMapString, String();

                 SearchControls searchCtls = new SearchControls();
                 searchCtls.setSearchScope(SearchControls.SUBTREE_SCOPE);
                 NamingEnumerationSearchResult results = null;
                 try {
  -                       results = authContext.search(searchBase,
  objectclass=person,  searchCtls);
  +                       results = authContext.search

Re: Ldap access beeing slow + proposed Patch

2010-04-14 Thread smoeker
hola,

exactly, the configurable filter could help , not to open OM access to
all ldap users, but only the  ones in a certain ldap group, e.g

- of course, this shouldn't only be available for openLdap users,
thats why we maybe should try to extend configurability via config, so
it wouldn't be necessary to switch/case within code for openLdap
compatibility anymore...

see ya

Smoeker

On 14 Apr., 17:32, t.lem...@gmail.com wrote:
 smoeker a écrit : hola,

 Hi,
 Bonjour,
 Boa tarde,
 Buenas tardes,
 ...
 ;-)

  the getUidhashmap part is only  relevant for openLdap users and was
  part of a openLdap compatibility patch...

  - the Active Directory compatibility should not be concerned, if the
  filter is only used within the openLdap block (and i think it is)

 You're right, getUidhashmap is only used for openLdap.

  - if the additional filter works it should be a great help for the
  openLdap users to keep performance stable
  (- this patch could also solve the size limit issue of some openLdap
  users, see  :http://groups.google.com/group/openmeetings-user/
  browse_thread/thread/6572d1319f66bc23/8742a6750bc02ff3?
  lnk=gstq=ldap#8742a6750bc02ff3)

 Yes at least for one of the post: which reports the following error:
 [LDAP: error code 4 - Sizelimit BRExceeded]

  - i would prefer, making the filter configurable via ldap  config,
  btw

 The filter used is simply the simple filter created by the first LDAP
 search (user unique attr = loginname).
 It should be enough for most setup.

 However you may want to let the administrator to set complex filters
 such as:
 ((uid=%u)(accountStatus=active)(mail=*))
 And then have OM dynamically replace %u with the login name. Is it what
 you're thinking about ?

 Thibault

  see ya

  Smoeker

  On 14 Apr., 17:08, Sebastian Wagner seba.wag...@gmail.com wrote:

  Thanks,

  Oliver can you review this and verify with your AD implementation?

  thanks
  Sebastian

  2010/4/14 t.lem...@gmail.com

  Hi,

  I'm testing openmeetings with an Ldap connection and it's very slow.
  I've tracked down this issue to beeing a problem in the way openmeetings 
  is
  performing authentication with Ldap.

  The getUidCnHashMap method is searching for all users defined in the Ldap
  directory which can return a rather long list of users and attributes.
  == On my system this takes 20 seconds !

  Since this getUidCnHashMap  seems only used in this doLdapLogin method 
  from
  the LdapLoginManagement class, it would be safe to narrow down the filter
  which is currently hard coded to objectclass=person, to the exact filter
  used to retrieve the user.

  I propose the attached patch, tested on my system using OpenLdap with
  success. It simply adds the ldap_filter to the getUidCnHashMap  method.

  Moreover note that trying to read all user entries is a bad idea not only
  because it is slow, uses a lot of memory, but also because the Ldap
  directory can be limitted in the maximum entries that can be read in a
  single search (see sizelimit in opneLdap). Moreover, ActiveDirectory may
  enforce a paging system which required more tricks to run a full Ldap 
  query.

  Don't hesitate to comment this patch proposal.

  Regards,
  Thibault

  Index: src/app/org/openmeetings/app/ldap/LdapLoginManagement.java
  ===
  --- src/app/org/openmeetings/app/ldap/LdapLoginManagement.java  (rÊvision
  3209)
  +++ src/app/org/openmeetings/app/ldap/LdapLoginManagement.java  (copie de
  travail)
  @@ -238,8 +238,8 @@
                 if (ldap_server_type.equalsIgnoreCase(OpenLDAP)) {
                         String ldapUserDN = user;
                         log.debug(LDAP server is OpenLDAP);
  -                       log.debug(LDAP search base + ldap_search_scope);
  -                       HashMapString, String uidCnDictionary =
  lAuth.getUidCnHashMap(ldap_search_scope);
  +                       log.debug(LDAP search base:  +
  ldap_search_scope);
  +                       HashMapString, String uidCnDictionary =
  lAuth.getUidCnHashMap(ldap_search_scope, ldap_search_filter);
                         if (uidCnDictionary.get(user) != null){
                                 ldapUserDN = uidCnDictionary.get(user) + 
  ,
  + ldap_search_scope;
                                 log.debug(Authentication with DN:
  +ldapUserDN);
  @@ -263,7 +263,7 @@
                         }
                 }

  -               // Prüfen, ob user bereits vorhanden ist
  +               // PrīŋŊfen, ob user bereits vorhanden ist

                 Users u = null;

  @@ -518,6 +518,7 @@

                         // Set him to Default Organisation
                         long organisation_id =
  Long.valueOf(Configurationmanagement.getInstance().getConfKey(3,default_domain_id).getConf_value()).longValue();
  +                       log.debug(Adding user ' + newUserId + ' to
  organization ' + organisation_id + ');

   Organisationmanagement.getInstance

Re: Error when logging in OM by AD account

2010-03-29 Thread smoeker
hola,

this error always happens when u login the second time? in other
words : error happens every second time a user wants to login?

could you check, if the bind of the admin user from ldap cfg is
successful? maybe there has been a change...

see ya

Smoeker

On 29 Mrz., 10:23, The Anh Pham Duc anh...@gmail.com wrote:
 This is error log file

 010-03-29 15:09:02,924 [NioProcessor-1] ERROR
 o.o.app.data.user.Usermanagement -

 Authentification on LDAP Server failed : [LDAP: error code 49 - 80090308:
 LdapErr: DSID-0C090334, comment: AcceptSecurityContext error, data 525, vece
 ]
 2010-03-29 15:09:02,924 [NioProcessor-1] ERROR
 o.o.app.data.user.Usermanagement -

 Authentification on LDAP Server failed : [LDAP: error code 49 - 80090308:
 LdapErr: DSID-0C090334, comment: AcceptSecurityContext error, data 525, vece
 ]
 2010-03-29 15:15:27,790 [NioProcessor-1] ERROR
 o.o.app.data.user.Usermanagement -

 Authentification on LDAP Server failed : [LDAP: error code 49 - 80090308:
 LdapErr: DSID-0C090334, comment: AcceptSecurityContext error, data 525, vece
 ]
 2010-03-29 15:15:27,931 [NioProcessor-1] ERROR
 o.o.app.data.user.Usermanagement -

 Authentification on LDAP Server failed : [LDAP: error code 49 - 80090308:
 LdapErr: DSID-0C090334, comment: AcceptSecurityContext error, data 525, vece
 ]

 2010/3/29 The Anh Pham Duc anh...@gmail.com



  Here is the log file.

  WARN 03-29 15:09:02.799 MainService.java 666857 254
  org.openmeetings.app.remote.MainService [NioProcessor-1] - loginUser 111:
  fb28551dc9b79b0fa37d8598f6b17c73 openmeet...@bkav.com.vn
  DEBUG 03-29 15:09:02.799 Usermanagement.java 666857 1384
  org.openmeetings.app.data.user.Usermanagement [NioProcessor-1] -
  Usermanagement.getUserByLoginOrEmail : openmeet...@bkav.com.vn
  DEBUG 03-29 15:09:02.799 MainService.java 666857 271
  org.openmeetings.app.remote.MainService [NioProcessor-1] - Ldap Login

  2010/3/24 smoeker o.beche...@medint.de

  hola,

  could you post relevant parts of your logfile?

  see ya

  Smoeker

  On 24 Mrz., 11:28, The Anh anh...@gmail.com wrote:
   Hi there,
   I'm using OM r3087 on Windows Server 2003. Last time, I've been
   successful in connecting to AD system and I had logged in by the
   account in AD. But when the second time I logged in OM, there is an
   dialog inform that the password is incorrect. I checked again but
   there is no change. I tried to log in by Admin user and I saw that my
   account is still there, I changed password again and then tried to log
   in by new password. But the Incorrect Password error dialog appeared
   again! So anybody can help me to solve this problem?
   Thanks,

  --
  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.comopenmeetings-user%2bunsubscr...@googlegroups.com
  .
  For more options, visit this group at
 http://groups.google.com/group/openmeetings-user?hl=en.

  --
  --
  Pham Duc The Anh
  Student
  Computer Engineering - Course 52
  School Of Information  Communication Technology
  HaNoi University of Technology
  Mobile: 01684580062
  E-mail: phamductheanh2...@yahoo.com or anh...@gmail.com

 --
 --
 Pham Duc The Anh
 Student
 Computer Engineering - Course 52
 School Of Information  Communication Technology
 HaNoi University of Technology
 Mobile: 01684580062
 E-mail: phamductheanh2...@yahoo.com or anh...@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: Error when logging in OM by AD account

2010-03-29 Thread smoeker
hola,

you are using Active Directory, right? could you provide your
ldap.cfg ?

if the first login is successful (when user isnt present in local
database) : is the data correct after login the first time (within
database)?

does it also behave like descripted, if you stop/start red5 after
succesful login?

see ya

Smoeker

On 29 Mrz., 11:13, The Anh Pham Duc anh...@gmail.com wrote:
 The Invalid password error appeared from the second time and I can't log
 in by this account. The only way to log in is deleting the user in the
 database. Is there anything failed here?

 2010/3/29 smoeker o.beche...@medint.de



  hola,

  this error always happens when u login the second time? in other
  words : error happens every second time a user wants to login?

  could you check, if the bind of the admin user from ldap cfg is
  successful? maybe there has been a change...

  see ya

  Smoeker

  On 29 Mrz., 10:23, The Anh Pham Duc anh...@gmail.com wrote:
   This is error log file

   010-03-29 15:09:02,924 [NioProcessor-1] ERROR
   o.o.app.data.user.Usermanagement -

   Authentification on LDAP Server failed : [LDAP: error code 49 - 80090308:
   LdapErr: DSID-0C090334, comment: AcceptSecurityContext error, data 525,
  vece
   ]
   2010-03-29 15:09:02,924 [NioProcessor-1] ERROR
   o.o.app.data.user.Usermanagement -

   Authentification on LDAP Server failed : [LDAP: error code 49 - 80090308:
   LdapErr: DSID-0C090334, comment: AcceptSecurityContext error, data 525,
  vece
   ]
   2010-03-29 15:15:27,790 [NioProcessor-1] ERROR
   o.o.app.data.user.Usermanagement -

   Authentification on LDAP Server failed : [LDAP: error code 49 - 80090308:
   LdapErr: DSID-0C090334, comment: AcceptSecurityContext error, data 525,
  vece
   ]
   2010-03-29 15:15:27,931 [NioProcessor-1] ERROR
   o.o.app.data.user.Usermanagement -

   Authentification on LDAP Server failed : [LDAP: error code 49 - 80090308:
   LdapErr: DSID-0C090334, comment: AcceptSecurityContext error, data 525,
  vece
   ]

   2010/3/29 The Anh Pham Duc anh...@gmail.com

Here is the log file.

WARN 03-29 15:09:02.799 MainService.java 666857 254
org.openmeetings.app.remote.MainService [NioProcessor-1] - loginUser
  111:
fb28551dc9b79b0fa37d8598f6b17c73 openmeet...@bkav.com.vn
DEBUG 03-29 15:09:02.799 Usermanagement.java 666857 1384
org.openmeetings.app.data.user.Usermanagement [NioProcessor-1] -
Usermanagement.getUserByLoginOrEmail : openmeet...@bkav.com.vn
DEBUG 03-29 15:09:02.799 MainService.java 666857 271
org.openmeetings.app.remote.MainService [NioProcessor-1] - Ldap Login

2010/3/24 smoeker o.beche...@medint.de

hola,

could you post relevant parts of your logfile?

see ya

Smoeker

On 24 Mrz., 11:28, The Anh anh...@gmail.com wrote:
 Hi there,
 I'm using OM r3087 on Windows Server 2003. Last time, I've been
 successful in connecting to AD system and I had logged in by the
 account in AD. But when the second time I logged in OM, there is an
 dialog inform that the password is incorrect. I checked again but
 there is no change. I tried to log in by Admin user and I saw that
  my
 account is still there, I changed password again and then tried to
  log
 in by new password. But the Incorrect Password error dialog
  appeared
 again! So anybody can help me to solve this problem?
 Thanks,

--
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.comopenmeetings-user%2bunsubscr...@googlegroups.com
  openmeetings-user%2bunsubscr...@googlegroups.comopenmeetings-user%252bunsubscr...@googlegroups.com

.
For more options, visit this group at
   http://groups.google.com/group/openmeetings-user?hl=en.

--
--
Pham Duc The Anh
Student
Computer Engineering - Course 52
School Of Information  Communication Technology
HaNoi University of Technology
Mobile: 01684580062
E-mail: phamductheanh2...@yahoo.com or anh...@gmail.com

   --
   --
   Pham Duc The Anh
   Student
   Computer Engineering - Course 52
   School Of Information  Communication Technology
   HaNoi University of Technology
   Mobile: 01684580062
   E-mail: phamductheanh2...@yahoo.com or anh...@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.comopenmeetings-user%2bunsubscr...@googlegroups.com
  .
  For more options, visit this group at
 http://groups.google.com/group/openmeetings-user?hl=en.

 --
 --
 Pham Duc The Anh
 Student
 Computer Engineering - Course 52
 School Of Information  Communication Technology
 HaNoi

Re: Error when logging in OM by AD account

2010-03-29 Thread smoeker
hola,

the config seems ok from my point of view...

one thing to consider : if the pasword in your config is really used,
i think the last part could be cut off :

1qa2ws#ED - 1qa2ws (# == comment sign)

if thats not the problem - please post a larger part of the logfile
showing even the entries surround the ldap error...


see ya

Smoeker

On 29 Mrz., 12:04, The Anh Pham Duc anh...@gmail.com wrote:
 Yes, I'm using Active Directory. This is my om_ldap.cfg
 #ConfigurationFile for LDAP Auth
 #ConfigKey 'ldap_config_path' must be set in DataBase Configration of OM and
 point to this file
 #o.becherer,14.01.2009

 #specify the LDAP Server type
 ldap_server_type=LDAP

 #LDAP URL
 ldap_conn_url=ldap://10.3.10.151:389

 #Login distinguished name (DN) for Authentification on LDAP Server - keep
 emtpy if not requiered
 #ldap_admin_dn=CN:dummy,OU:external users,OU:Other,DC:medint,DC:local
 ldap_admin_dn=CN:openmeeting,OU:Bkis Telecom,DC:bkav,DC:com,DC:vn

 #Loginpass for Authentification on LDAP Server - keep emtpy if not requiered
 ldap_passwd=1qa2ws#ED

 #base to search for userdata(of user, that wants to login
 #ldap_search_base=OU:Company,DC:medint,DC:local
 ldap_search_base=DC:bkav,DC:com,DC:vn

 # Fieldnames (can differ between Ldap servers)
 #field_user_principal=uid
 field_user_principal=userPrincipalName

 # Ldap auth type(SIMPLE,NONE)
 ldap_auth_type=SIMPLE

 The first log in is successful and the data is correct. The second time, the
 Invalid Password dialog appeared. Sometimes I can log in but there no data
 in the login screen. All the boxes are unidentified.
 So what can I do now?
 Thank in advance for your help!

 --
 Pham Duc The Anh
 Student
 Computer Engineering - Course 52
 School Of Information  Communication Technology
 HaNoi University of Technology
 Mobile: 01684580062
 E-mail: phamductheanh2...@yahoo.com or anh...@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: Error when logging in OM by AD account

2010-03-29 Thread smoeker
hola,

the credentials within ldap config are admin credentials on Directory
server - this account needs bind privileges to create a directory
context.
- based on that context, the authentication of the users creadentials
(entered via GUI) takes place...


see ya

Smoeker

On 29 Mrz., 12:46, The Anh Pham Duc anh...@gmail.com wrote:
 Yeah, I've got it. But there's only account that is registered in
 om_ldap.cfg can not log in. The other accounts are able to log in.
 So why?
 Any way, thanks so much for your help.
 Have a nice week!

 2010/3/29 smoeker o.beche...@medint.de



  hola,

  the config seems ok from my point of view...

  one thing to consider : if the pasword in your config is really used,
  i think the last part could be cut off

  1qa2ws#ED - 1qa2ws (# == comment sign)

  if thats not the problem - please post a larger part of the logfile
  showing even the entries surround the ldap error...

  see ya

  Smoeker

  On 29 Mrz., 12:04, The Anh Pham Duc anh...@gmail.com wrote:
   Yes, I'm using Active Directory. This is my om_ldap.cfg
   #ConfigurationFile for LDAP Auth
   #ConfigKey 'ldap_config_path' must be set in DataBase Configration of OM
  and
   point to this file
   #o.becherer,14.01.2009

   #specify the LDAP Server type
   ldap_server_type=LDAP

   #LDAP URL
   ldap_conn_url=ldap://10.3.10.151:389

   #Login distinguished name (DN) for Authentification on LDAP Server - keep
   emtpy if not requiered
   #ldap_admin_dn=CN:dummy,OU:external users,OU:Other,DC:medint,DC:local
   ldap_admin_dn=CN:openmeeting,OU:Bkis Telecom,DC:bkav,DC:com,DC:vn

   #Loginpass for Authentification on LDAP Server - keep emtpy if not
  requiered
   ldap_passwd=1qa2ws#ED

   #base to search for userdata(of user, that wants to login
   #ldap_search_base=OU:Company,DC:medint,DC:local
   ldap_search_base=DC:bkav,DC:com,DC:vn

   # Fieldnames (can differ between Ldap servers)
   #field_user_principal=uid
   field_user_principal=userPrincipalName

   # Ldap auth type(SIMPLE,NONE)
   ldap_auth_type=SIMPLE

   The first log in is successful and the data is correct. The second time,
  the
   Invalid Password dialog appeared. Sometimes I can log in but there no
  data
   in the login screen. All the boxes are unidentified.
   So what can I do now?
   Thank in advance for your help!

   --
   Pham Duc The Anh
   Student
   Computer Engineering - Course 52
   School Of Information  Communication Technology
   HaNoi University of Technology
   Mobile: 01684580062
   E-mail: phamductheanh2...@yahoo.com or anh...@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.comopenmeetings-user%2bunsubscr...@googlegroups.com
  .
  For more options, visit this group at
 http://groups.google.com/group/openmeetings-user?hl=en.

 --
 --
 Pham Duc The Anh
 Student
 Computer Engineering - Course 52
 School Of Information  Communication Technology
 HaNoi University of Technology
 Mobile: 01684580062
 E-mail: phamductheanh2...@yahoo.com or anh...@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: Plan A Meeting

2010-03-25 Thread smoeker
hi,

could you check, if there is already an issue for that in the
issuelist (or otherwise open one?)

thnx!


Smoeker

On 24 Mrz., 20:56, flaJeff jcor...@gmail.com wrote:
 I've installed Openmeeting and have logged in a couple of users for
 tests.  All went very well.

 Now, I'm trying to schedule a meeting and I have run into an issue or
 two:

 1)  Whenever I save after setting the time/adding participants the
 start/end times are reduced by one hour (e.g.:  I set the time from
 3-4 PM and it gets saved as 2-3, if I add a participant and click save
 the time gets changed from 2-3 to 1-2.)

 2)  Whenever I first setup a meeting, only the first participant gets
 saved, I have to edit and add new participants (which then causes the
 scheduled time to change).

 3)  Newly added participants do not get an invitation, but they do get
 notifications that the meeting time has changed (again, from the
 system subtracting an hour each time I click save).

 Thanks for any help you can provide.

-- 
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: Error when logging in OM by AD account

2010-03-24 Thread smoeker
hola,

could you post relevant parts of your logfile?

see ya

Smoeker

On 24 Mrz., 11:28, The Anh anh...@gmail.com wrote:
 Hi there,
 I'm using OM r3087 on Windows Server 2003. Last time, I've been
 successful in connecting to AD system and I had logged in by the
 account in AD. But when the second time I logged in OM, there is an
 dialog inform that the password is incorrect. I checked again but
 there is no change. I tried to log in by Admin user and I saw that my
 account is still there, I changed password again and then tried to log
 in by new password. But the Incorrect Password error dialog appeared
 again! So anybody can help me to solve this problem?
 Thanks,

-- 
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: LDAP Auth - Multiple Organizations (ver 1.1 r3087)

2010-03-22 Thread smoeker
hola,

i dont think theres something principally wrong concerning the usage
of the password within OM, otherwise nobody could authenicate via Ldap
from OM.

- indeed, it could be possible, that the size limit exception is the
reason for your problems.

i just checked the code, that concerns your configuration (-
OpenLDAP) :

if openLdap is configured, there is a search call , trying to resolve
 the uid from searchresult and authenticate with that value.

- this codepart was added additionally for openLdap compatibility and
seemed to work for openldap users
- regarding the fact, that it isnt possible for you to retrieve the
uid, the following login happens analog to the AD login (using the
entered username, not the uid for login)

i would advise you to reduce the searchscope (ldap_search_base), to
test it with a concrete user

- otherwise, you should create a patch for your installation, using
additional searchFilter to reduce amount of results


see ya

Smoeker


On 22 Mrz., 13:24, Steve Miller smiller.n...@gmail.com wrote:
 smoeker -

 The user's sAMAccountname is correct:

 Object Path    Property Name    Property Title    Value
 LDAP://2K8DC0.domain.local/CN=U Sername,OU=Unpriv
 Users,OU=National,DC=domain,DC=local    sAMAccountName    Pre-W2K Name
 username

 and the admin Distinguished Name is correct:

 Object Path    Property Name    Property Title    Value
 LDAP://2K8DC0.domain.local/CN=om_admin,OU=IT,OU=National,DC=domain,DC=local
 distinguishedName    DN
 CN=om_admin,OU=IT,OU=National,DC=domain,DC=local

 here's the full trace from the log when I try to use the users account to
 log in:

 DEBUG 03-22 08:08:05.344 LdapLoginManagement.java 597412129 100
 org.openmeetings.app.ldap.LdapLoginManagement [NioProcessor-1] -
 LdapLoginmanagement.isLdapConfigured
  WARN 03-22 08:08:05.346 MainService.java 597412131 254
 org.openmeetings.app.remote.MainService [NioProcessor-1] - loginUser 111:
 4a7f78a4be4e6d0678f07412d1decc7d username
 DEBUG 03-22 08:08:05.347 Usermanagement.java 597412132 1384
 org.openmeetings.app.data.user.Usermanagement [NioProcessor-1] -
 Usermanagement.getUserByLoginOrEmail : username
 DEBUG 03-22 08:08:05.348 MainService.java 597412133 271
 org.openmeetings.app.remote.MainService [NioProcessor-1] - Ldap Login
 DEBUG 03-22 08:08:05.348 LdapLoginManagement.java 597412133 173
 org.openmeetings.app.ldap.LdapLoginManagement [NioProcessor-1] -
 LdapLoginmanagement.doLdapLogin
 DEBUG 03-22 08:08:05.348 LdapLoginManagement.java 597412133 126
 org.openmeetings.app.ldap.LdapLoginManagement [NioProcessor-1] -
 LdapLoginmanagement.getLdapConfigData
 DEBUG 03-22 08:08:05.349 LdapLoginManagement.java 597412134 149
 org.openmeetings.app.ldap.LdapLoginManagement [NioProcessor-1] -
 LdapLoginmanagement.readConfig :
 /usr/lib/openmeetings/red5/webapps/openmeetings/conf/om_ldap.cfg
 DEBUG 03-22 08:08:05.350 LdapLoginManagement.java 597412135 78
 org.openmeetings.app.ldap.LdapLoginManagement [NioProcessor-1] -
 isValidAuthType
 DEBUG 03-22 08:08:05.350 LdapLoginManagement.java 597412135 223
 org.openmeetings.app.ldap.LdapLoginManagement [NioProcessor-1] - Searching
 userdata with LDAP Search Filter :(sAMAccountName=username)
 DEBUG 03-22 08:08:05.351 LdapAuthBase.java 597412136 65
 org.openmeetings.app.ldap.LdapAuthBase [NioProcessor-1] - LdapAuthBase
 DEBUG 03-22 08:08:05.351 LdapLoginManagement.java 597412136 231
 org.openmeetings.app.ldap.LdapLoginManagement [NioProcessor-1] -
 authenticating admin...
 DEBUG 03-22 08:08:05.351 LdapAuthBase.java 597412136 82
 org.openmeetings.app.ldap.LdapAuthBase [NioProcessor-1] - authenticateUser
 DEBUG 03-22 08:08:05.351 LdapAuthBase.java 597412136 98
 org.openmeetings.app.ldap.LdapAuthBase [NioProcessor-1] -

 Authentification to LDAP - Server start
 DEBUG 03-22 08:08:05.352 LdapAuthBase.java 597412137 130
 org.openmeetings.app.ldap.LdapAuthBase [NioProcessor-1] - loginToLdapServer
 DEBUG 03-22 08:08:05.376 LdapLoginManagement.java 597412161 234
 org.openmeetings.app.ldap.LdapLoginManagement [NioProcessor-1] - Checking
 server type...
 DEBUG 03-22 08:08:05.377 LdapLoginManagement.java 597412162 238
 org.openmeetings.app.ldap.LdapLoginManagement [NioProcessor-1] - LDAP server
 is OpenLDAP
 DEBUG 03-22 08:08:05.377 LdapLoginManagement.java 597412162 239
 org.openmeetings.app.ldap.LdapLoginManagement [NioProcessor-1] - LDAP search
 baseDC=domain,DC=local
 ERROR 03-22 08:08:05.902 LdapAuthBase.java 597412687 241
 org.openmeetings.app.ldap.LdapAuthBase [NioProcessor-1] - Error occured on
 LDAP Search : [LDAP: error code 4 - Sizelimit Exceeded]
 DEBUG 03-22 08:08:05.902 LdapAuthBase.java 597412687 82
 org.openmeetings.app.ldap.LdapAuthBase [NioProcessor-1] - authenticateUser
 DEBUG 03-22 08:08:05.902 LdapAuthBase.java 597412687 98
 org.openmeetings.app.ldap.LdapAuthBase [NioProcessor-1] -

 Authentification to LDAP - Server start
 DEBUG 03-22 08:08:05.902 LdapAuthBase.java 597412687 130
 org.openmeetings.app.ldap.LdapAuthBase [NioProcessor-1] - loginToLdapServer

Re: LDAP Auth - Multiple Organizations (ver 1.1 r3087)

2010-03-21 Thread smoeker
hola,

nope - theres no need to create users in OM manually with a working
LDAP auth.

- what i was trying to say is, that if the users arent created after
successful login, the system surely cant assign them to a
organisation.
- so what seems to happen is, that theres an error creating the users
locally and the errormessage displayed to the UI is wrong (if you r
saying, that theres no error concerning the LDAP auth itself, but when
creating the user locally)


@Steve : studying your ldap config in combination with your stack
trace, i can see a configuration error : your config is missing the
key 'ldap_admin_dn', you are using 'ldap_admin'


sorry for the confusion : i thought, the users were already created in
database and just didnt have a default org assigned (the context of my
last bugfix). please retry with correct config and check, if the user
is created locally...


see ya

Smoeker


On 21 Mrz., 19:06, Steve Miller smiller.n...@gmail.com wrote:
 Danny, sorry for the delay. Yours is similar to mine.

 ldap_server_type=ActiveDirectory
 ldap_conn_url=ldap://2k8dc0.domain.local:389
 ldap_admin=om_administration
 ldap_passwd=password
 ldap_search_base=DC:domain,DC:local
 field_user_principal=sAMAccountName
 ldap_auth_type=SIMPLE

 This configuration works to authenticate the remote users, but no data seems
 to be pulled to populate the OpenMeetings user database.

 On Fri, Mar 19, 2010 at 5:09 PM, Danny Trinh danny.d.tr...@gmail.comwrote:

  Steve,
  Can you share your om_ldap.cfg? I like to see my system has the same
  errors as yours. Mine didn't work at all.
  Below is mine - of course I changed domain's name.

  ldap_server_type=OpenLDAP
  ldap_conn_url = ldap://
  10.10.10.10:389/?sAMAccountName?sub?(objectClass=user)http://10.10.10.10:389/?sAMAccountName?sub?%28objectClass=user%29
  ldap_admin_dn=CN:openfire,DC:BSPORTS,DC:SPORTSG,DC:LOC
  ldap_passwd=0p3nf1r3
  ldap_search_base=DC:BSPORTS,DC:SPORTSG,DC:LOC
  field_user_principal=sAMAccountName
  ldap_auth_type=SIMPLE

  Thanks,

   --
  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.comopenmeetings-user%2bunsubscr...@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: LDAP Auth - Multiple Organizations (ver 1.1 r3087)

2010-03-17 Thread smoeker
hola,

i  could reproduce the problem and commit a small bugfix...

the problem was caused by an uninitialzed lazy collection (user--
orgnaziation).
- the userobject, that was returned to GUI didnt have a filled set of
related organizations, so they came up , when user logged in next time
(collection was filled, cause data was retrieved from another
Hibernate Session).
- the fix worked for me, plz check out and test



see ya

Smoeker

On 16 Mrz., 17:28, Steve Miller smiller.n...@gmail.com wrote:
 The problem here is that the users that are logging in for the first time
 cannot associate themselves with an organization, as the list that requests
 them to choose one is not populated with anything. So to answer your
 question: no, the users are not associated with an organization upon logging
 in. The users are also never created, because they cannot assign themselves
 an organization.

 DEBUG 03-16 08:25:15.396 Sessionmanagement.java 80042181 340
 org.openmeetings.app.data.basic.Sessionmanagement [NioProcessor-1] -
 updateUserOrg User: null || dec0c86c3e4419b00c5d6ab9e339e92e
 DEBUG 03-16 08:25:15.399 Sessionmanagement.java 80042184 367
 org.openmeetings.app.data.basic.Sessionmanagement [NioProcessor-1] - Found
 session to update: dec0c86c3e4419b00c5d6ab9e339e92e organisation_id: null
 DEBUG 03-16 08:25:15.988 ScopeApplicationAdapter.java 80042773 1744
 org.openmeetings.app.remote.red5.ScopeApplicationAdapter [NioProcessor-1] -
 #*#*#*#*#*#*# setUsername userId: null username: null firstname: null
 lastname: null
 DEBUG 03-16 08:25:15.988 ScopeApplicationAdapter.java 80042773 1749
 org.openmeetings.app.remote.red5.ScopeApplicationAdapter [NioProcessor-1] -
 [setUsername] id: 37
 DEBUG 03-16 08:25:15.988 ScopeApplicationAdapter.java 80042773 1756
 org.openmeetings.app.remote.red5.ScopeApplicationAdapter [NioProcessor-1] -
 UDPATE SESSION dec0c86c3e4419b00c5d6ab9e339e92e, null
 DEBUG 03-16 08:25:15.988 Sessionmanagement.java 80042773 394
 org.openmeetings.app.data.basic.Sessionmanagement [NioProcessor-1] -
 updateUser User: null || dec0c86c3e4419b00c5d6ab9e339e92e
 DEBUG 03-16 08:25:15.990 Sessionmanagement.java 80042775 421
 org.openmeetings.app.data.basic.Sessionmanagement [NioProcessor-1] - Found
 session to update: dec0c86c3e4419b00c5d6ab9e339e92e userId: null
 DEBUG 03-16 08:25:15.992 Usermanagement.java 80042777 1332
 org.openmeetings.app.data.user.Usermanagement [NioProcessor-1] -
 Usermanagement.getUserById
 ERROR 03-16 08:25:15.999 UsersDaoImpl.java 80042784 69
 org.openmeetings.app.data.user.dao.UsersDaoImpl [NioProcessor-1] - [getUser]
 Error: No USER_ID given
 ERROR 03-16 08:25:16.029 Navimanagement.java 80042814 75
 org.openmeetings.app.data.basic.Navimanagement [NioProcessor-1] -
 getMainMenu 0

 (I omitted the lines from the log where it was 'Getting Labels')

 It's my understanding that when the LDAP authentication is enabled, and
 users log in for the first time using their LDAP credentials, the
 Openmeetings software is supposed to automatically create a user account and
 pull the correct organization ID from the default_domain_id configuration
 setting. I have verified that the default_domain_id setting is set to a
 value (in my case: 1, as it's the only organization) and that the database
 has a value assigned to the organization ID.

 mysql SELECT * FROM organisation;
 +-++--+---+-++-+
 | organisation_id | insertedby | name | updatedby | starttime           |
 updatetime | deleted |
 +-++--+---+-++-+
 |               1 |          1 | NACA |      NULL | 2010-03-15 10:19:40 |
 NULL       | false   |
 |               2 |          2 | NACA |         2 | 2010-03-15 12:57:27 |
 NULL       | true    |
 |               3 |          2 |      |         2 | 2010-03-15 13:01:21 |
 NULL       | true    |
 +-++--+---+-++-+
 3 rows in set (0.00 sec)

 As you can see, I also had tried to create another organization and assign
 that one as the default_domain_id as well, which didn't work. However, when
 I list all the rows from name, I get this:

 mysql SELECT COUNT(*) AS `Rows`,`name`
     - FROM `organisation`
     - GROUP BY `name`
     - ORDER BY `name`;
 +--+--+
 | Rows | name |
 +--+--+
 |    1 |      |
 |    2 | NACA |
 +--+--+
 2 rows in set (0.00 sec)

 As you can see, the first row has no value. Might this be an issue?

 On Tue, Mar 16, 2010 at 11:52 AM, smoeker o.beche...@medint.de wrote:
  hola,

  can you check, if these users are assigned to a org in database?

  see ya

  Smoeker

  On Mar 15, 11:35 pm, Danny Trinh danny.d.tr...@gmail.com wrote:
   Yes, I got the same thing. See this threadhttps://
  mail.google.com/mail/?shva=1#inbox/1271c954e849c723. I still can't
   make it work. :-(

   Danny Trinh
   Linux Admin

  --
  You

Re: java.lang.OutOfMemoryError: Java heap space

2010-03-17 Thread smoeker
hola,

are u running installer from within eclipse (dynamic web project) , on
tomcat or standalone red5?


in case u have deployed OM on tomcat, u would have to change your
startscript adding the following startparameters like :

JAVA_OPTS=$JAVA_OPTS -Xms512m -Xmx756m 
JAVA_OPTS=$JAVA_OPTS -XX:MaxPermSize=512m


procedure is the same on red5


if u r running it from eclipse, you have to change launch
configuration for your server within eclipse...



see ya

Smoeker

On 17 Mrz., 12:08, dinesh hycus dinesh.hy...@gmail.com wrote:
 Hi,

 After the installation of step 1 of the open meeting i got error in the step
 2 which shows errror java.lang.OutOfMemoryError: Java heap space. Can you
 please advice me to increase java heap size.

 So that we can proceed further in the open meeting installation.

 Thanks  Regards
    -- Dinesh --

-- 
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: java.lang.OutOfMemoryError: Java heap space

2010-03-17 Thread smoeker
hola,

using tomcat on linux system u will have to watch out for bin/
catalina.sh within your tomcat installation directory...

see ya

Smoeker

On 17 Mrz., 12:18, dinesh hycus dinesh.hy...@gmail.com wrote:
 On Wed, Mar 17, 2010 at 4:42 PM, smoeker o.beche...@medint.de wrote:
  hola,

  are u running installer from within eclipse (dynamic web project) , on
  tomcat or standalone red5?

  in case u have deployed OM on tomcat, u would have to change your
  startscript adding the following startparameters like :

  JAVA_OPTS=$JAVA_OPTS -Xms512m -Xmx756m 
  JAVA_OPTS=$JAVA_OPTS -XX:MaxPermSize=512m

  procedure is the same on red5

  if u r running it from eclipse, you have to change launch
  configuration for your server within eclipse...

  see ya

  Smoeker

  On 17 Mrz., 12:08, dinesh hycus dinesh.hy...@gmail.com wrote:
   Hi,

   After the installation of step 1 of the open meeting i got error in the
  step
   2 which shows errror java.lang.OutOfMemoryError: Java heap space. Can
  you
   please advice me to increase java heap size.

   So that we can proceed further in the open meeting installation.

   Thanks  Regards
      -- Dinesh --

  --
  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.comopenmeetings-user%2bunsubscr...@googlegroups.com
  .
  For more options, visit this group at
 http://groups.google.com/group/openmeetings-user?hl=en.

 Hi,

 Im using Apache tomcat in the linux server. So where and which file i need
 to add the script

 JAVA_OPTS=$JAVA_OPTS -Xms512m -Xmx756m 
 JAVA_OPTS=$JAVA_OPTS -XX:MaxPermSize=512m

 Do i need to restart the apache and red5 after adding this.

 Please let me know.

 Thanks  Regards
    -- Dinesh --

-- 
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: java.lang.OutOfMemoryError: Java heap space

2010-03-17 Thread smoeker
hola,

right you can integrate these lines into your startscript...

- please make sure, that you have 756m RAM available for your java
processes on that machine..  otherwise reduce the values (xms 256 xmx
512)
- i idont know you installation scenario - do you run tomcat as a
service? if so, you would have to check, if catalina.sh is addressed
from the service starting script (/etc/init.d/tomcat or so, dependent
on your distribution)


see ya

Smoeker

On 17 Mrz., 12:24, dinesh hycus dinesh.hy...@gmail.com wrote:
 On Wed, Mar 17, 2010 at 4:52 PM, smoeker o.beche...@medint.de wrote:
  hola,

  using tomcat on linux system u will have to watch out for bin/
  catalina.sh within your tomcat installation directory...

  see ya

  Smoeker

  On 17 Mrz., 12:18, dinesh hycus dinesh.hy...@gmail.com wrote:
   On Wed, Mar 17, 2010 at 4:42 PM, smoeker o.beche...@medint.de wrote:
hola,

are u running installer from within eclipse (dynamic web project) , on
tomcat or standalone red5?

in case u have deployed OM on tomcat, u would have to change your
startscript adding the following startparameters like :

JAVA_OPTS=$JAVA_OPTS -Xms512m -Xmx756m 
JAVA_OPTS=$JAVA_OPTS -XX:MaxPermSize=512m

procedure is the same on red5

if u r running it from eclipse, you have to change launch
configuration for your server within eclipse...

see ya

Smoeker

On 17 Mrz., 12:08, dinesh hycus dinesh.hy...@gmail.com wrote:
 Hi,

 After the installation of step 1 of the open meeting i got error in
  the
step
 2 which shows errror java.lang.OutOfMemoryError: Java heap space.
  Can
you
 please advice me to increase java heap size.

 So that we can proceed further in the open meeting installation.

 Thanks  Regards
    -- Dinesh --

--
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.comopenmeetings-user%2bunsubscr...@googlegroups.com
  openmeetings-user%2bunsubscr...@googlegroups.comopenmeetings-user%252bunsubscr...@googlegroups.com

.
For more options, visit this group at
   http://groups.google.com/group/openmeetings-user?hl=en.

   Hi,

   Im using Apache tomcat in the linux server. So where and which file i
  need
   to add the script

   JAVA_OPTS=$JAVA_OPTS -Xms512m -Xmx756m 
   JAVA_OPTS=$JAVA_OPTS -XX:MaxPermSize=512m

   Do i need to restart the apache and red5 after adding this.

   Please let me know.

   Thanks  Regards
      -- Dinesh --

  --
  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.comopenmeetings-user%2bunsubscr...@googlegroups.com
  .
  For more options, visit this group at
 http://groups.google.com/group/openmeetings-user?hl=en.

 Hi Smoeker,

 Then i can add the script

 JAVA_OPTS=$JAVA_OPTS -Xms512m -Xmx756m 
 JAVA_OPTS=$JAVA_OPTS -XX:MaxPermSize=512m

 in bin/ catalina.sh, right?

 Let me check and let you know.

 Thanks  Regards
    -- Dinesh --

-- 
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: java.lang.OutOfMemoryError: Java heap space

2010-03-17 Thread smoeker
hola,

check logfile for errors please...

(often database connection fails...)


see ya

Smoeker

On 17 Mrz., 12:29, smoeker o.beche...@medint.de wrote:
 hola,

 right you can integrate these lines into your startscript...

 - please make sure, that you have 756m RAM available for your java
 processes on that machine..  otherwise reduce the values (xms 256 xmx
 512)
 - i idont know you installation scenario - do you run tomcat as a
 service? if so, you would have to check, if catalina.sh is addressed
 from the service starting script (/etc/init.d/tomcat or so, dependent
 on your distribution)

 see ya

 Smoeker

 On 17 Mrz., 12:24, dinesh hycus dinesh.hy...@gmail.com wrote:

  On Wed, Mar 17, 2010 at 4:52 PM, smoeker o.beche...@medint.de wrote:
   hola,

   using tomcat on linux system u will have to watch out for bin/
   catalina.sh within your tomcat installation directory...

   see ya

   Smoeker

   On 17 Mrz., 12:18, dinesh hycus dinesh.hy...@gmail.com wrote:
On Wed, Mar 17, 2010 at 4:42 PM, smoeker o.beche...@medint.de wrote:
 hola,

 are u running installer from within eclipse (dynamic web project) , on
 tomcat or standalone red5?

 in case u have deployed OM on tomcat, u would have to change your
 startscript adding the following startparameters like :

 JAVA_OPTS=$JAVA_OPTS -Xms512m -Xmx756m 
 JAVA_OPTS=$JAVA_OPTS -XX:MaxPermSize=512m

 procedure is the same on red5

 if u r running it from eclipse, you have to change launch
 configuration for your server within eclipse...

 see ya

 Smoeker

 On 17 Mrz., 12:08, dinesh hycus dinesh.hy...@gmail.com wrote:
  Hi,

  After the installation of step 1 of the open meeting i got error in
   the
 step
  2 which shows errror java.lang.OutOfMemoryError: Java heap space.
   Can
 you
  please advice me to increase java heap size.

  So that we can proceed further in the open meeting installation.

  Thanks  Regards
     -- Dinesh --

 --
 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.comopenmeetings-user%2bunsubscr...@googlegroups.com
   openmeetings-user%2bunsubscr...@googlegroups.comopenmeetings-user%252bunsubscr...@googlegroups.com

 .
 For more options, visit this group at
http://groups.google.com/group/openmeetings-user?hl=en.

Hi,

Im using Apache tomcat in the linux server. So where and which file i
   need
to add the script

JAVA_OPTS=$JAVA_OPTS -Xms512m -Xmx756m 
JAVA_OPTS=$JAVA_OPTS -XX:MaxPermSize=512m

Do i need to restart the apache and red5 after adding this.

Please let me know.

Thanks  Regards
   -- Dinesh --

   --
   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.comopenmeetings-user%2bunsubscr...@googlegroups.com
   .
   For more options, visit this group at
  http://groups.google.com/group/openmeetings-user?hl=en.

  Hi Smoeker,

  Then i can add the script

  JAVA_OPTS=$JAVA_OPTS -Xms512m -Xmx756m 
  JAVA_OPTS=$JAVA_OPTS -XX:MaxPermSize=512m

  in bin/ catalina.sh, right?

  Let me check and let you know.

  Thanks  Regards
     -- Dinesh --

-- 
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: java.lang.OutOfMemoryError: Java heap space

2010-03-17 Thread smoeker


java.net.BindException: Address already in use:8080

could point you to a very basic problem - more isnt readable from that
log files ;-)


r u sure, thats the installation containing your openMeetings project?


see ya

Smoeker

On 17 Mrz., 13:02, dinesh hycus dinesh.hy...@gmail.com wrote:
 On Wed, Mar 17, 2010 at 5:11 PM, dinesh hycus dinesh.hy...@gmail.comwrote:





  On Wed, Mar 17, 2010 at 5:04 PM, smoeker o.beche...@medint.de wrote:

  hola,

  check logfile for errors please...

  (often database connection fails...)

  see ya

  Smoeker

  On 17 Mrz., 12:29, smoeker o.beche...@medint.de wrote:
   hola,

   right you can integrate these lines into your startscript...

   - please make sure, that you have 756m RAM available for your java
   processes on that machine..  otherwise reduce the values (xms 256 xmx
   512)
   - i idont know you installation scenario - do you run tomcat as a
   service? if so, you would have to check, if catalina.sh is addressed
   from the service starting script (/etc/init.d/tomcat or so, dependent
   on your distribution)

   see ya

   Smoeker

   On 17 Mrz., 12:24, dinesh hycus dinesh.hy...@gmail.com wrote:

On Wed, Mar 17, 2010 at 4:52 PM, smoeker o.beche...@medint.de
  wrote:
 hola,

 using tomcat on linux system u will have to watch out for bin/
 catalina.sh within your tomcat installation directory...

 see ya

 Smoeker

 On 17 Mrz., 12:18, dinesh hycus dinesh.hy...@gmail.com wrote:
  On Wed, Mar 17, 2010 at 4:42 PM, smoeker o.beche...@medint.de
  wrote:
   hola,

   are u running installer from within eclipse (dynamic web
  project) , on
   tomcat or standalone red5?

   in case u have deployed OM on tomcat, u would have to change
  your
   startscript adding the following startparameters like :

   JAVA_OPTS=$JAVA_OPTS -Xms512m -Xmx756m 
   JAVA_OPTS=$JAVA_OPTS -XX:MaxPermSize=512m

   procedure is the same on red5

   if u r running it from eclipse, you have to change launch
   configuration for your server within eclipse...

   see ya

   Smoeker

   On 17 Mrz., 12:08, dinesh hycus dinesh.hy...@gmail.com wrote:
Hi,

After the installation of step 1 of the open meeting i got
  error in
 the
   step
2 which shows errror java.lang.OutOfMemoryError: Java heap
  space.
 Can
   you
please advice me to increase java heap size.

So that we can proceed further in the open meeting
  installation.

Thanks  Regards
   -- Dinesh --

   --
   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.comopenmeetings-user%2bunsubscr...@googlegroups.com
  openmeetings-user%2bunsubscr...@googlegroups.comopenmeetings-user%252bunsubscr...@googlegroups.com

 openmeetings-user%2bunsubscr...@googlegroups.comopenmeetings-user%252bunsubscr...@googlegroups.com
  openmeetings-user%252bunsubscr...@googlegroups.comopenmeetings-user%25252bunsubscr...@googlegroups.com

   .
   For more options, visit this group at
  http://groups.google.com/group/openmeetings-user?hl=en.

  Hi,

  Im using Apache tomcat in the linux server. So where and which
  file i
 need
  to add the script

  JAVA_OPTS=$JAVA_OPTS -Xms512m -Xmx756m 
  JAVA_OPTS=$JAVA_OPTS -XX:MaxPermSize=512m

  Do i need to restart the apache and red5 after adding this.

  Please let me know.

  Thanks  Regards
     -- Dinesh --

 --
 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.comopenmeetings-user%2bunsubscr...@googlegroups.com
  openmeetings-user%2bunsubscr...@googlegroups.comopenmeetings-user%252bunsubscr...@googlegroups.com

 .
 For more options, visit this group at
http://groups.google.com/group/openmeetings-user?hl=en.

Hi Smoeker,

Then i can add the script

JAVA_OPTS=$JAVA_OPTS -Xms512m -Xmx756m 
JAVA_OPTS=$JAVA_OPTS -XX:MaxPermSize=512m

in bin/ catalina.sh, right?

Let me check and let you know.

Thanks  Regards
   -- Dinesh --

  --
  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.comopenmeetings-user%2bunsubscr...@googlegroups.com
  .
  For more options, visit this group at
 http://groups.google.com/group/openmeetings-user?hl=en.

  HI,

  There is no log

Re: password authenication failed for openmeetings

2010-03-17 Thread smoeker
hola,

does your postgres server run on the same server as red5 does?

postgres usually has to be configured to be available from other hosts
- as far as i remember...

- if you can reach the database using another SQLTool with same
credentials, post your hibernate.cfg.xml


see ya

Smoeker

On 17 Mrz., 17:06, scott31864 scott31...@chartermi.net wrote:
 I can't get the above mention error to go away and as expected I can
 not get the database built. I am using postgres sql. Through phpadmin
 I created the openmeetings database utf8 general. I later added a user
 openmeetings and password of openmeetings with full rights but I
 continue to get the failed authenication message when starting red5
 and during the openmeetings install. This is the same username and
 password contained in the hibernate confg file. My postgresql username
 is postgres (default) and password is openmeetings if that has any
 bearing. Can anyone tell me what I might be doing wrong?

 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-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: Open meeting Installation Issues

2010-03-16 Thread smoeker
hola,


errors in logfile?


see ya

Smoeker

On Mar 16, 2:00 pm, dinesh hycus dinesh.hy...@gmail.com wrote:
 Hi,

 I have successfully implemented the folllowing instruction and reached the
 stage for installationhttp://www.ifbstc.com:5080/openmeetings/install.

 When i access this URL and filled all the details and click install. I
 loaded and when it goes to second page, it shows a blank 
 page(http://www.ifbstc.com:5080/openmeetings/install?command=step2). And i 
 cant
 able to proceed further, please advice on me to get this done.

 What may be the problem.

 --
 Thanks  Regards
    -- Dinesh --

-- 
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: OM and LDAP didn't play well with each other

2010-02-26 Thread smoeker
hola,

first of all : at the moment, there's no relation between the OM
organization and a Ldap Group at all.
- means : if LDAP Auth is on and a user logs in successfully for the
first time, his userdata is written to local database and he gets
added to the default organization u added on install process.
- please make sure, that a default organization exists.

at the moment, theres a open task concerning LDAP auth restricted by
LdapGroup membership - maybe that hits your requierements?


btw : if you want your users to login via sAMAccountName , i think you
should configure that either by config :

field_user_principal=sAMAccountName

or by using LdapUrl *tricks* like

ldap://YOURSERVER:389/?sAMAccountName ?sub?(objectClass=user)

- i didnt test that on OM, but use it for other projects - maybe we
could change code, if the URL - params arent supported by current
trunk, to make the LDAP Auth more configurable?


what do you mean?


see ya

Smoeker


On 26 Feb., 03:20, Danny Trinh danny.d.tr...@gmail.com wrote:
 I use sAMAccountName for userID, and memberOf for group (extract CN in
 memberOf to get group name). Also, openfire has used the following to
 collect the data from AD:

   ldap.adminDN openfire
 ldap.adminPassword openfire1
 ldap.autoFollowAliasReferrals true
 ldap.autoFollowReferrals false
 ldap.baseDN DC=LOC
 ldap.connectionPoolEnabled true
 ldap.debugEnabled false
 ldap.emailField mail
 ldap.groupDescriptionField description
 ldap.groupMemberField member
 ldap.groupNameField cn
 ldap.groupSearchFilter ((objectClass=group)(member=*)(!(|(cn=Domain
 Guests)(cn=Domain Users)(cn=Exchange Domain Servers
 ldap.host 10.10.10.10
 ldap.ldapDebugEnabled false
 ldap.nameField cn
 ldap.override.avatar true
 ldap.port 3268
 ldap.posixMode false
 ldap.searchFilter ((objectCategory=person)(objectClass=user)
 (objectClass=organizationalPerson)(mailNickname=*)(!(|
 (name=SystemMailbox*)(sAMAccountName=*ap-*)(sAMAccountName=*admin)
 (sAMAccountName=abuse
 ldap.sslEnabled false
 ldap.usernameField sAMAccountName
 ldap.vcard-mapping (this is to fill the info of user such as name/full-
 name/last-name/etc.)
         NGIVEN{cn}/GIVEN/N
 EMAILINTERNET/USERID{mail}/USERID/EMAIL
 FN{displayName}/FN
 NICKNAME{givenName}/NICKNAME
 ADR
 HOME/
 STREET{homePostalAddress}/STREET
 PCODE{homeZip}/PCODE
 CTRY{co}/CTRY
 /ADR
 ADR
 WORK/
 STREET{streetAddress}/STREET
 LOCALITY{l}/LOCALITY
 REGION{st}/REGION
 PCODE{postalCode}/PCODE
 CTRY{co}/CTRY
 /ADR
 TEL
 HOME/
 VOICE/
 NUMBER{homePhone}/NUMBER
 /TEL
 TEL
 HOME/
 CELL/
 NUMBER{mobile}/NUMBER
 /TEL
 TEL
 WORK/
 VOICE/
 NUMBER{telephoneNumber}/NUMBER
 /TEL
 TEL
 WORK/
 CELL/
 NUMBER{mobile}/NUMBER
 /TEL
 TEL
 WORK/
 FAX/
 NUMBER{facsimileTelephoneNumber}/NUMBER
 /TEL
 TEL
 WORK/
 PAGER/
 NUMBER{pager}/NUMBER
 /TEL
 TITLE{title}/TITLE
 ORG
 ORGUNIT{department}/ORGUNIT
 /ORG
 /vCard]]![CDATA[
 vCard xmlns=vcard-temp
 N
 GIVEN{cn}/GIVEN
 /N
 EMAIL
 INTERNET/
 USERID{mail}/USERID
 /EMAIL
 FN{displayName}/FN
 NICKNAME{givenName}/NICKNAME
 ADR
 HOME/
 STREET{homePostalAddress}/STREET
 PCODE{homeZip}/PCODE
 CTRY{co}/CTRY
 /ADR
 ADR
 WORK/
 STREET{streetAddress}/STREET
 LOCALITY{l}/LOCALITY
 REGION{st}/REGION
 PCODE{postalCode}/PCODE
 CTRY{co}/CTRY
 /ADR
 TEL
 HOME/
 VOICE/
 NUMBER{homePhone}/NUMBER
 /TEL
 TEL
 HOME/
 CELL/
 NUMBER{mobile}/NUMBER
 /TEL
 TEL
 WORK/
 VOICE/
 NUMBER{telephoneNumber}/NUMBER
 /TEL
 TEL
 WORK/
 CELL/
 NUMBER{mobile}/NUMBER
 /TEL
 TEL
 WORK/
 FAX/
 NUMBER{facsimileTelephoneNumber}/NUMBER
 /TEL
 TEL
 WORK/
 PAGER/
 NUMBER{pager}/NUMBER
 /TEL
 TITLE{title}/TITLE
 ORG
 ORGUNIT{department}/ORGUNIT
 /ORG
 /vCard]]

-- 
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: LDAP Authentication with Database Fallback

2010-02-23 Thread smoeker
hola,

concerning your question about database fallback :

if the OM installation is able to find the configured Ldap
Configuration file, we assume, you want LDAP auth.
- the database fallback should only take place, when LDAP auth is
turned off (ment, to be able with OM while LDAP server is down or
maintained in some way...)
- admin users are always authenticated against local database


concerning the organizations :
- i am not sure, but i think, the message for multiplpe orgs is the
same as for no org at all ;-)
- after successful LDAP login, the user will be created/updated
locally and assigned to the Default organization

Can I suggest that you make scope = SCOPE and base = BASE? 

- sure u can ;-)


see ya

 Smoeker

On 23 Feb., 00:11, Simon Eng s...@ctfdi.com wrote:
 Can I suggest that you make scope = SCOPE and base = BASE?
 Right now I think SCOPE is confused with BASE. Clearly there will be
 other implications throughout the codebase that touches LDAP, but in
 the long run it will benefit those who use LDAP authentication in
 large organizations.

        // ConfigConstants
         public static final String CONFIGKEY_LDAP_URL =
 ldap_conn_url;
         public static final String CONFIGKEY_LDAP_ADMIN_DN =
 ldap_admin_dn;
         public static final String CONFIGKEY_LDAP_ADMIN_PASSWD =
 ldap_passwd;
         public static final String CONFIGKEY_LDAP_SEARCH_SCOPE =
 ldap_search_scope;  // {base | one | subtree}, base=base_dn,
 one=include one level, subtree=base_dn and everything below, default =
 subtree
         public static final String CONFIGKEY_LDAP_SEARCH_BASE =
 ldap_search_base;
         public static final String CONFIGKEY_LDAP_AUTH_TYPE =
 ldap_auth_type;
         public static final String
 CONFIGKEY_LDAP_FIELDNAME_USER_PRINCIPAL = field_user_principal;

-- 
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: OpenMeeting r2688 errors

2010-01-28 Thread smoeker
hola,

did you enter your new database password within hibernate.cfg.xml?


see ya

Smoeker

On 28 Jan., 09:45, The Anh anh...@gmail.com wrote:
 Hi there,
 I had an errors that OM couldn't work. It appeared when I made an
 password for database of OM. Could anyone help me?
 Here is my log:

 [INFO] [NioProcessor-1] org.red5.server.net.rtmp.RTMPHandler - No
 application sc
 ope found for openmeetings/hibernate on host 10.3.10.163. Misspelled
 or missing
 application folder?
 [WARN] [Red5_Scheduler_Worker-1]
 org.red5.server.net.rtmp.RTMPConnection - Closi
 ng RTMPMinaConnection from 10.2.48.34 : 2178 to 10.3.10.163 (in: 3433
 out 3231 )
 , with id 5735053 due to long handshake

 I'm looking forward to hearing from you,
 Thanks!
 Best regards,

-- 
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: problem after successful installation

2010-01-28 Thread smoeker
hola,

please provide your logfile...

see ya

Smoeker



On 28 Jan., 09:23, George Nicolaou forestp...@gmail.com wrote:
 After successfully installing openmeetings_1_0_r2688 I have the
 following issue.

 if you look athttp://www.vida24.gr:5080/openmeetingsas you can see
 it keeps saying loading without ever going to the login screen. Any
 ideas why?

-- 
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: Organisation problem after LDAP Login

2010-01-28 Thread smoeker
hmm,

the empty organization box sounds like a small bug...

- i would recommend, creating an issue


see ya

Smoeker

On 28 Jan., 15:15, Frank frankschmel...@gmail.com wrote:
 Hey smoeker . . .
 Ok. I fixed the domain_id.
 If a user logs in, the dropdown menu is still empty and can't login.
 But if the user logs off and logs in again it seems to work.
 Is it possible to make it work instantly?

 On 28 Jan., 15:00, smoeker o.beche...@medint.de wrote:

  hola,

  the UserCreation Mechanism  using LDAP Auth adds all non-existing
  users to the default organization (in case, no error occurs during
  user creation itself).

  - Please check, if the configVal default_domain_id points to a valid
  organization ID...

  see ya

  Smoeker

  On 28 Jan., 14:41, Frank frankschmel...@gmail.com wrote:

   Hi !

   Everytime I login with a new user i got the message Your account is
   assigned to multiple Organizations. Please choose one for this
   Session. But there is nothing to choose. The dropdown menu is empty.
   Thie users aren't able to login until i put them manually with an
   admin account into an organisation.- Zitierten Text ausblenden -

  - Zitierten Text anzeigen -

-- 
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 connect OM to AD (installed on Windows Server 2003)

2010-01-26 Thread smoeker
hi,

principally it should work...

you have to regard, that the field is used to search for user detail
data AFTER successful login, to take over users detail data from LDAP
server to local OM database...

- if you would like to allow entering samAccountName for login, you
would have to play around with the LdapURL itself, like

ldap_conn_url = ldap://YOURSERVER:389/?samAccountName?sub?(objectClass=user)

i am using something similiar for another project, but i didnt test
for OM so far...


see ya

Smoeker



On 25 Jan., 15:06, Corwin vkol...@googlemail.com wrote:
 Hello,

 I successfully manage to connect LDAP but I would like to use
 field_user_principal=samaccountname instead of Usesrprincipalename.

 Is one of you tried to do so?

 Thanks in advance for your help

 On 18 jan, 11:30, The Anh anh...@gmail.com wrote:

  @Mr Smoeker: Oh, thank so much for your helping me. Today I got it
  working.
  @All (Who is unsuccessful in connecting to Active Directory (AD): To
  do this, we have to follow 2 steps

  *** Step 1: Config the om_ldap.cfg file. (Note: The Administrator
  account is in the Users)

  ldap_conn_url=ldap://10.2.48.134:389
  ldap_admin_dn=CN:Administrator,OU:Users,DC:com,DC:vn
  ldap_passwd=123456
  ldap_search_base=DC:com,DC:vn (When you want to search in domain
  com.vn)field_user_principal=userPrincipalName
  ldap_auth_type=SIMPLE

  *** Step 2: Config the ldap_config_path.

  Sign in OM with user Admin -- Administration -- Configuration --
  ldap_config_path -- Value: Type the absolute path of file om_ldap.cfg
  on your machine (ex: C:\\My Documents and Settings\Webapps\Openmeetings
  \conf\om_ldap.cfg)

  I was successful with 2 steps so I hope you will be too.
  Fare well,

-- 
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: outer calendar

2010-01-26 Thread smoeker
hola,

the scheduled Meetings within OM arent public for now (only invited
attendees can access), and vice versa : the public meetings arent
scheduled, as far as i know ;-)

see ya

Smoeker


On 22 Jan., 22:51, Bicho4191 bichosoft4...@gmail.com wrote:
 Hi everyones

 Im trying to make a view with a external calendar where external user
 can see public meetings do you have any idea?

 Thanks for the help,
 Best Regards.

-- 
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: About the security of OM

2010-01-25 Thread smoeker
hola,

the passwords within database are encrypted with MD5 algo by default -
since its an openSource project the encryption algo can be
exchanged ;-)

- the fact, that one can read the MD5 hash from database, is caused
by the security settings of the database itself (- you can minimize
that risk by restricting access to your database from IP Ranges, for
example)
- i think, there is a higher risk getting hacked by networksniffing
(trying to get user account data via Wireshark , etc...)

Principally there are methods to decrypt a MD5 Hash (by bruteforcing,
e.g.), but if someone has access to the encrypted password, something
else has gone wrong already, i think...



see ya

Smoeker


On 25 Jan., 08:41, The Anh anh...@gmail.com wrote:
 Hi there,
 As you know, the database of OM (including user data, conference
 data ...) can be seen by surfing the address:http://localhost/phpmyadmin.
 In this page, I can see the passwords of the users (they were
 encrypted) but I wonder that with this code (encrypted password) if
 someone can find out the real password or uses them to log in OM with
 the user account?
 Could anyone explain for me about this?
 Thanks alot,
 Best Regards,

-- 
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: Error on Working Userdata

2010-01-08 Thread smoeker
hola,

the internal OM User gets created based on the data retrieved via LDAP
Lookup (in case of succesful login).

please show us more of the logfile to identify a possible reason for
the nullpointer

Dependent on the LdapServer u r using, the Fieldnames for the userdata
detail search have to differ. Within Code, the following LdapFields
are mapped :

public static final String LDAP_KEY_LASTNAME = sn;
public static final String LDAP_KEY_FIRSTNAME = givenName;
public static final String LDAP_KEY_MAIL = mail;
public static final String LDAP_KEY_STREET = streetAddress;
public static final String LDAP_KEY_ADDITIONAL_NAME = description;
public static final String LDAP_KEY_FAX =
facsimileTelephoneNumber;
public static final String LDAP_KEY_ZIP = postalCode;
public static final String LDAP_KEY_COUNTRY = co;
public static final String LDAP_KEY_TOWN = l;
public static final String LDAP_KEY_PHONE = telephoneNumber;

these values work fine for Active Directory e.g. - but for openLdap
the Detail Field names can differ

- so it could be possible, that u dont retrieve certaiin values
needed to create a local user.
- the function createUserFromLdapData checks most of missing values
and replaces it by default values, but it still could be possible,
that an error occurs.
- if u want to debug that, u could sysout the userdata within that
function and check, if some values are emtpy and if they are requiered
for creating a user object (nullable column?)


see ya

Smoeker

see ya

On 8 Jan., 13:41, maillist sev maillist@googlemail.com wrote:
 Hello there,

 today I've successfully configured the LDAP for openmeetings. The
 first two or three users where successfully created in openmeetings.
 But after that (or with a new browser-session on another PC) no new
 user was created.
 When a user want to log in, everything works fine -- means:
 Openmeetings checks if he entered the corrected Login-Information
 But after that, no User is created and the following error is shown in
 the log...:
  [NioProcessor-4] ERROR o.o.app.data.user.Usermanagement - Error on
 Working Userdata : null

 I've looked in the code, and this means, the user can't be created.
 But why?

 Thanks for your help.
-- 
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: Error on Working Userdata

2010-01-08 Thread smoeker
hola,

u can either follow the build instructions from the openMeetings
project page or run one of the antscripts (e.g. build_red5webapp.xml)


see ya

Smoeker

On 8 Jan., 14:32, maillist sev maillist@googlemail.com wrote:
 hmm I've tested to add every field for one user..

 result: the field  co is not allowed for the scheme.
 What can i do now?

 On 8 Jan., 14:27, maillist sev maillist@googlemail.com wrote:

   - if u want to debug that, u could sysout the userdata within that
   function and check, if some values are emtpy and if they are requiered
   for creating a user object (nullable column?)

  -- Great: How can i do this?

  The Login of the User is successful (Typing a wrong password produces
  a error -- that's right :-) )

  I really want to show more of the log-file, but there is not more
  information :-(
  The Configuration looks like this:

  #ConfigurationFile for LDAP Auth
  #ConfigKey 'ldap_config_path' must be set in DataBase Configration of
  OM and point to this file
  #o.becherer,14.01.2009
  #specify the LDAP Server type
  ldap_server_type=OpenLDAP
  #LDAP URL
  ldap_conn_url=ldap://10.4.148.96:1389
  #Login distinguished name (DN) for Authentification on LDAP Server -
  keep emtpy if not requiered
  ldap_admin_dn=cn:service-user,dc:domain,dc:de
  #Loginpass for Authentification on LDAP Server - keep emtpy if not
  requiered
  ldap_passwd=password_for_user
  #base to search for userdata(of user, that wants to login
  ldap_search_base=ou:users,dc:e-domain,dc:de
  # Fieldnames (can differ between Ldap servers)
  field_user_principal=uid
  # Ldap auth type(SIMPLE,NONE)
  ldap_auth_type=SIMPLE

  AND: It's an OpenLDAP!

  This Configurations are set in our LDAP:
  sn, givenName, mail..
  the other values are mostly not set, so that every other field should
  result in null.

  Thanks for your help...

  On 8 Jan., 14:01, smoeker o.beche...@medint.de wrote:

   hola,

   the internal OM User gets created based on the data retrieved via LDAP
   Lookup (in case of succesful login).

   please show us more of the logfile to identify a possible reason for
   the nullpointer

   Dependent on the LdapServer u r using, the Fieldnames for the userdata
   detail search have to differ. Within Code, the following LdapFields
   are mapped :

   public static final String LDAP_KEY_LASTNAME = sn;
           public static final String LDAP_KEY_FIRSTNAME = givenName;
           public static final String LDAP_KEY_MAIL = mail;
           public static final String LDAP_KEY_STREET = streetAddress;
           public static final String LDAP_KEY_ADDITIONAL_NAME = 
   description;
           public static final String LDAP_KEY_FAX =
   facsimileTelephoneNumber;
           public static final String LDAP_KEY_ZIP = postalCode;
           public static final String LDAP_KEY_COUNTRY = co;
           public static final String LDAP_KEY_TOWN = l;
           public static final String LDAP_KEY_PHONE = telephoneNumber;

   these values work fine for Active Directory e.g. - but for openLdap
   the Detail Field names can differ

   - so it could be possible, that u dont retrieve certaiin values
   needed to create a local user.
   - the function createUserFromLdapData checks most of missing values
   and replaces it by default values, but it still could be possible,
   that an error occurs.
   - if u want to debug that, u could sysout the userdata within that
   function and check, if some values are emtpy and if they are requiered
   for creating a user object (nullable column?)

   see ya

   Smoeker

   see ya

   On 8 Jan., 13:41, maillist sev maillist@googlemail.com wrote:

Hello there,

today I've successfully configured the LDAP for openmeetings. The
first two or three users where successfully created in openmeetings.
But after that (or with a new browser-session on another PC) no new
user was created.
When a user want to log in, everything works fine -- means:
Openmeetings checks if he entered the corrected Login-Information
But after that, no User is created and the following error is shown in
the log...:
 [NioProcessor-4] ERROR o.o.app.data.user.Usermanagement - Error on
Working Userdata : null

I've looked in the code, and this means, the user can't be created.
But why?

Thanks for your help.
-- 
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: Error on Working Userdata

2010-01-08 Thread smoeker
;-)

if ur a familiar with Java/eclipse i would recommend debugging the
application while running on localhost (thats surely the fastest
method to see, how changes take effect without the need to re-deploy
the application after compiling)

- otherwise u could become a sysout - debugger by writing
logmessages within sourcecode and check values at runtime ;-) that way
affords compiling and re-deploying the application.

u should start debugging directly after login at function doLdapLogin.

After successful login, more detaildata is searched for the user by
calling

VectorHashMapString, String result = lAuth.getData
(ldap_search_scope, ldap_search_filter, attributes);

if this Vector has the size of 0 or  1, u would see a valid
logmessage, so we assume, you are receiving One valid record for your
login user.

- this users Ldap data can be monitored by using

HashMapString, String userData = result.get(0);

IteratorString iter = userData.keySet().iterator();

while(iter.hasNext()){
String key = iter.next();
String val = userData.get(key);

log.debug(Key :  + key + , Val: + val);
}

- Checkout the result (and comapre to a working result...)


see ya

Smoeker

On 8 Jan., 15:33, maillist sev maillist@googlemail.com wrote:
 hmm ok.. done so..
 changed the file to this:
         public static final String LDAP_KEY_LASTNAME = sn;
         public static final String LDAP_KEY_FIRSTNAME = givenName;
         public static final String LDAP_KEY_MAIL = mail;
         public static final String LDAP_KEY_STREET = description;
         public static final String LDAP_KEY_ADDITIONAL_NAME = description;
         public static final String LDAP_KEY_FAX =
 facsimileTelephoneNumber;
         public static final String LDAP_KEY_ZIP = postalCode;
         public static final String LDAP_KEY_COUNTRY = streetAddress;
         public static final String LDAP_KEY_TOWN = description;
         public static final String LDAP_KEY_PHONE = telephoneNumber;
 only for testing of course
 description is set with de
 -- same error
  :-(
 More ideas?

 On 8 Jan., 14:55, smoeker o.beche...@medint.de wrote:

  hola,

  u can either follow the build instructions from the openMeetings
  project page or run one of the antscripts (e.g. build_red5webapp.xml)

  see ya

  Smoeker

  On 8 Jan., 14:32, maillist sev maillist@googlemail.com wrote:

   hmm I've tested to add every field for one user..

   result: the field  co is not allowed for the scheme.
   What can i do now?

   On 8 Jan., 14:27, maillist sev maillist@googlemail.com wrote:

 - if u want to debug that, u could sysout the userdata within that
 function and check, if some values are emtpy and if they are requiered
 for creating a user object (nullable column?)

-- Great: How can i do this?

The Login of the User is successful (Typing a wrong password produces
a error -- that's right :-) )

I really want to show more of the log-file, but there is not more
information :-(
The Configuration looks like this:

#ConfigurationFile for LDAP Auth
#ConfigKey 'ldap_config_path' must be set in DataBase Configration of
OM and point to this file
#o.becherer,14.01.2009
#specify the LDAP Server type
ldap_server_type=OpenLDAP
#LDAP URL
ldap_conn_url=ldap://10.4.148.96:1389
#Login distinguished name (DN) for Authentification on LDAP Server -
keep emtpy if not requiered
ldap_admin_dn=cn:service-user,dc:domain,dc:de
#Loginpass for Authentification on LDAP Server - keep emtpy if not
requiered
ldap_passwd=password_for_user
#base to search for userdata(of user, that wants to login
ldap_search_base=ou:users,dc:e-domain,dc:de
# Fieldnames (can differ between Ldap servers)
field_user_principal=uid
# Ldap auth type(SIMPLE,NONE)
ldap_auth_type=SIMPLE

AND: It's an OpenLDAP!

This Configurations are set in our LDAP:
sn, givenName, mail..
the other values are mostly not set, so that every other field should
result in null.

Thanks for your help...

On 8 Jan., 14:01, smoeker o.beche...@medint.de wrote:

 hola,

 the internal OM User gets created based on the data retrieved via LDAP
 Lookup (in case of succesful login).

 please show us more of the logfile to identify a possible reason for
 the nullpointer

 Dependent on the LdapServer u r using, the Fieldnames for the userdata
 detail search have to differ. Within Code, the following LdapFields
 are mapped :

 public static final String LDAP_KEY_LASTNAME = sn;
         public static final String LDAP_KEY_FIRSTNAME = givenName;
         public static final String LDAP_KEY_MAIL = mail;
         public static final String LDAP_KEY_STREET = streetAddress;
         public static final String LDAP_KEY_ADDITIONAL_NAME = 
 description;
         public static final String LDAP_KEY_FAX =
 facsimileTelephoneNumber;
         public

Re: Need Clarification about Calendar

2010-01-06 Thread smoeker
hola,

i cannot see severe problems within logfile - it confirms your
description

u could try to choose iCal Invitation Reminder instead - (mail clients
without iCal receive a plain text mail body analog to email
notifier...).


- please open an issue for the problem concerning the email
reminder


see ya

Smoeker

On 6 Jan., 16:19, HMiles horace.mi...@konnectme.com wrote:
 Sorry Version is OpenMeetings 1.0 RC1

 On Jan 5, 10:27 pm, HMiles horace.mi...@konnectme.com wrote:



  smoker thanks for the prompt reply.  Here is the scenario:
  1. I make the appoinment and I add to email address from users that
  have registered.
  2.  I set the reminder as simple email
  3. I save the meeting

  Here is the openmeetings log file.

  the email is only sent to the sender and no one else.

  DEBUG 01-05 21:24:09.319 ContextLoggingListener.java 210 80 root
  [main] - Starting up context openmeetings
  DEBUG 01-05 21:24:11.761 ScopeApplicationAdapter.java 2652 127
  org.openmeetings.app.remote.red5.ScopeApplicationAdapter [Launcher:/
  openmeetings] - webAppPath : C:\red5\.\webapps\openmeetings
  DEBUG 01-05 21:24:15.979 QuartzMeetingReminderJob.java 6870 15
  org.openmeetings.app.quartz.scheduler.QuartzMeetingReminderJob
  [Red5_Scheduler_Worker-3] - QuartzMeetingReminderJob.execute
  DEBUG 01-05 21:24:15.991 AppointmentLogic.java 6882 244
  org.openmeetings.app.data.calendar.management.AppointmentLogic
  [Red5_Scheduler_Worker-3] - doScheduledMeetingReminder
  DEBUG 01-05 21:24:16.016 AppointmentDaoImpl.java 6907 629
  org.openmeetings.app.data.calendar.daos.AppointmentDaoImpl
  [Red5_Scheduler_Worker-3] - getTodaysAppoitmentsForAllUsers
  DEBUG 01-05 21:24:16.250 AppointmentLogic.java 7141 250
  org.openmeetings.app.data.calendar.management.AppointmentLogic
  [Red5_Scheduler_Worker-3] - doScheduledMeetingReminder : no
  Appointments today
  DEBUG 01-05 21:24:16.299 EmoticonsManager.java 7190 53
  org.openmeetings.app.remote.red5.EmoticonsManager [Launcher:/
  openmeetings] - # loadEmot completed
   WARN 01-05 21:24:16.336 ServerSocketMinaProcess.java 7227 164
  org.openmeetings.server.socket.ServerSocketMinaProcess [Launcher:/
  openmeetings] - TCPServer listening on port 4445
  DEBUG 01-05 21:25:55.971 QuartzMeetingReminderJob.java 106862 15
  org.openmeetings.app.quartz.scheduler.QuartzMeetingReminderJob
  [Red5_Scheduler_Worker-1] - QuartzMeetingReminderJob.execute
  DEBUG 01-05 21:25:55.971 AppointmentLogic.java 106862 244
  org.openmeetings.app.data.calendar.management.AppointmentLogic
  [Red5_Scheduler_Worker-1] - doScheduledMeetingReminder
  DEBUG 01-05 21:25:55.971 AppointmentDaoImpl.java 106862 629
  org.openmeetings.app.data.calendar.daos.AppointmentDaoImpl
  [Red5_Scheduler_Worker-1] - getTodaysAppoitmentsForAllUsers
  DEBUG 01-05 21:25:55.971 AppointmentLogic.java 106862 250
  org.openmeetings.app.data.calendar.management.AppointmentLogic
  [Red5_Scheduler_Worker-1] - doScheduledMeetingReminder : no
  Appointments today
  DEBUG 01-05 21:27:35.967 QuartzMeetingReminderJob.java 206858 15
  org.openmeetings.app.quartz.scheduler.QuartzMeetingReminderJob
  [Red5_Scheduler_Worker-12] - QuartzMeetingReminderJob.execute
  DEBUG 01-05 21:27:35.967 AppointmentLogic.java 206858 244
  org.openmeetings.app.data.calendar.management.AppointmentLogic
  [Red5_Scheduler_Worker-12] - doScheduledMeetingReminder
  DEBUG 01-05 21:27:35.967 AppointmentDaoImpl.java 206858 629
  org.openmeetings.app.data.calendar.daos.AppointmentDaoImpl
  [Red5_Scheduler_Worker-12] - getTodaysAppoitmentsForAllUsers
  DEBUG 01-05 21:27:35.967 AppointmentLogic.java 206858 250
  org.openmeetings.app.data.calendar.management.AppointmentLogic
  [Red5_Scheduler_Worker-12] - doScheduledMeetingReminder : no
  Appointments today
  DEBUG 01-05 21:28:03.619 ScopeApplicationAdapter.java 234510 169
  org.openmeetings.app.remote.red5.ScopeApplicationAdapter
  [NioProcessor-1] - roomJoin :
  DEBUG 01-05 21:28:03.634 ScopeApplicationAdapter.java 234525 177
  org.openmeetings.app.remote.red5.ScopeApplicationAdapter
  [NioProcessor-1] - ### Client connected to OpenMeetings, register
  Client StreamId: 0 scope hibernate
  DEBUG 01-05 21:28:03.634 ManageCryptStyle.java 234525 26
  org.openmeetings.utils.crypt.ManageCryptStyle [NioProcessor-1] -
  getInstanceOfCrypt:
  org.openmeetings.utils.crypt.managecryptst...@ca1465
  DEBUG 01-05 21:28:03.634 ManageCryptStyle.java 234525 28
  org.openmeetings.utils.crypt.ManageCryptStyle [NioProcessor-1] -
  getInstanceOfCrypt:
  org.openmeetings.app.data.basic.configurationmanagem...@10105c1
  DEBUG 01-05 21:28:03.634 ManageCryptStyle.java 234525 33
  org.openmeetings.utils.crypt.ManageCryptStyle [NioProcessor-1] -
  configKeyCryptClassName:
  org.openmeetings.utils.crypt.MD5Implementation
  DEBUG 01-05 21:28:03.749 MainService.java 234640 163
  org.openmeetings.app.remote.MainService [NioProcessor-1] - ::
  getsessiondata
  DEBUG 01-05 21:28:03.749 Sessionmanagement.java 234640 70

Re: Need Clarification about Calendar

2010-01-04 Thread smoeker
hola,

please specify the revision u r working with

- the meetings created within the meeting planner should appear in
your myMeeting section, but only on the day, they take place : so, if
u r planning a meeting for the 12.02.2010, it will only be accessable
on that day (from the myMeeting Section)

- if no email is sent to your attendees, please check teh reminder
type (Email reminder should send plain text/html email, Ical-reminder
should send Ical Appointment..., no reminder does nothing ;-))

- please post your logfile in case it wont work for you (maybe there
are problems sending emails in general?)


see ya

Smoeker


On 31 Dez. 2009, 19:22, HMiles horace.mi...@konnectme.com wrote:
 I am testing the lastest install of openmeetings:
 When I create a meeting Plan a meeting, the meeting is created.
 However the following doe s not happen.

 1.  No email is sent to any of the attendees.
 2.  The meeting does nto show up under my rooms for any of the
 attendees.

 Do I need to change something in the configuration?

 Does the work for anyone else?

--

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: LDAP authentication issue

2009-12-17 Thread smoeker
hola,

the Encrypton mode within Global OM config doesnt concern the LDAP
Authentication (at least it shouldn't ;-)).

- Encrypton Mode for Communication to LDAP Host should be configured
within om_ldap.cfg (ldap_auth_type), but at the moment, only the AUTH
Type Simple is implemented and tested

please post your om_ldap.cfg...


see ya

smoeker

On 16 Dez., 21:13, Sebastian Wagner seba.wag...@gmail.com wrote:
 hi,

 you can configure OpenMeetings to use SHA instead of MD5. There is some
 config when you run the install script on the bottom how to change to SHA
 BSD Style crypt.

 Sebastian

 2009/12/16 malicious13 maliciou...@gmail.com





  Hi,

  I'm currently testing openmeetings RC1 (openmeetings_1_0_r2688.zip )
  and I faced some issue with LDAP authentication.

  I cannot succeed Admin login on my OpenLDAP server.

  Each time I got an error:

  [LDAP: error code 49 - Invalid Credentials]

  I tried with blank DN and password (as I let anonymous access) but I
  got  a [LDAP: error code 34 - invalid DN] (but i see it's a know issue
  in another post)

  On the other hand, on the openldap server the LDAP Admin password is
  crypted with SHA and I see in my conf that openmeetings is using MD5.

  Do you thing it's the source of the problem?

  --

  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.comopenmeetings-user%2bunsubscr­...@googlegroups.com
  .
  For more options, visit this group at
 http://groups.google.com/group/openmeetings-user?hl=en.

 --
 Sebastian 
 Wagnerhttp://www.webbase-design.dehttp://openmeetings.googlecode.comhttp://www.laszlo-forum.de
 seba.wag...@gmail.com- Zitierten Text ausblenden -

 - Zitierten Text anzeigen -

--

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: ical invitation bug ?

2009-12-15 Thread smoeker
hola,

fixed within release 2759

see ya

smoeker

On 11 Dez., 10:16, smoeker o.beche...@medint.de wrote:
 hola,

 thnx for the issue . maybe i can take a look over the weekend (unless
 somebody else fixed it meanwhile...)

 see ya

 smoeker

 On 11 Dez., 10:13, Aicou seguin.jere...@gmail.com wrote:

  I have submitted an issue, but I'm sorry I have a very limited
  knowledge on web/java technologies .

  On 11 déc, 10:03, smoeker o.beche...@medint.de wrote:

   hola,

   u r right - this bug hasnt come up so far, because there is always a
   user with ID 1 in every system, so the hardcoded relict of the
   development process has never caused bigger trouble...

   - the bug is within class MeetingMemberLogic, adding a Meeting
   member...

   could u open an issue?

   (if you are a little bit into java you can help yourself by replacing
   hardcoded organizer ID by meeting_organizer value until bug is fixed
   within current release...)

   see ya

   smoeker

   On 11 Dez., 09:53, Aicou seguin.jere...@gmail.com wrote:

Hello,
I just realize that when we send an invitation with ical mail, the
ORGANIZER;CN= field is already the account with ID n 1.
Is that normal ?
(i don't use the latest release but i have the same thing on your demo
server)

Aicou- Zitierten Text ausblenden -

  - Zitierten Text anzeigen -

--

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: ical invitation bug ?

2009-12-11 Thread smoeker
hola,

thnx for the issue . maybe i can take a look over the weekend (unless
somebody else fixed it meanwhile...)


see ya

smoeker

On 11 Dez., 10:13, Aicou seguin.jere...@gmail.com wrote:
 I have submitted an issue, but I'm sorry I have a very limited
 knowledge on web/java technologies .

 On 11 déc, 10:03, smoeker o.beche...@medint.de wrote:



  hola,

  u r right - this bug hasnt come up so far, because there is always a
  user with ID 1 in every system, so the hardcoded relict of the
  development process has never caused bigger trouble...

  - the bug is within class MeetingMemberLogic, adding a Meeting
  member...

  could u open an issue?

  (if you are a little bit into java you can help yourself by replacing
  hardcoded organizer ID by meeting_organizer value until bug is fixed
  within current release...)

  see ya

  smoeker

  On 11 Dez., 09:53, Aicou seguin.jere...@gmail.com wrote:

   Hello,
   I just realize that when we send an invitation with ical mail, the
   ORGANIZER;CN= field is already the account with ID n 1.
   Is that normal ?
   (i don't use the latest release but i have the same thing on your demo
   server)

   Aicou- Zitierten Text ausblenden -

 - Zitierten Text anzeigen -

--

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: Installation troubles (LDAP problems)

2009-11-27 Thread smoeker
hola,

please give me a ping as soon as the patch is available in SVN, so i
can check Active Directory compatibility of the applied sources


thnx in advance!


btw : could u post your om_ldap.cfg to exclude configuration errors?


see ya

Smoeker

On 27 Nov., 15:05, franciscogonzalez franciscogonza...@yerbabuena.es
wrote:
 Done ;-)

 On 27 nov, 14:58, franciscogonzalez franciscogonza...@yerbabuena.es
 wrote:



  Of course. I'm going to forward you his email with the attached files
  and his instructions ok? I remember he also sent me the source code.

  Francisco

  On 27 nov, 14:43, Sebastian Wagner seba.wag...@gmail.com wrote:

   we need to initial patch from Abdul. You can forward it to me and I will 
   try
   to review and commit it when I find some minutes this weekend.

   Sebastian

   2009/11/27 franciscogonzalez franciscogonza...@yerbabuena.es

About SVN version, I have not touched the sources if that's what you
mean. I have always tried with the binaries. Concretly I am working
with the last build:

   http://i4demo.com/openmeetings/builds/32/

Kind Regards,
Francisco

On 27 nov, 14:31, franciscogonzalez franciscogonza...@yerbabuena.es
wrote:
 Well, bad news

 I have tried to do what Abdul told me in his email. He sent me an own
 openmeetings.jar file, which I had to copy and replace the one in 
 /WEB-
 INF/lib directory of openmeetings. But it doesn't work, and I get a
 mega exception I copy down. Any idea?

 Thanks again
 Kind Regards,
 Francisco

 DEBUG 11-27 11:22:01.253 ContextLoggingListener.java 171 80 root
 [main] - Starting up context openmeetings
 DEBUG 11-27 11:22:03.160 ScopeApplicationAdapter.java 2078 125
 org.openmeetings.app.remote.red5.ScopeApplicationAdapter [Launcher:/
 openmeetings] - webAppPath : /usr/lib/red5/./webapps/openmeetings
 ERROR 11-27 11:22:03.637 HibernateUtil.java 2555 81
 org.openmeetings.app.hibernate.utils.HibernateUtil [Launcher:/
 openmeetings] - getSessionFactory
 org.hibernate.MappingNotFoundException: resource: 
 org/openmeetings/app/
 hibernate/beans/basic/SOAPLogin.hbm.xml not found
         at
org.hibernate.cfg.Configuration.addResource(Configuration.java:
 596) [hibernate3.jar:na]
         at org.hibernate.cfg.Configuration.parseMappingElement
 (Configuration.java:1621) [hibernate3.jar:na]
         at org.hibernate.cfg.Configuration.parseSessionFactory
 (Configuration.java:1589) [hibernate3.jar:na]
         at
org.hibernate.cfg.Configuration.doConfigure(Configuration.java:
 1568) [hibernate3.jar:na]
         at
org.hibernate.cfg.Configuration.doConfigure(Configuration.java:
 1542) [hibernate3.jar:na]
         at
org.hibernate.cfg.Configuration.configure(Configuration.java:1496)
 [hibernate3.jar:na]
         at
 org.openmeetings.app.hibernate.utils.HibernateUtil.getSessionFactory
 (HibernateUtil.java:74) [openmeetings.jar:na]
         at
org.openmeetings.app.hibernate.utils.HibernateUtil.createSession
 (HibernateUtil.java:35) [openmeetings.jar:na]
         at
org.openmeetings.app.data.basic.Configurationmanagement.getConfKey
 (Configurationmanagement.java:49) [openmeetings.jar:na]
         at
org.openmeetings.app.remote.red5.ScopeApplicationAdapter.appStart
 (ScopeApplicationAdapter.java:130) [openmeetings.jar:na]
         at 
 org.red5.server.adapter.MultiThreadedApplicationAdapter.start
 (MultiThreadedApplicationAdapter.java:354) [red5.jar:na]
         at org.red5.server.adapter.ApplicationAdapter.start
 (ApplicationAdapter.java:55) [red5.jar:na]
         at org.red5.server.Scope.start(Scope.java:1162) [red5.jar:na]
         at org.red5.server.Scope.init(Scope.java:894) [red5.jar:na]
         at org.red5.server.WebScope.register(WebScope.java:194)
[red5.jar:na]
         at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
[na:
 1.6.0_0]
         at sun.reflect.NativeMethodAccessorImpl.invoke
 (NativeMethodAccessorImpl.java:57) [na:1.6.0_0]
         at sun.reflect.DelegatingMethodAccessorImpl.invoke
 (DelegatingMethodAccessorImpl.java:43) [na:1.6.0_0]
         at java.lang.reflect.Method.invoke(Method.java:616) 
 [na:1.6.0_0]
         at

org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactor­y.invokeCustomInitMethod
 (AbstractAutowireCapableBeanFactory.java:1414) [spring-2.5.6.jar:
 2.5.6]
         at

org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactor­y.invokeInitMethods
 (AbstractAutowireCapableBeanFactory.java:1375) [spring-2.5.6.jar:
 2.5.6]
         at

org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactor­y.initializeBean
 (AbstractAutowireCapableBeanFactory.java:1335) [spring-2.5.6.jar:
 2.5.6

Re: Openmeetings LDAP Connection with Openldap Server

2009-10-18 Thread smoeker

hola John/Abdul,

some additional notes about the searchfilter :

1. it sureley wont disturb the login process itself - it is required
to retrieve users detail data after succesful login (user record is
stored local to keep up referentiall integrity)
2. if the objectclass person filter is required for every open ldap
installation, we shoul consider, making it configruable within
om_ldap.cfg - but we cant take over the patched part into SVN, because
it contains hardcoded
uid - that wont work on Active Directory ;-)

- a vaild solution for further openLdap compatibility would be,
making the whole searchfilter configurable via config.

...and some notes about the login process itself :

the function LdapAuthBase.authenticateUser creates a
DirectoryContext , that is used for every following LDAP Action, so
calling this function twice means : the first call was quite
senseless...

btw : the Softerra Ldap Browser comes along with a trial license and
is quite comfortable to checkout a Ldap installation standalone...


see ya

Smoeker


On 17 Okt., 09:31, Abdul Rehman Nizamani nizaman...@gmail.com wrote:
 Dear John Gisler:

 I am very sorry for unavailability. I have successfully implemented
 Openmeetings integration with OpenLDAP in our production environment.
 I will send you the detailed document soon most probably in coming
 week which will help you in integrating the OpenLDAP with Openmeetings
 in your production environments.

 Regards,

 Abdul Rehman Nizamani
 Java Software Engineer
 Ibn Khaldun Systems
 65-C Second Floor, DHA Commercial Area A
 DHA Phase 2, Karachi 75500
 Pakistan
 Tel: +92-21-35397301 Fax: +92-21-35397302
 Cell: +92-300-8373265
 Skype, GMail: nizamaniar
 Email: nizaman...@ibnkhaldun.com.pk
 Web:http://www.ibnkhaldun.com.pk

 On Oct 17, 2:34 am, John Gisler pcm...@gmail.com wrote:

  I believe this portion of the code is where the problem might be:

                  //IKS

                  // Attributes to retrieve from ldap
                  ListString  attributes1 = new ArrayListString();
                  attributes1.add(LDAP_KEY_UID); // UID
                  attributes1.add(LDAP_KEY_COMMONNAME); // Comman name

                  lAuth.authenticateUser(ldap_admin_dn, ldap_passwd);

                  HashMapString, String  uidCnBridge = new HashMapString, 
  String();

                  VectorHashMapString, String  usersData = lAuth.getData
  (ldap_search_scope, ldap_search_filter, attributes1);
                  for (HashMapString, String  userData : usersData) {
                          log.debug(LDAP UID:  +userData.get(LDAP_KEY_UID) 
  +  LDAP CN:
  +userData.get(LDAP_KEY_COMMONNAME));
                          uidCnBridge.put(userData.get(LDAP_KEY_UID), 
  userData.get
  (LDAP_KEY_COMMONNAME));
                  }

                  try{
                          
  if(!lAuth.authenticateUser(cn=+uidCnBridge.get(user)
  +,+ldap_search_scope, passwd))
                                  return new Long(-11);
                  }catch(Exception e ){
                          log.error(Error on LdapAuth :  + e.getMessage());
                          return null;
                  }
                  //IKS END

  Since it is truncated I went through it  changed it to as follows:

                   //IKS

                   // Attributes to retrieve from ldap
                   ListString attributes1 = new ArrayListString();
                   attributes1.add(LDAP_KEY_UID); // UID
                   attributes1.add(LDAP_KEY_COMMONNAME); // Comman name

                   lAuth.authenticateUser(ldap_admin_dn, ldap_passwd);

                   HashMapString, String uidCnBridge = new
  HashMapString, String();

                   VectorHashMapString, String usersData =
  lAuth.getData(ldap_search_scope, ldap_search_filter, attributes1);
                   for (HashMapString, String userData : usersData) {
                           log.debug(LDAP UID: 
  +userData.get(LDAP_KEY_UID) +  LDAP CN: 
  +userData.get(LDAP_KEY_COMMONNAME));
                           uidCnBridge.put(userData.get(LDAP_KEY_UID),
  userData.get(LDAP_KEY_COMMONNAME));
                   }

                   try{

  if(!lAuth.authenticateUser(cn=+uidCnBridge.get(user)+,+ldap_search_scope,
  passwd))
                                   return new Long(-11);
                   }catch(Exception e ){
                           log.error(Error on LdapAuth :  + e.getMessage());
                           return null;
                   }
                   //IKS END

  Since I am by no means a programmer mainly just a hack. I can see the
  logic of how it works  what it's doing but perhaps I have broken it
  trying to fix the broken lines.

  John-

  Thanks for the responses Smoeker.  ;)

  On 10/16/2009 12:14 AM, smoeker wrote:

   hola,

   u r right - the first attempt passes the user authentication itself
   (including the login on the ldap server itself and also the
   authentication of the user's credentials

Re: can't share screen in linux

2009-08-27 Thread smoeker

hola,

can u turn on Java Console Logging to scan for Exceptions on
clientside?

see ya

Smoeker

On 27 Aug., 09:36, pau rss pau...@gmail.com wrote:
 Hello.

 No I have tried also in a 32bits computer and I have the same problem.
 But I think it must be some thing related to java.

 On 26 ago, 15:45, Sebastian Wagner seba.wag...@gmail.com wrote:



  could that be the 
  problem?http://bugs.sun.com/bugdatabase/view_bug.do?bug_id=4626735

  2009/8/26 pau rss pau...@gmail.com

   Hello!

   I'm using openmeeting 0.8.4r2, previously I'v been using 0.7r2.

   In both releases when I try to share screen from a windows xp client,
   it works fine, but if i do it from a linux client (I'v tried ubuntu
   8.04 and 8.09 and opensuse), it doesn't work.

   The java aplication start but I receive the message: Your bandwith is
   bad. Frames have been droped. I think the problem is not in the
   bandwith, cause I've tried diferent places and linux ever failed and
   windows works.

   Has someone have similar problems'

   Any idea to solve it?

   Thanks!

  --
  Sebastian 
  Wagnerhttp://www.webbase-design.dehttp://openmeetings.googlecode.comhttp://...
  seba.wag...@gmail.com- Zitierten Text ausblenden -

 - Zitierten Text anzeigen -
--~--~-~--~~~---~--~~
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
-~--~~~~--~~--~--~---



Re: A new freeze - what do you think? Was: Error on presentation upload

2009-07-20 Thread smoeker

hola,

i just stuck on working on the RTP Desktop Sharer testing the UDP
Traffic in different environments and i cannot work full time on it
unfortunately, so i cannot say, when a really functional version will
be finished...

- as far as i can say, the desktopsharing code will not concern OM
basic code in a broad manner, so that could be handled independent
from the release plans...
- it would also be possible to uncomment the ConfigurationOption on
installation Servlet, so the unfinished RTP Sharer could not be
configured for users...

see ya

Smoeker


On 20 Jul., 09:28, Sebastian Wagner seba.wag...@gmail.com wrote:
 hi,

 I am just in the process of making modules. So I will have to do some
 changes to the Basic Code (Just like the problems that people reported with
 the new strings in the configuration file).
 I will have to add improvements weekly but I hope that these one's will have
 no big influence.
 But the work on Xuggler is finished in a way that we do not continue on that
 road at the moment.
 But the screen sharing part is also not ready for a production environment
 yet.

 So in a sense of *feature freeze* I would agree, there is no major feature
 that is going to be implemented at the moment but some minor improvements
 will be still checked in the next weeks.

 For the list of bugs and Issues targeted to the next release we can label
 them with *MileStone 0.9* and run that query on 
 it:http://code.google.com/p/openmeetings/issues/list?q=milestone%3DRelea...

 sebastian

 2009/7/20 Alexei Fedotov alexei.fedo...@gmail.com







  Hello Vladimir,
  There errors have diffrent synopsis. AFAIK, the version r2082
  installed athttp://telebridge.ru:5080/openmeetings/can handle
  presentations. Some problem was introduced later.

  All,
  I believe we have to plan a code freeze to test the next release and
  fix critical errors. To the best of my knowledge, the last time the
  freeze was only partially successful - it ended in r2050, while the
  last critical problem was fixed in r2052. This time we need to plan in
  advance.

  1. We should start the freeze when new features are complete. AFAIK,
  some work on Xuggler integration was in progress. When we would be
  ready to start the freeze?
  2. Then we (me, or Rodion) should prepare a build for testing and
  continue shipping new release candidates until all critical errors are
  fixed. I hope Evgeny can propagate release candidates to our
  212.45.28.27 testing server, so anyone can participate in testing.
  Meanwhile, all of us should try to fix these critical bugs, or find
  workarounds for them.
  3. Finally we should advertise the last successful release in blogs
  and forums, ship vmware image, etc. This is completely optional. :-)

  What do you think?

  On Sun, Jul 19, 2009 at 12:34 PM, Vladimir Rybintsevrybint...@gmail.com
  wrote:

   The problems in uploading pdf and ppt files remains
   even in latest revision, 2176.
   I did compile, install and run this version and tried to upload
   on white board very little pdf file.
   I got converting... message, remained forever.
   I could only cancel upload after hours of useless waiting.
   On 18 июл, 00:26, CTpaHHoe :) ctpah...@gmail.com wrote:
   This issue is fixed in the revision 2052, but only partially. In the
   revision 2115 problem fixed complete. Therefore, it is possible to try
   the revision 2052

  --
  With best regards / с наилучшими пожеланиями,
  Alexei Fedotov / Алексей Федотов,
 http://www.telecom-express.ru/
 http://harmony.apache.org/
 http://code.google.com/p/openmeetings/

 --
 Sebastian 
 Wagnerhttp://www.webbase-design.dehttp://openmeetings.googlecode.comhttp://www.laszlo-forum.de
 seba.wag...@gmail.com- Zitierten Text ausblenden -

 - Zitierten Text anzeigen -
--~--~-~--~~~---~--~~
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
-~--~~~~--~~--~--~---



Re: Share Your Screen options when installing openmeetings

2009-07-05 Thread smoeker

hola,

option 3 (RTP Screen sharer is at work ate the moment - the basic work
is done, but we still have the issue of re-streaming the RTP from
sharer to the other participants (kind of RTP Proxy, we need to be
able to use the RTP Streamer for Internet...))


- all 3 options are working with a java webstart client for the
sharing user - to debug, what is happening local, please turn on your
Java console and watch the output...


see ya

Smoeker

On 4 Jul., 22:39, hosdes indesign...@gmail.com wrote:
 I tried 1==jrdesktop.  did a test went into a meeting room press share
 your screen and see jrdesktop loading and running on my computer but
 do not see anything else.  nothing in the whiteboard.

 changed it to 0=standard.  did the same test.  at first low bandwith
 and dropped frames.  reduced the size and said send complete but
 nothing in the whiteboard.

 how does the new screenshare JMR RTP Desktop works?  I really want to
 have something where all users in a meeting room can see co-browsing.
 this is my goal.
--~--~-~--~~~---~--~~
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
-~--~~~~--~~--~--~---



Re: LDAP with OM 0.8.4

2009-06-30 Thread smoeker

hola,

i hope theres no misunderstanding by using configval
field_user_principal : the value of this configkey should be
literally userPrincipalName, and NOT ad...@me.de, e.g.

heres a config, that works for me with Active Directory :

#LDAP URL
ldap_conn_url=ldap://dc2.medint.local:389

#Login distinguished name (DN) for Authentification on LDAP Server -
keep emtpy if not requiered
ldap_admin_dn=CN:dummy,OU:external users,OU:Other,DC:medint,DC:local

#Loginpass for Authentification on LDAP Server - keep emtpy if not
requiered
ldap_passwd=dummy

#base to search for userdata(of user, that wants to login
ldap_search_base=OU:Company,DC:medint,DC:local

# Fieldnames (can differ between Ldap servers)
field_user_principal=userPrincipalName

# Ldap auth type(SIMPLE,NONE)
ldap_auth_type=SIMPLE



the only thing i replaced is adminuser and his password


see ya

Smoeker

On 30 Jun., 10:06, bidab ivan.bol...@gmail.com wrote:
 Hi,

 1- In post I wrote with = but in file it's with : so that's ok.

 2- You said Active Directory field_user_principal = userPrincipalname
 by default
 It's what I wrote, I test with samaccountname too but does'nt
 function...

 3- I use the java file you gave me for Ldap in 0.7rc1 :
 - In rootdn I have the same things that in ldap_admin_dn
 - My password is the same
 - Connection is ok

 4- Moreover my ldap_search base is the same that in 0.7rc1...

 5- To login, when I try with ibolzer, I have this error :

 Authentification on LDAP Server failed : [LDAP: error code 49 -
 80090308: LdapErr: DSID-0C090334, comment: AcceptSecurityContext
 error, data 525, vece]

 When I try with ibol...@mydomain.local, error log says
 ibol...@mydomain.local does'nt exist...

 Any suggestions ?

 Bidan

 On Jun 30, 7:41 am, smoeker o.beche...@medint.de wrote:



  hola bidab,

  the configval field_user_principal is used for openLdap compatibility
  and represents the fieldname of your loginname within your AD/
  openLdap , means :

  - using Active Directory field_user_principal = userPrincipalname by
  default
  - using openLdap field_user_principal  = uid by default

  check your LDAP Server for the required field and write it into config
  here

  the configval ldap_admin_dn seems ok , but u should use the CN:Ivan
  BOLZER, DN:**,
  DC:*** syntax , escaping the =

  - ibolzer or ibol...@mydomain.local doesnt depend on your
  openMeetings version, but your LDAP Server...

  see ya

  Smoeker

  On 29 Jun., 17:15, bidab ivan.bol...@gmail.com wrote:

   Hi,

   I want to use LDAP connection. Before I use 0.7rc2 so I take my last
   configuration and adapt it to the new version of OM but connection
   does'nt function.
   This is the error :

   DEBUG 06-29 17:09:18.158 LdapLoginManagement.java 63058 147
   org.openmeetings.app.data.user.Usermanagement [pool-4-thread-16] -
   LdapLoginmanagement.readConfig : /home/ivan/Bureau/OM/webapps/
   openmeetings/conf/om_ldap.cfg
   DEBUG 06-29 17:09:18.164 LdapLoginManagement.java 63064 76
   org.openmeetings.app.data.user.Usermanagement [pool-4-thread-16] -
   isValidAuthType
   DEBUG 06-29 17:09:18.175 LdapLoginManagement.java 63075 217
   org.openmeetings.app.data.user.Usermanagement [pool-4-thread-16] -
   Searching userdata with LDAP Search Filter :
   (ibol...@cciav.local=ibolzer)
   DEBUG 06-29 17:09:18.177 LdapAuthBase.java 63077 64
   org.openmeetings.app.data.user.Usermanagement [pool-4-thread-16] -
   LdapAuthBase
   DEBUG 06-29 17:09:18.177 LdapAuthBase.java 63077 81
   org.openmeetings.app.data.user.Usermanagement [pool-4-thread-16] -
   authenticateUser
   DEBUG 06-29 17:09:18.178 LdapAuthBase.java 63078 97
   org.openmeetings.app.data.user.Usermanagement [pool-4-thread-16] -
   Authentification to LDAP - Server start
   DEBUG 06-29 17:09:18.178 LdapAuthBase.java 63078 129
   org.openmeetings.app.data.user.Usermanagement [pool-4-thread-16] -
   loginToLdapServer
   ERROR 06-29 17:09:18.284 LdapAuthBase.java 63184 103
   org.openmeetings.app.data.user.Usermanagement [pool-4-thread-16] -
   Authentification on LDAP Server failed : [LDAP: error code 49 -
   80090308: LdapErr: DSID-0C090334, comment: AcceptSecurityContext
   error, data 525, vece]

   In the field, ldap_admin_dn, I wrote : CN=Ivan BOLZER, DN=**,
   DC=***

   Is is the good syntax ?

   For the field, I made like this :
   field_user_principal=ibol...@mydomain.local

   Is is good ?

   To log into OM, in the login: i must write ibolzer or
   ibol...@mydomain.local like 0.7rc2 ?

   Thank's,

   Bidab- Zitierten Text ausblenden -

 - Zitierten Text anzeigen -
--~--~-~--~~~---~--~~
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

Re: Ldap users and simple users

2009-06-29 Thread smoeker

hola,

we already have a kind of mixed mode within ldap authentification :

if ldap is on, the user always is searched within local OM database
first...
- if he has the adminflag, he is always authenticated against local
database

it is also possible to switch off ldap without re-designing user
structure (due to the fact, that the user gets created and his entered
password is written encrypted within OM database)


- i wouldn't recommend a mixed mode (Ldap + local auth for extern
users), cause of the overview
- i would also recommend switching off self-registering of users when
LDAP is on...


The ldap login management is the designed for the following purpose :

Intern users are authenticated against LDAP Server, extern users can
also take part within a conference, but have to be invited via
sheduled Meeting od invitation link from within conference

the extern users in this scenario don't really belong to the power
users, that should be able to create meeting appointments and
stuff
- if they should be ableto plan meetings, they are worth a ldap
account ;-)


if this scenario doesnt cope with your user structure, u could
consider a extension, working like :

Ldap is on
Self registering of users is on

- if a new user (without ldap account) registers himself, a admin
user gets notified and has to confirm the user account by setting a
new flag within user data , indicating, that this user is to be
authenticated against local database
- as alternative, if u dont want control about your users, the flag
could be set autmatically within self registering process

at login process, this flag is checked first and if it exists, no
ldaop auth is used


- This Splitted Login mechanism should definiteley be optional, i
think, steered by configuration, maybe - cause it means a lack of
overview about the users and could even cause inconsistencies ( unique
usernames and stuff)


see ya

Smoeker





On 29 Jun., 09:07, bidab ivan.bol...@gmail.com wrote:
 Hi,

 I would use OpenMeetings in DMZ. So, in internal, users use ldap
 connection and external users don't use ldap.

 The problem is : it's not possible to join this 2 kind of connexion.

 When I use ldap connection (with ldap file) and create simple user
 from openmeetings, after I try a connection but OM says invalid
 password.

 Did you try this proccess ? Is it possible to use the 2 kind of
 connection at the same time ? If not, I think it's a good idea to work
 for the next revision, isnt'it ?

 Bidab
--~--~-~--~~~---~--~~
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
-~--~~~~--~~--~--~---



Re: LDAP with OM 0.8.4

2009-06-29 Thread smoeker

hola bidab,

the configval field_user_principal is used for openLdap compatibility
and represents the fieldname of your loginname within your AD/
openLdap , means :

- using Active Directory field_user_principal = userPrincipalname by
default
- using openLdap field_user_principal  = uid by default

check your LDAP Server for the required field and write it into config
here


the configval ldap_admin_dn seems ok , but u should use the CN:Ivan
BOLZER, DN:**,
DC:*** syntax , escaping the =


- ibolzer or ibol...@mydomain.local doesnt depend on your
openMeetings version, but your LDAP Server...


see ya

Smoeker




On 29 Jun., 17:15, bidab ivan.bol...@gmail.com wrote:
 Hi,

 I want to use LDAP connection. Before I use 0.7rc2 so I take my last
 configuration and adapt it to the new version of OM but connection
 does'nt function.
 This is the error :

 DEBUG 06-29 17:09:18.158 LdapLoginManagement.java 63058 147
 org.openmeetings.app.data.user.Usermanagement [pool-4-thread-16] -
 LdapLoginmanagement.readConfig : /home/ivan/Bureau/OM/webapps/
 openmeetings/conf/om_ldap.cfg
 DEBUG 06-29 17:09:18.164 LdapLoginManagement.java 63064 76
 org.openmeetings.app.data.user.Usermanagement [pool-4-thread-16] -
 isValidAuthType
 DEBUG 06-29 17:09:18.175 LdapLoginManagement.java 63075 217
 org.openmeetings.app.data.user.Usermanagement [pool-4-thread-16] -
 Searching userdata with LDAP Search Filter :
 (ibol...@cciav.local=ibolzer)
 DEBUG 06-29 17:09:18.177 LdapAuthBase.java 63077 64
 org.openmeetings.app.data.user.Usermanagement [pool-4-thread-16] -
 LdapAuthBase
 DEBUG 06-29 17:09:18.177 LdapAuthBase.java 63077 81
 org.openmeetings.app.data.user.Usermanagement [pool-4-thread-16] -
 authenticateUser
 DEBUG 06-29 17:09:18.178 LdapAuthBase.java 63078 97
 org.openmeetings.app.data.user.Usermanagement [pool-4-thread-16] -
 Authentification to LDAP - Server start
 DEBUG 06-29 17:09:18.178 LdapAuthBase.java 63078 129
 org.openmeetings.app.data.user.Usermanagement [pool-4-thread-16] -
 loginToLdapServer
 ERROR 06-29 17:09:18.284 LdapAuthBase.java 63184 103
 org.openmeetings.app.data.user.Usermanagement [pool-4-thread-16] -
 Authentification on LDAP Server failed : [LDAP: error code 49 -
 80090308: LdapErr: DSID-0C090334, comment: AcceptSecurityContext
 error, data 525, vece]

 In the field, ldap_admin_dn, I wrote : CN=Ivan BOLZER, DN=**,
 DC=***

 Is is the good syntax ?

 For the field, I made like this :
 field_user_principal=ibol...@mydomain.local

 Is is good ?

 To log into OM, in the login: i must write ibolzer or
 ibol...@mydomain.local like 0.7rc2 ?

 Thank's,

 Bidab
--~--~-~--~~~---~--~~
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
-~--~~~~--~~--~--~---



Re: integrated phone calls with openmeeting rooms

2009-06-29 Thread smoeker

hola hosdes,

i dont think there is support for extern phone calls at the moment,
but that would be a interesting project...

i think, it would be requiered to build a interface to a free software
like asterisk

- sebastian also prepared Xuggle Integration for openMeetings so i
would be possible in future releases to convert incoming audio data on
the fly into OM formats


see ya

Smoeker

On 29 Jun., 19:59, hosdes indesign...@gmail.com wrote:
 Some users may not have audio on their computer or they maybe mobile
 and don't need to see what is on whiteboard.

 Has anyone been able to integrate a phone system so that users can
 call in and here what is going on?.  Also there is new hard phone out
 that can do both audio (tradition phone either landline or voip) and
 video. This is still new but it will become more available in the work
 place.
--~--~-~--~~~---~--~~
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
-~--~~~~--~~--~--~---



Re: OpenLDAP AUTH problem

2009-06-25 Thread smoeker

hola,

it is possible to activate/deactivate Ldap auth within openmeetings on
the fly...

- when the config_path is correct and your config is valid, it should
work, even if u activated LDAP after installation process

please watch out for Logerrors  concerning Ldap and/or push your logs/
om_ldap.cfg ...


see ya

Smoeker

On 24 Jun., 18:28, jdgutierrezj jeisongutier...@gmail.com wrote:
 Hello I had installed openmeetings,,,the last version.

 I don't put the path to om_ldap.cfg on install step and I don't know
 hoe to do for that openmeetings read my users on my openldap server
 after to install the openmeetings

 after to install process I put the ldap_config_path variable to /usr/
 lib/red5/openmeetings/conf/om_ldap.cfg but openmeetings don't read
 this variable because I try to authenticate with a user/password
 stored on my openldap server but don't work.

 now in spanish

 Acabo de instalar openmeetings en su ultima version sobre debian
 lenny,
 pero en el proceso de instalación no indiqué el path al archivo de
 configuración de ldap (om_ldap.cfg) y ahora despues de editarlo con mi
 configuración local quisiera usarlo,en este mismo foro encontré
 que deberia agregar una variable de configuración ldap_config_path y
 fijarle el valor a /usr/lib/red5/openmeetings/conf/om_ldap.cfg pero no
 se como hacer para que tome este nuevo parametro porque al tratar de
 loguearme con uno de mis usuarios de openldap me dice que el usuario
 no ha sido encontrado y revisando el log de la consola de red5 no veo
 nada relacionado con llamadas a ldap y da la impresión de que no lo
 este usando,,,

 cualquier ayuda la agradezco inmensamente

 thanks

 jeison gutierrez
--~--~-~--~~~---~--~~
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
-~--~~~~--~~--~--~---



Re: menus in double...

2009-06-17 Thread smoeker

hi,

...before what?


see ya

Smoeker

On 17 Jun., 09:33, fcois93 fcoi...@gmail.com wrote:
 no, it worked fine before...

 On 17 juin, 09:31, smoeker o.beche...@medint.de wrote:



  hola,

  i think u repeated the install routiene on the same db?

  see ya

  Smoeker

  On 17 Jun., 09:15, fcois93 fcoi...@gmail.com wrote:

   hello,

   when I login, I can see all menus in double- Zitierten Text ausblenden -

 - Zitierten Text anzeigen -
--~--~-~--~~~---~--~~
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
-~--~~~~--~~--~--~---



Re: FVNC with the whiteboard

2009-06-03 Thread smoeker

hola,

as far as i know, the FVNC requieres a VNC Server as screenrecoder -
so using it within openMeetings would mean, to install a VNC Server on
the Users Desktop , that wants to share his screen...

- i'd prefer a more flexible solution, that doesnt require a
installation
- besides, it would be uncomfortable for all users to enter the IP of
the sender and u still would have the problem of synchronizing the VNC
Session with the Red5 Application scope


see ya

Smoeker

On 2 Jun., 20:33, K vin DA SILVA dasilvake...@hotmail.fr wrote:
 Thanks Alexei!
 It's very interresting!
 But, I think it's more easy to use FVNC, because it's a flash VNC client, so, 
 if there is a VNC server, you must type the adress into FVNC and have fun 
 with it! :D

 PS : thank for the wave's link. ;)

 _
 Inédit ! Des Emoticônes Déjantées! Installez les dans votre Messenger 
 !http://www.ilovemessenger.fr/Emoticones/EmoticonesDejantees.aspx
--~--~-~--~~~---~--~~
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
-~--~~~~--~~--~--~---



Re: How modify information provided by LDAP Connection

2009-04-28 Thread smoeker

hola,

u need to change the java part : LdapLoginManagement contains mappings
between User fields OM and Ldap Fields :

public static final String LDAP_KEY_LASTNAME = sn;
public static final String LDAP_KEY_FIRSTNAME = givenName;
public static final String LDAP_KEY_MAIL = mail;
public static final String LDAP_KEY_STREET = streetAddress;
public static final String LDAP_KEY_ADDITIONAL_NAME = description;
public static final String LDAP_KEY_FAX =
facsimileTelephoneNumber;
public static final String LDAP_KEY_ZIP = postalCode;
public static final String LDAP_KEY_COUNTRY = co;
public static final String LDAP_KEY_TOWN = l;
public static final String LDAP_KEY_PHONE = telephoneNumber;


see ya

Smoeker

On 27 Apr., 16:43, bidab ivan.bol...@gmail.com wrote:
 Hi,

 I use openmeetings 0.7RC1 and LDAP.
 When a new user is created thanks to LDAP connection, there are somes
 informations about the user inside his profile, for example his
 description (Ivan Bolzer - Workplacement in network) for example.

 This is good, in fact I would this information displays on the textbox
 comment and not in additionalname. I'm not sure, I found
 userSettings.lzx and registerNewUser.lzx but I don't know if it's here
 because I would applicate this modification just for LDAP connection
 (if it's possible)...

 Thanks

 Bidab
--~--~-~--~~~---~--~~
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
-~--~~~~--~~--~--~---



Re: How modify information provided by LDAP Connection

2009-04-28 Thread smoeker

hola,

u need to do it vice versa - the static keys represent the Fields
within OM user table, the values (i.e. description) are expected
within LDAP - Result


see ya

Smoeker

On 28 Apr., 13:21, bidab ivan.bol...@gmail.com wrote:
 Hi Smoeker

 I try to change some java part but without success...

 This is what I made :

 change -- public static final String LDAP_KEY_ADDITIONAL_NAME =
 description;
 to -- public static final String LDAP_KEY_COMMENT = description;

 and here :

 change --
 String additionalname = additionalname;
 if(userdata.containsKey(LDAP_KEY_ADDITIONAL_NAME)  userdata.get
 (LDAP_KEY_ADDITIONAL_NAME) != null)
 comment = userdata.get(LDAP_KEY_ADDITIONAL_NAME);

 to --
 String comment = comment;
 if(userdata.containsKey(LDAP_KEY_COMMENT)  userdata.get
 (LDAP_KEY_COMMENT) != null)
 comment = userdata.get(LDAP_KEY_COMMENT);

 and finally here :
 try{
                         newUserId= 
 Usermanagement.getInstance().registerUserInit(
                                 2,//user_level
                                 1,//level_id
                                 1,//available
                                 1,// status
                                 login,// loginname
                                 passwd,//passwd
                                 lastname,
                                 firstname,
                                 email,
                                 new java.util.Date(),
                                 street,
                                 comment, //additionnalname before

 But it doesn't function, the description is always write in
 additionnal name and not in comment...

 Thanks
 Bidab

 On Apr 28, 8:40 am, smoeker o.beche...@medint.de wrote:



  hola,

  u need to change the java part : LdapLoginManagement contains mappings
  between User fields OM and Ldap Fields :

  public static final String LDAP_KEY_LASTNAME = sn;
          public static final String LDAP_KEY_FIRSTNAME = givenName;
          public static final String LDAP_KEY_MAIL = mail;
          public static final String LDAP_KEY_STREET = streetAddress;
          public static final String LDAP_KEY_ADDITIONAL_NAME = description;
          public static final String LDAP_KEY_FAX =
  facsimileTelephoneNumber;
          public static final String LDAP_KEY_ZIP = postalCode;
          public static final String LDAP_KEY_COUNTRY = co;
          public static final String LDAP_KEY_TOWN = l;
          public static final String LDAP_KEY_PHONE = telephoneNumber;

  see ya

  Smoeker

  On 27 Apr., 16:43, bidab ivan.bol...@gmail.com wrote:

   Hi,

   I use openmeetings 0.7RC1 and LDAP.
   When a new user is created thanks to LDAP connection, there are somes
   informations about the user inside his profile, for example his
   description (Ivan Bolzer - Workplacement in network) for example.

   This is good, in fact I would this information displays on the textbox
   comment and not in additionalname. I'm not sure, I found
   userSettings.lzx and registerNewUser.lzx but I don't know if it's here
   because I would applicate this modification just for LDAP connection
   (if it's possible)...

   Thanks

   Bidab- Zitierten Text ausblenden -

 - Zitierten Text anzeigen -
--~--~-~--~~~---~--~~
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
-~--~~~~--~~--~--~---



Re: Doubt - revome a window in openlaszo

2009-04-28 Thread smoeker

howdy,

do u mean the chat window within a conference room or the chat window
within the room's overview?


see ya

Smoeker

On 28 Apr., 16:35, brunorossete brunoross...@gmail.com wrote:
 anyone?

 On 27 abr, 08:29, brunorossete brunoross...@gmail.com wrote:



  Good morning, my question is:
    I would like to remove 2 windows, which appear when meeting (one
  that shows the users in the room and another that shows what they are
  talking with one who is outside can still participate in the chat).

    I installed the openlaszlo but I do not know which part refers to
  these two windows, can anyone help me?

    Thanks- Zitierten Text ausblenden -

 - Zitierten Text anzeigen -
--~--~-~--~~~---~--~~
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
-~--~~~~--~~--~--~---



Re: How modify information provided by LDAP Connection

2009-04-28 Thread smoeker

howdy,

principally i think its easier to change a variables content than
changing the whole variable in this case


- the function registerUserInit doesnt handle users.comment as
parameter.
- u would have to change this function receiving one more parameter
and passing it to saveAddress
- u just changed the variable name, but u r passing the description
still as additional name...


see ya

Smoeker

On 28 Apr., 16:50, bidab ivan.bol...@gmail.com wrote:
 or maybe the static keys LDAP_KEY_COMMENT does'nt exist ?

 Thanks

 On Apr 28, 4:49 pm, bidab ivan.bol...@gmail.com wrote:



  Hi,

  Hum sorry, what do you mean by u need to do it vice versa ?

  I understand that static keys represents OM Fields and description
  is the value returned in OpenMeetings.
  So I known that if I just change everywhere the static keys, the value
  description will be write where I want...but apparently not.

  I forget something ?

  Thanks,

  Bidab

  On Apr 28, 1:57 pm, smoeker o.beche...@medint.de wrote:

   hola,

   u need to do it vice versa - the static keys represent the Fields
   within OM user table, the values (i.e. description) are expected
   within LDAP - Result

   see ya

   Smoeker

   On 28 Apr., 13:21, bidab ivan.bol...@gmail.com wrote:

Hi Smoeker

I try to change some java part but without success...

This is what I made :

change -- public static final String LDAP_KEY_ADDITIONAL_NAME =
description;
to -- public static final String LDAP_KEY_COMMENT = description;

and here :

change --
String additionalname = additionalname;
if(userdata.containsKey(LDAP_KEY_ADDITIONAL_NAME)  userdata.get
(LDAP_KEY_ADDITIONAL_NAME) != null)
comment = userdata.get(LDAP_KEY_ADDITIONAL_NAME);

to --
String comment = comment;
if(userdata.containsKey(LDAP_KEY_COMMENT)  userdata.get
(LDAP_KEY_COMMENT) != null)
comment = userdata.get(LDAP_KEY_COMMENT);

and finally here :
try{
                        newUserId= 
Usermanagement.getInstance().registerUserInit(
                                2,//user_level
                                1,//level_id
                                1,//available
                                1,// status
                                login,// loginname
                                passwd,//passwd
                                lastname,
                                firstname,
                                email,
                                new java.util.Date(),
                                street,
                                comment, //additionnalname before

But it doesn't function, the description is always write in
additionnal name and not in comment...

Thanks
Bidab

On Apr 28, 8:40 am, smoeker o.beche...@medint.de wrote:

 hola,

 u need to change the java part : LdapLoginManagement contains mappings
 between User fields OM and Ldap Fields :

 public static final String LDAP_KEY_LASTNAME = sn;
         public static final String LDAP_KEY_FIRSTNAME = givenName;
         public static final String LDAP_KEY_MAIL = mail;
         public static final String LDAP_KEY_STREET = streetAddress;
         public static final String LDAP_KEY_ADDITIONAL_NAME = 
 description;
         public static final String LDAP_KEY_FAX =
 facsimileTelephoneNumber;
         public static final String LDAP_KEY_ZIP = postalCode;
         public static final String LDAP_KEY_COUNTRY = co;
         public static final String LDAP_KEY_TOWN = l;
         public static final String LDAP_KEY_PHONE = telephoneNumber;

 see ya

 Smoeker

 On 27 Apr., 16:43, bidab ivan.bol...@gmail.com wrote:

  Hi,

  I use openmeetings 0.7RC1 and LDAP.
  When a new user is created thanks to LDAP connection, there are 
  somes
  informations about the user inside his profile, for example his
  description (Ivan Bolzer - Workplacement in network) for example.

  This is good, in fact I would this information displays on the 
  textbox
  comment and not in additionalname. I'm not sure, I found
  userSettings.lzx and registerNewUser.lzx but I don't know if it's 
  here
  because I would applicate this modification just for LDAP connection
  (if it's possible)...

  Thanks

  Bidab- Zitierten Text ausblenden -

- Zitierten Text anzeigen -- Zitierten Text ausblenden -

 - Zitierten Text anzeigen -
--~--~-~--~~~---~--~~
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
-~--~~~~--~~--~--~---



Re: what red5 for openmeetings 0.7 rc1 ?

2009-04-21 Thread smoeker

hi ivan,

u seem to be very interested in the elder version of OM ;-) ?

- check the download section of OM Page, i think there exists a
bundle including 0.7RC1 + red5.
- i think, it was r3200, but im not sure...


see ya

Smoeker

On 21 Apr., 11:19, bidab ivan.bol...@gmail.com wrote:
 Hi,

 I've a little problem...
 I downloaded by TortoiseSVN the client and server source of
 openmeetings 0.7rc1 (revision 1859). That's ok.

 After compiling server, I copy it into red5/webapps/ but when I go 
 tohttp://localhost:5080/openmeetingsofhttp://localhost:5080/openmeetings/install,
 it's says error 503, service unavailable.

 I try with red5 0.6.3, red5 0.7 and even with red0.8 (just to try...),
 so what could be the problem ?
 I use java5 for red5 0.6.3 and java6 for ohters...

 I make an other test: I downloaded openmeetings 0.7rc1 (not the
 source) and directly copy it inside red5/webapps but it's the same
 problem. So, I think it's a red5 problem

 Could you help me please ?

 Bidab
--~--~-~--~~~---~--~~
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
-~--~~~~--~~--~--~---



Re: An unofficial release openmeetings_0_8_rc2_patched

2009-04-20 Thread smoeker

hi alexei,

thank u for testing and patching the ical reminders (although the
devlopment issue wasnt even marked as fixed ;-)
http://code.google.com/p/openmeetings/issues/detail?id=626)...

i already applied two of the patches, but it would be easier to ask
sebastian for an svn account, i think...


see ya

Smoeker

On 20 Apr., 17:50, Alexei Fedotov alexei.fedo...@gmail.com wrote:
 Hello Smoeker,
 Here are some problems with iCal invitations: (fortunately 
 fixed).http://code.google.com/p/openmeetings/issues/detail?id=705http://code.google.com/p/openmeetings/issues/detail?id=701http://code.google.com/p/openmeetings/issues/detail?id=700http://code.google.com/p/openmeetings/issues/detail?id=699

 I have completed testing of the attached patches.
 Thanks.

 2009/4/17 smoeker o.beche...@medint.de:







  hola Alexei,

  what kind of problems occur using the ical reminders?

  see ya

  Smoeker

  On 17 Apr., 13:12, smoeker o.beche...@medint.de wrote:
  hola ivan,

  i could not reproduce the behaviour in my installation (- current
  trunk)

  - even if the second user leaves the room by either Exit- Back to
  Rooms or closing the browser - if he re-enters, user one is still
  moderator.

  - how do your users leave the conference
  - did u check for session errors in your red5.log?
  - do u work with standard rooms or appointed meetings?
  - try to follow the steps taken in database (saving of sessions and
  stuff, maybe some data cant be persisted/removed from database...)

  see ya

  Smoeker

  On 17 Apr., 12:23, bidab ivan.bol...@gmail.com wrote:

   Hi,

   I re-installed OM 0.8 RC2 from openmeetings download and try again.

   1- I have two users ivan and test, right.
   2- I go to the conference with ivan
   3- I go to the conference with test
   4- For the moment ivan is the moderator because it was the first in
   the conference, it's ok
   5- User test goes out from the conference
   6- User ivan is always teh moderator, it's ok
   7- User test re-join the conference
   8- At the moment, in the frame of user test, name test is in bold,
   and name ivan is normal, so it considers that test is the moderator
   but it not the cas in reality
   9- In the same times, on the frame of user ivan, there is an other
   bug, in the list of user who participing at the conference, he has
   ivan in bold, and two times test like this :
   ivan bolzer
   test
   test

   So, it consider there is 3 persons but in fact they are only 2

   10- I quit the conference with user ivan
   11- I re-join the conference with user ivan
   12- At the moment, on his frame, it consider he is alone ine the
   conference because in the list of users who participing to the
   conference, there is just :
   ivan bolzer

   Could you check that point on your version please ? just to confirm
   bugs...

   Thanks,

   Bidab

   On Apr 17, 9:52 am, bidab ivan.bol...@gmail.com wrote:

Yes, of course. But it's not a problem if my user ivan stays the
moderator (moreover it's just an example). The problem is after
manipulation of user test, there is 2 moderators in the same
conference- ivan and test. So it's dangerous and make a big
disorderand if you make the same thing with an other user, there
will be 3 moderators

It's curious because there is no problem with olds versions (0.7rc,
0.5...).
It starts with the new interface on OM 0.7 rc2 and now continue with
0.8rc1 and rc2...

Bidab

On Apr 16, 4:56 pm, Alexei Fedotov alexei.fedo...@gmail.com wrote:

 I believe I do understand... Anyway, I still cannot see how to solve
 it. If the user is a moderator, and he always rejects all attempts to
 change a moderator, he will be a moderator infinitely.

 2009/4/16 bidab ivan.bol...@gmail.com:

  It's not the same problem like they say (in the link). I'm agree 
  about
  they speak

  OM 0.5 and 0.7rc1 are good, the problem start to 0.7rc2

  I explain me, it's not the same problem like they say in the link
  because my user ivan stays always in the conference so he is 
  always
  the moderator (he is the first inside the conference).
  The problem I check, is that when a simple user join the meeting, 
  quit
  the meeting, and re-join the meeting, at the moment he could make
  everything on the whiteboard but normally, he could'nt because it's
  ivan the moderator (he stays in the conference).

  Nevertheless I'm agree about they speak in the link, if the first 
  user
  goes out, it's the second user entered who become the moderator

  Do you understand the problem ?

  Thanks for source code information...

  Bidab

  On Apr 16, 4:04 pm, Alexei Fedotov alexei.fedo...@gmail.com 
  wrote:
  Ivan, I see your point. Unfortunately, it is not easy to come to a
  unique correct solution for this problem, see [1]. If you are an
  administrator, you always can kick the user

Re: An unofficial release openmeetings_0_8_rc2_patched

2009-04-17 Thread smoeker

hola ivan,

i could not reproduce the behaviour in my installation (- current
trunk)

- even if the second user leaves the room by either Exit- Back to
Rooms or closing the browser - if he re-enters, user one is still
moderator.

- how do your users leave the conference
- did u check for session errors in your red5.log?
- do u work with standard rooms or appointed meetings?
- try to follow the steps taken in database (saving of sessions and
stuff, maybe some data cant be persisted/removed from database...)


see ya

Smoeker

On 17 Apr., 12:23, bidab ivan.bol...@gmail.com wrote:
 Hi,

 I re-installed OM 0.8 RC2 from openmeetings download and try again.

 1- I have two users ivan and test, right.
 2- I go to the conference with ivan
 3- I go to the conference with test
 4- For the moment ivan is the moderator because it was the first in
 the conference, it's ok
 5- User test goes out from the conference
 6- User ivan is always teh moderator, it's ok
 7- User test re-join the conference
 8- At the moment, in the frame of user test, name test is in bold,
 and name ivan is normal, so it considers that test is the moderator
 but it not the cas in reality
 9- In the same times, on the frame of user ivan, there is an other
 bug, in the list of user who participing at the conference, he has
 ivan in bold, and two times test like this :
 ivan bolzer
 test
 test

 So, it consider there is 3 persons but in fact they are only 2

 10- I quit the conference with user ivan
 11- I re-join the conference with user ivan
 12- At the moment, on his frame, it consider he is alone ine the
 conference because in the list of users who participing to the
 conference, there is just :
 ivan bolzer

 Could you check that point on your version please ? just to confirm
 bugs...

 Thanks,

 Bidab

 On Apr 17, 9:52 am, bidab ivan.bol...@gmail.com wrote:



  Yes, of course. But it's not a problem if my user ivan stays the
  moderator (moreover it's just an example). The problem is after
  manipulation of user test, there is 2 moderators in the same
  conference- ivan and test. So it's dangerous and make a big
  disorderand if you make the same thing with an other user, there
  will be 3 moderators

  It's curious because there is no problem with olds versions (0.7rc,
  0.5...).
  It starts with the new interface on OM 0.7 rc2 and now continue with
  0.8rc1 and rc2...

  Bidab

  On Apr 16, 4:56 pm, Alexei Fedotov alexei.fedo...@gmail.com wrote:

   I believe I do understand... Anyway, I still cannot see how to solve
   it. If the user is a moderator, and he always rejects all attempts to
   change a moderator, he will be a moderator infinitely.

   2009/4/16 bidab ivan.bol...@gmail.com:

It's not the same problem like they say (in the link). I'm agree about
they speak

OM 0.5 and 0.7rc1 are good, the problem start to 0.7rc2

I explain me, it's not the same problem like they say in the link
because my user ivan stays always in the conference so he is always
the moderator (he is the first inside the conference).
The problem I check, is that when a simple user join the meeting, quit
the meeting, and re-join the meeting, at the moment he could make
everything on the whiteboard but normally, he could'nt because it's
ivan the moderator (he stays in the conference).

Nevertheless I'm agree about they speak in the link, if the first user
goes out, it's the second user entered who become the moderator

Do you understand the problem ?

Thanks for source code information...

Bidab

On Apr 16, 4:04 pm, Alexei Fedotov alexei.fedo...@gmail.com wrote:
Ivan, I see your point. Unfortunately, it is not easy to come to a
unique correct solution for this problem, see [1]. If you are an
administrator, you always can kick the user from the room using
existing administrative panel.

As for 0.7rc1 source, try r1846

[1]http://code.google.com/p/openmeetings/issues/detail?id=3

2009/4/16 bidab ivan.bol...@gmail.com:

 Hi,

 I think it's a problem because if simple users go out and re-join the
 meeting, they become a moderator and could made everything on the
 whiteboard. It will be not a problem if he was alone, but in my case
 (for example) I have one people who stays permanantly in the meeting
 so he must be and stay the only moderator... I try with four people
 and it was a messy (disorder, I don't know the great word in
 english) because everyone could write, remove, save whiteboard on the
 same times
 Moreover, everyone could remove the uploaded files...so if the
 moderator uploaded one files, the simple user could remove it
 immediatly 

 There is no this problem with OM 0.7rc1 and 0.5.versions.

 Bidab

 ps : where can I found source code of 0.7rc1 ?

 On Apr 16, 2:33 pm, Alexei Fedotov alexei.fedo...@gmail.com wrote:
 Sebastian, thanks for encouragement!

  You

Re: An unofficial release openmeetings_0_8_rc2_patched

2009-04-17 Thread smoeker

hola Alexei,

what kind of problems occur using the ical reminders?

see ya

Smoeker

On 17 Apr., 13:12, smoeker o.beche...@medint.de wrote:
 hola ivan,

 i could not reproduce the behaviour in my installation (- current
 trunk)

 - even if the second user leaves the room by either Exit- Back to
 Rooms or closing the browser - if he re-enters, user one is still
 moderator.

 - how do your users leave the conference
 - did u check for session errors in your red5.log?
 - do u work with standard rooms or appointed meetings?
 - try to follow the steps taken in database (saving of sessions and
 stuff, maybe some data cant be persisted/removed from database...)

 see ya

 Smoeker

 On 17 Apr., 12:23, bidab ivan.bol...@gmail.com wrote:



  Hi,

  I re-installed OM 0.8 RC2 from openmeetings download and try again.

  1- I have two users ivan and test, right.
  2- I go to the conference with ivan
  3- I go to the conference with test
  4- For the moment ivan is the moderator because it was the first in
  the conference, it's ok
  5- User test goes out from the conference
  6- User ivan is always teh moderator, it's ok
  7- User test re-join the conference
  8- At the moment, in the frame of user test, name test is in bold,
  and name ivan is normal, so it considers that test is the moderator
  but it not the cas in reality
  9- In the same times, on the frame of user ivan, there is an other
  bug, in the list of user who participing at the conference, he has
  ivan in bold, and two times test like this :
  ivan bolzer
  test
  test

  So, it consider there is 3 persons but in fact they are only 2

  10- I quit the conference with user ivan
  11- I re-join the conference with user ivan
  12- At the moment, on his frame, it consider he is alone ine the
  conference because in the list of users who participing to the
  conference, there is just :
  ivan bolzer

  Could you check that point on your version please ? just to confirm
  bugs...

  Thanks,

  Bidab

  On Apr 17, 9:52 am, bidab ivan.bol...@gmail.com wrote:

   Yes, of course. But it's not a problem if my user ivan stays the
   moderator (moreover it's just an example). The problem is after
   manipulation of user test, there is 2 moderators in the same
   conference- ivan and test. So it's dangerous and make a big
   disorderand if you make the same thing with an other user, there
   will be 3 moderators

   It's curious because there is no problem with olds versions (0.7rc,
   0.5...).
   It starts with the new interface on OM 0.7 rc2 and now continue with
   0.8rc1 and rc2...

   Bidab

   On Apr 16, 4:56 pm, Alexei Fedotov alexei.fedo...@gmail.com wrote:

I believe I do understand... Anyway, I still cannot see how to solve
it. If the user is a moderator, and he always rejects all attempts to
change a moderator, he will be a moderator infinitely.

2009/4/16 bidab ivan.bol...@gmail.com:

 It's not the same problem like they say (in the link). I'm agree about
 they speak

 OM 0.5 and 0.7rc1 are good, the problem start to 0.7rc2

 I explain me, it's not the same problem like they say in the link
 because my user ivan stays always in the conference so he is always
 the moderator (he is the first inside the conference).
 The problem I check, is that when a simple user join the meeting, quit
 the meeting, and re-join the meeting, at the moment he could make
 everything on the whiteboard but normally, he could'nt because it's
 ivan the moderator (he stays in the conference).

 Nevertheless I'm agree about they speak in the link, if the first user
 goes out, it's the second user entered who become the moderator

 Do you understand the problem ?

 Thanks for source code information...

 Bidab

 On Apr 16, 4:04 pm, Alexei Fedotov alexei.fedo...@gmail.com wrote:
 Ivan, I see your point. Unfortunately, it is not easy to come to a
 unique correct solution for this problem, see [1]. If you are an
 administrator, you always can kick the user from the room using
 existing administrative panel.

 As for 0.7rc1 source, try r1846

 [1]http://code.google.com/p/openmeetings/issues/detail?id=3

 2009/4/16 bidab ivan.bol...@gmail.com:

  Hi,

  I think it's a problem because if simple users go out and re-join 
  the
  meeting, they become a moderator and could made everything on the
  whiteboard. It will be not a problem if he was alone, but in my 
  case
  (for example) I have one people who stays permanantly in the 
  meeting
  so he must be and stay the only moderator... I try with four people
  and it was a messy (disorder, I don't know the great word in
  english) because everyone could write, remove, save whiteboard on 
  the
  same times
  Moreover, everyone could remove the uploaded files...so if the
  moderator uploaded one files, the simple user could remove it
  immediatly

Re: An unofficial release openmeetings_0_8_rc2_patched

2009-04-17 Thread smoeker

hola ivan,

u can check some stuff in tables sessiondata/conferencelog, for
example


hmm, im a little bit stunned about your log on room leave - in my case
i see the following parts :

DEBUG 04-17 11:13:46.756 ScopeApplicationAdapter.java 244270 392
org.openmeetings.app.remote.red5.ScopeApplicationAdapter [pool-4-
thread-16] - start streamBroadcastClose broadcast close: 1
DEBUG 04-17 11:13:46.757 ScopeApplicationAdapter.java 244271 426
org.openmeetings.app.remote.red5.ScopeApplicationAdapter [pool-4-
thread-16] - sendClientBroadcastNotifications: 1
DEBUG 04-17 11:13:46.757 ScopeApplicationAdapter.java 244271 427
org.openmeetings.app.remote.red5.ScopeApplicationAdapter [pool-4-
thread-16] - sendClientBroadcastNotifications :
org.openmeetings.app.hibernate.beans.recording.roomcli...@16091de 3
DEBUG 04-17 11:13:46.758 ScopeApplicationAdapter.java 244272 231
org.openmeetings.app.remote.red5.ScopeApplicationAdapter [pool-4-
thread-16] - logicalRoomLeave
DEBUG 04-17 11:13:46.759 ScopeApplicationAdapter.java 244273 254
org.openmeetings.app.remote.red5.ScopeApplicationAdapter [pool-4-
thread-16] - currentClient
org.openmeetings.app.hibernate.beans.recording.roomcli...@16091de
DEBUG 04-17 11:13:46.759 ScopeApplicationAdapter.java 244273 255
org.openmeetings.app.remote.red5.ScopeApplicationAdapter [pool-4-
thread-16] - currentScope [sc...@f53d61 Depth = 2, Path = '/default/
openmeetings', Name = '1']
DEBUG 04-17 11:13:46.760 ScopeApplicationAdapter.java 244274 256
org.openmeetings.app.remote.red5.ScopeApplicationAdapter [pool-4-
thread-16] - currentClient 1
DEBUG 04-17 11:13:46.766 WhiteBoardService.java 244280 501
org.openmeetings.app.remote.WhiteBoardService [pool-4-thread-16] -
removeUserFromAllLists this.whiteBoardObjectListManager:
org.openmeetings.app.remote.red5.whiteboardobjectlistmana...@2589c3
DEBUG 04-17 11:13:46.766 WhiteBoardService.java 244280 502
org.openmeetings.app.remote.WhiteBoardService [pool-4-thread-16] -
removeUserFromAllLists room_id: 1
DEBUG 04-17 11:13:46.767 WhiteBoardService.java 244281 516
org.openmeetings.app.remote.WhiteBoardService [pool-4-thread-16] -
scope [sc...@f53d61 Depth = 2, Path = '/default/openmeetings', Name =
'1']
DEBUG 04-17 11:13:46.768 ScopeApplicationAdapter.java 244282 270
org.openmeetings.app.remote.red5.ScopeApplicationAdapter [pool-4-
thread-16] - # roomLeave :. 3
DEBUG 04-17 11:13:46.768 ScopeApplicationAdapter.java 244282 271
org.openmeetings.app.remote.red5.ScopeApplicationAdapter [pool-4-
thread-16] - removing USername admin Fri Apr 17 11:11:38 CEST 2009
streamid: 3
DEBUG 04-17 11:13:46.769 ScopeApplicationAdapter.java 244283 285
org.openmeetings.app.remote.red5.ScopeApplicationAdapter [pool-4-
thread-16] - currentScope [sc...@f53d61 Depth = 2, Path = '/default/
openmeetings', Name = '1']
DEBUG 04-17 11:13:46.769 ScopeApplicationAdapter.java 244283 299
org.openmeetings.app.remote.red5.ScopeApplicationAdapter [pool-4-
thread-16] - sending roomDisconnect to RTMPMinaConnection from
10.136.110.53 : 3510 to 10.136.103.106 (in: 4468 out 7599 )


could u scan for those entries? (- logicalRoomLeave)


see ya

Smoeker

On 17 Apr., 14:24, bidab ivan.bol...@gmail.com wrote:
 Hi smoeker,

 - even if the second user leaves the room by either Exit- Back to
 Rooms or closing the browser - if he re-enters, user one is still
 moderator.

 ANSWER : yes, I agree with you. But when user two re-enters into the
 conference, he becomes a moderator to.
 So there is 2 moderators on the same conference.

 - how do your users leave the conference

 ANSWER: They leave by Exit- Back to Rooms, closing the browser.
 It's the same problem if the user two logout and return to the
 conference after.

 - do u work with standard rooms or appointed meetings?

 ANSWER : I try with rooms which are already created by default and
 with rooms I have created.

 - try to follow the steps taken in database (saving of sessions and
 stuff, maybe some data cant be persisted/removed from database...)

 ANSWER: hum where I can follow step ? directly in database ?

 - This is an extract my red5.log :

 This is when my user two leaves the conference :

 2009-04-17 14:22:27,875 [pool-4-thread-16] ERROR
 o.o.a.d.conference.Roommanagement - getPublicRooms: roomtypes_id 1
 2009-04-17 14:22:27,875 [pool-4-thread-16] ERROR
 o.o.a.d.conference.Roommanagement - ### getPublicRooms: create Query 1
 2009-04-17 14:22:27,889 [pool-4-thread-16] ERROR
 o.o.a.d.conference.Roommanagement - ### getPublicRooms: size Room List
 3
 2009-04-17 14:19:44,595 [http-8088-exec-1] INFO
 o.r.s.a.MultiThreadedApplicationAdapter - W3C x-category:stream x-
 event:play c-ip:127.0.0.1 x-sname:6e8f58b4-1cd9-41b1-9cab-bdf22d1aa911
 2009-04-17 14:19:44,596 [http-8088-exec-1] INFO
 o.r.s.a.MultiThreadedApplicationAdapter - W3C x-category:stream x-
 event:play c-ip:127.0.0.1 x-sname:6e8f58b4-1cd9-41b1-9cab-bdf22d1aa911
 x-name:2

 This is when my user two re-enters the conference :

 2009-04-17 16:06:40,858 [pool-4-thread-16] INFO

Re: problem at the client compilation

2009-04-15 Thread smoeker

hola ivan,

i didnt read all the posts in this thread, but if the
main.lzx.lzr=swf8.swf file didnt change after u called the compiler, i
think u have a laszlo problem...

- please try to compile a project independent file and check, if it
gets compiled (by default theres a helloworld.lzx somewhere within
laszlo installation)
- dependent on your laszlo installation, a lack of memory could be
the reason for not compiling the OM layouts (please check catalina.out
in case u work with laszlo as tomcatservlet or in the sysout log of
the laszlo standalone server for memory failures)


see ya

Smoeker

On 15 Apr., 10:17, bidab ivan.bol...@gmail.com wrote:
 I test with OL 4.2.x like in the wiki. I compile my project at 
 :http://127.0.0.1:8080/lps-4.2.x/openmeetings/main.lzx?lzr=swf8lzprox...

 I could see in file properties that only main.lzx.swf8 is modified
 and not main.lzx.lzr=swf8.swf.

 After copy main.lzx.swf8 and success install, I have a blank page. I
 found that OpenMeetings needs main.lzx.lzr=swf8.swf file. But if I
 copy it, modifications are not applicated.

 Someone could help me please ?

 Thanks

 On Apr 15, 8:50 am, bidab ivan.bol...@gmail.com wrote:



  Hi,

  OK, I use the same URL like you...then after that, for you the
  compilation create the file main.lzx.lzr=swf8.swf, isn't it ?
  Euuh, are you sure ? If it's possible, could you give me your
  main.lzx.lzr=swf8.swf just to try if it works with me or not ?

  Thanks

  On Apr 14, 5:35 pm, Alexei Fedotov alexei.fedo...@gmail.com wrote:

   I link a client workspace D:\work\1\openmeetings_lps411 to the
   OpenLaszlo application placement: C:\Program Files\OpenLaszlo Server
   4.2.0\Server\lps-4.2.0\openmeetings

   Then the following URL works for 
   me:http://localhost:8080/lps-4.2.0/openmeetings/main.lzx?lzr=swf8lzprox...

   If I  launch red5.bat at the same time, I get openmeetings working.

   On Tue, Apr 14, 2009 at 7:22 PM, bidab ivan.bol...@gmail.com wrote:

Hi,

I try with OL 4.0.6, 4.4.x and 4.2.x but it's the same problem, I
really don't know why it doesn't function...
what is the URL you go to compile ? This create
main.lzx.lzr=swf8.swf, hummm, sure ?

Thanks

On Apr 14, 4:20 pm, Alexei Fedotov alexei.fedo...@gmail.com wrote:
I use OpenLaszlo Server 4.2.0.

On Tue, Apr 14, 2009 at 6:17 PM, bidab ivan.bol...@gmail.com wrote:

 Thanks,

 It's that I made but when I launch openlaszlo, I don't have a
 main.lzx.lzr=swf8.swf but main.lzx.swf8 and I think that the
 problem

 I use openlaszlo 4.3.0

 On Apr 14, 4:09 pm, Alexei Fedotov alexei.fedo...@gmail.com wrote:
 Ivan,
 I'm sorry I'm a bit multitasking.

 That works for me:

 1.
 cd webapp
 ant

 to build dist\openmeetings

 2.
 launch an openlaszlo server to get main.lzx.lzr=swf8.swf
 copy it to dist\openmeetings

 3.
 copy dist\openmeetings\conf\mysql_hibernate.cfg.xml
 dist\openmeetings\conf\hibernate.cfg.xml
 and replace a mysql password

 4.
 replace webapp\openmeetings on the production server with
 dist\openmeetings (backuping the previous version)

 5.
 usually have some problems with browser caching

 On Tue, Apr 14, 2009 at 5:50 PM, bidab ivan.bol...@gmail.com 
 wrote:

  I don't know if I was clear...In fact, I could compile and make 
  some
  modifications. The problem I have it's to applicate the 
  modifications
  for another openmeetings...so could you make that ? make 
  modifications
  and apply it to another openmeetings ?

  thanks

  On Apr 14, 3:31 pm, Alexei Fedotov alexei.fedo...@gmail.com 
  wrote:
  I have just used the following instruction [1] along with its 
  Russian
  translation by Rodion [2].

  [1]http://code.google.com/p/openmeetings/wiki/BuildSources
  [2]http://rchik.habrahabr.ru/blog/55656/

  On Tue, Apr 14, 2009 at 5:13 PM, bidab ivan.bol...@gmail.com 
  wrote:

   Hi,

   Perhaps, it will be more easy if you say me how you make step 
   by step
   to compile...perhaps I forgot something...if you have the time 
   of
   course...

   Thanks

   On Apr 14, 2:43 pm, bidab ivan.bol...@gmail.com wrote:
   Yes of course, many times ! ^^

   I think I sum up is necessary.
   I use two computers : one host and one virtual machine.
   In the the virtual machine, I have downloaded red5 0.8rc3 
   here :http://build.xuggle.com/job/red5_jdk6_stable/
   So I install a first version of openmeetings.
   Then I install OL 4.3.0 and download client source from SVN.
   I modify checkLoginData.lzx and compile 
   athttp://127.0.0.1:8080/lps-4.3.0/openmeetings/main.lzx?lzr=swf8lzprox...
   I put the file main.lzx.swf8 inside folder 
   /dist/openmeetings,
   configure hibernate.cfg.xml and put folder openmeetings into 
   webapps
   of red5 0.8rc3.
   I

Re: problem at the client compilation

2009-04-15 Thread smoeker

hola,

problem--solution ;-)

when u cant even compile helloworld, its a OM independent problem,
isnt it?

- when u say, u add memory, u mean to the server, right? ( VM -
Properties like Xmx=..., maxPermSize=... and stuff)
- did u check the sysouts while calling compiler (- u r using laszlo
standalone server??)

see ya

Smoeker

On 15 Apr., 11:52, bidab ivan.bol...@gmail.com wrote:
 Hi Smoeker !

 OK, I make a little sum up just for you ^^ :

 I use OpenLaszlo 4.2.x on windows XP.
 I download from SVN client and server source.
 I compile my server thanks to ant - created dist/openmeetings
 I downloaded Red5 0.8RC3 here :http://build.xuggle.com/job/
 red5_jdk6_stable/
 Then, I run Red5 0.8RC3 and openlaszlo and go to 
 :http://localhost:8080/lps-4.2.x/openmeetings/main.lzx?lzr=swf8lzprox...

 Then I go to my folder openmeetings and see properties of files:
 main.lzx.lzr=swf8 : no touch...
 main.lzx.swf8 : no touch(argh)

 So I try to add memory(it's a virtual machine) but nothing change.
 I go to :http://localhost:8080/lps-4.2.x/my-apps/copy-of-hello.lzx
 and on the screen, I have : Hello world or something like else...
 But no file created

 However, for openmeetings et helloword, at the end of the page (of
 compilation), it's says that :
 Runtime Target: swf8
 Application Size: 866K (886,470 bytes) Size profile
 Show application only

 Thanks

 On Apr 15, 11:06 am, smoeker o.beche...@medint.de wrote:



  hola ivan,

  i didnt read all the posts in this thread, but if the
  main.lzx.lzr=swf8.swf file didnt change after u called the compiler, i
  think u have a laszlo problem...

  - please try to compile a project independent file and check, if it
  gets compiled (by default theres a helloworld.lzx somewhere within
  laszlo installation)
  - dependent on your laszlo installation, a lack of memory could be
  the reason for not compiling the OM layouts (please check catalina.out
  in case u work with laszlo as tomcatservlet or in the sysout log of
  the laszlo standalone server for memory failures)

  see ya

  Smoeker

  On 15 Apr., 10:17, bidab ivan.bol...@gmail.com wrote:

   I test with OL 4.2.x like in the wiki. I compile my project at 
   :http://127.0.0.1:8080/lps-4.2.x/openmeetings/main.lzx?lzr=swf8lzprox...

   I could see in file properties that only main.lzx.swf8 is modified
   and not main.lzx.lzr=swf8.swf.

   After copy main.lzx.swf8 and success install, I have a blank page. I
   found that OpenMeetings needs main.lzx.lzr=swf8.swf file. But if I
   copy it, modifications are not applicated.

   Someone could help me please ?

   Thanks

   On Apr 15, 8:50 am, bidab ivan.bol...@gmail.com wrote:

Hi,

OK, I use the same URL like you...then after that, for you the
compilation create the file main.lzx.lzr=swf8.swf, isn't it ?
Euuh, are you sure ? If it's possible, could you give me your
main.lzx.lzr=swf8.swf just to try if it works with me or not ?

Thanks

On Apr 14, 5:35 pm, Alexei Fedotov alexei.fedo...@gmail.com wrote:

 I link a client workspace D:\work\1\openmeetings_lps411 to the
 OpenLaszlo application placement: C:\Program Files\OpenLaszlo Server
 4.2.0\Server\lps-4.2.0\openmeetings

 Then the following URL works for 
 me:http://localhost:8080/lps-4.2.0/openmeetings/main.lzx?lzr=swf8lzprox...

 If I  launch red5.bat at the same time, I get openmeetings working.

 On Tue, Apr 14, 2009 at 7:22 PM, bidab ivan.bol...@gmail.com wrote:

  Hi,

  I try with OL 4.0.6, 4.4.x and 4.2.x but it's the same problem, I
  really don't know why it doesn't function...
  what is the URL you go to compile ? This create
  main.lzx.lzr=swf8.swf, hummm, sure ?

  Thanks

  On Apr 14, 4:20 pm, Alexei Fedotov alexei.fedo...@gmail.com wrote:
  I use OpenLaszlo Server 4.2.0.

  On Tue, Apr 14, 2009 at 6:17 PM, bidab ivan.bol...@gmail.com 
  wrote:

   Thanks,

   It's that I made but when I launch openlaszlo, I don't have a
   main.lzx.lzr=swf8.swf but main.lzx.swf8 and I think that the
   problem

   I use openlaszlo 4.3.0

   On Apr 14, 4:09 pm, Alexei Fedotov alexei.fedo...@gmail.com 
   wrote:
   Ivan,
   I'm sorry I'm a bit multitasking.

   That works for me:

   1.
   cd webapp
   ant

   to build dist\openmeetings

   2.
   launch an openlaszlo server to get main.lzx.lzr=swf8.swf
   copy it to dist\openmeetings

   3.
   copy dist\openmeetings\conf\mysql_hibernate.cfg.xml
   dist\openmeetings\conf\hibernate.cfg.xml
   and replace a mysql password

   4.
   replace webapp\openmeetings on the production server with
   dist\openmeetings (backuping the previous version)

   5.
   usually have some problems with browser caching

   On Tue, Apr 14, 2009 at 5:50 PM, bidab ivan.bol...@gmail.com 
   wrote:

I don't know if I was clear...In fact, I could compile and 
make some

Re: problem at the client compilation

2009-04-15 Thread smoeker

hola,

- user ivan has admin rights on your filesystem?

- laszlo is caching a lot of stuff within WEB-INF/lps/work

- u could try clearing the caches (it requieres restart of the
server) and try again?

see ya

Smoeker

On 15 Apr., 13:19, bidab ivan.bol...@gmail.com wrote:
 OK,

 This is my catalina log :

 StandardContext[/lps-4.2.x]LPS: LPS_HOME is C:\Program Files
 \OpenLaszlo Server 4.2.x\Server\lps-4.2.x
 StandardContext[/lps-4.2.x]LPS: LPS config directory is: C:\Program
 Files\OpenLaszlo Server 4.2.x\Server\lps-4.2.x\WEB-INF\lps\config
 StandardContext[/lps-4.2.x]LPS: Detailed LPS log is at C:/Program
 Files/OpenLaszlo Server 4.2.x/Server/lps-4.2.x/WEB-INF/lps/work/logs/
 lps.log
 StandardContext[/lps-4.2.x]LPS: LPS log configured with C:\Program
 Files\OpenLaszlo Server 4.2.x\Server\lps-4.2.x\WEB-INF\lps\config
 \lps.xml
 StandardContext[/lps-4.2.x]LPS: 
 StandardContext[/lps-4.2.x]LPS: Laszlo Presentation Server, 4.2.x,
 initialized
 StandardContext[/lps-4.2.x]LPS: Running in context:Apache Tomcat/
 5.0.24
 StandardContext[/lps-4.2.x]LPS: Build: tr...@13540 (13540)
 StandardContext[/lps-4.2.x]LPS: Built on: 2009-03-31T09:19:15Z
 StandardContext[/lps-4.2.x]LPS: Running against JRE 1.6.0_13
 StandardContext[/lps-4.2.x]LPS: Running with Java CLASSPATH: C:
 \Program Files\Java\jdk1.6.0_13\lib\tools.jar;C:\Program Files
 \OpenLaszlo Server 4.2.x\Server\tomcat-5.0.24\bin\bootstrap.jar
 StandardContext[/lps-4.2.x]LPS: Running on Windows XP 5.1
 StandardContext[/lps-4.2.x]LPS: Running as user ivan
 StandardContext[/lps-4.2.x]LPS: Max memory: 508.06 MB
 StandardContext[/lps-4.2.x]LPS: Total memory: 127.06 MB
 StandardContext[/lps-4.2.x]LPS: Available memory: 117.29 MB

 This is my LPS log :

 15 avr. 2009 13:16:26 () INFO  servlets.LZServlet   -
 
 15 avr. 2009 13:16:26 () INFO  servlets.LZServlet   - Laszlo
 Presentation Server, 4.2.x, initialized
 15 avr. 2009 13:16:26 () INFO  servlets.LZServlet   - Running in
 context:Apache Tomcat/5.0.24
 15 avr. 2009 13:16:26 () INFO  servlets.LZServlet   - Build:
 tr...@13540 (13540)
 15 avr. 2009 13:16:26 () INFO  servlets.LZServlet   - Built on:
 2009-03-31T09:19:15Z
 15 avr. 2009 13:16:26 () INFO  servlets.LZServlet   - Running against
 JRE 1.6.0_13
 15 avr. 2009 13:16:26 () INFO  servlets.LZServlet   - Running with
 Java CLASSPATH: C:\Program Files\Java\jdk1.6.0_13\lib\tools.jar;C:
 \Program Files\OpenLaszlo Server 4.2.x\Server\tomcat-5.0.24\bin
 \bootstrap.jar
 15 avr. 2009 13:16:26 () INFO  servlets.LZServlet   - Running on
 Windows XP 5.1
 15 avr. 2009 13:16:26 () INFO  servlets.LZServlet   - Running as user
 ivan
 15 avr. 2009 13:16:26 () INFO  servlets.LZServlet   - Max memory:
 508.06 MB
 15 avr. 2009 13:16:26 () INFO  servlets.LZServlet   - Total memory:
 127.06 MB
 15 avr. 2009 13:16:26 () INFO  servlets.LZServlet   - Available
 memory: 117.29 MB
 15 avr. 2009 13:16:26 () INFO  servlets.LZServlet   - LPS_HOME is: C:
 \Program Files\OpenLaszlo Server 4.2.x\Server\lps-4.2.x
 15 avr. 2009 13:16:26 () INFO  data.HTTPDataSource  - using connection
 pool
 15 avr. 2009 13:16:26 () INFO  data.HTTPDataSource  - using HTTP 1.1
 15 avr. 2009 13:16:26 () INFO  responders.ResponderCompile -
 application cache is at C:\Program Files\OpenLaszlo Server 4.2.x\Server
 \lps-4.2.x\WEB-INF\lps\work\cache
 15 avr. 2009 13:16:28 () INFO  responders.ResponderDATA - Data Cache
 is at C:\Program Files\OpenLaszlo Server 4.2.x\Server\lps-4.2.x\WEB-INF
 \lps\work\dcache
 15 avr. 2009 13:16:28 () INFO  data.HTTPDataSource  - using connection
 pool
 15 avr. 2009 13:16:28 () INFO  data.HTTPDataSource  - using HTTP 1.1
 15 avr. 2009 13:16:28 () INFO  servlets.LZServlet   - Default request
 type is app_console
 15 avr. 2009 13:16:28 () INFO  servlets.LZServlet   - Character
 encoding is UTF-8
 15 avr. 2009 13:16:28 (127.0.0.1 1) INFO  servlets.LZServlet   -
 Request for C:\Program Files\OpenLaszlo Server 4.2.x\Server\lps-4.2.x
 \laszlo-explorer\explore-nav.lzx
 15 avr. 2009 13:16:28 (127.0.0.1 1) INFO  responders.ResponderCompile
 - application cache is at C:\Program Files\OpenLaszlo Server 4.2.x
 \Server\lps-4.2.x\WEB-INF\lps\work\cache
 15 avr. 2009 13:16:28 (127.0.0.1 1) INFO  responders.ResponderHTML -
 Responding with HTML wrapper for C:\Program Files\OpenLaszlo Server
 4.2.x\Server\lps-4.2.x\laszlo-explorer\explore-nav.lzx
 15 avr. 2009 13:16:30 (127.0.0.1 2) INFO  servlets.LZServlet   -
 Request for C:\Program Files\OpenLaszlo Server 4.2.x\Server\lps-4.2.x
 \laszlo-explorer\explore-nav.lzx
 15 avr. 2009 13:16:30 (127.0.0.1 2) INFO  responders.ResponderSWF -
 Requesting object for C:\Program Files\OpenLaszlo Server 4.2.x\Server
 \lps-4.2.x\laszlo-explorer\explore-nav.lzx
 15 avr. 2009 13:16:30 (127.0.0.1 2) INFO  responders.ResponderSWF -
 Sent SWF, 191 583 bytes
 15 avr. 2009 13:16:31 (127.0.0.1 3) INFO  servlets.LZServlet   -
 Request for C:\Program Files\OpenLaszlo Server 4.2.x\Server\lps-4.2.x
 \laszlo

Re: problem at the client compilation

2009-04-15 Thread smoeker

... i dont think, the red5 from the xuggle page contains red5 by
default ;-)

- if u want a bundle, u have to download it from openMeetings site...

i think u first should solve the compilation problem in your laszlo
installation - i read, u downloaded a nigthly build? maybe buggy? or a
change in the naming conventions of openLaszlo, so u could try to
rename the generated file...

as long as your laszlo compiler doesnt compile any file, u should
consider consulting the openlaszlo forums, maybe its a known bug for
the current release...


see ya

Smoeker

On 15 Apr., 15:13, bidab ivan.bol...@gmail.com wrote:
 Another question...
 I use red5 0.8rc3 downloaded herehttp://build.xuggle.com/job/red5_jdk6_stable/

 So it contains OpenMeetings by default, before compile I remove the
 folder openmeetings inside webapps/.
 After I try to compile but the client application could not connect. I
 don't understand because there is no link between OpenLaszlo
 compilation and the folder red5/webapps/openmeetings, isn't it ?

 Bidab

 On Apr 15, 3:00 pm, bidab ivan.bol...@gmail.com wrote:



  Don't see the last line, I forgot to remove it...

  On Apr 15, 2:59 pm, bidab ivan.bol...@gmail.com wrote:

   Hi,

   Yes user ivan is an admin...and to be sure I give totol controil for
   all users...^^
   I clear cache and restart server but nothing change.

   So first, I confirm that I have not main.lzx.lzr=swf8.swf created
   after compilation but main.lzx.swf8.
   I understand just now : in fact this file main.lzx.swf8 is created
   only if I made a modification in source code.
   For example, I compily from originla source code, this file is
   created. I removed it and re-compile again, no file created.
   But if I modify one lzx file for exmaple, and compile agin : another
   main.lzx.swf8 is created.

   So I think it's not a problem of rights...but I don't really know what
   it is. Normally, it's not a  main.lzx.swf8 but a
   main.lzx.lzr=swf8.swf which is created after compilation, could you
   confirm that ?

   In this case why it does'nt create the file ?

   The name of the file is 1239798975413 so I will try to change his name
   and see after...

   On Apr 15, 2:19 pm, smoeker o.beche...@medint.de wrote:

hola,

- user ivan has admin rights on your filesystem?

- laszlo is caching a lot of stuff within WEB-INF/lps/work

- u could try clearing the caches (it requieres restart of the
server) and try again?

see ya

Smoeker

On 15 Apr., 13:19, bidab ivan.bol...@gmail.com wrote:

 OK,

 This is my catalina log :

 StandardContext[/lps-4.2.x]LPS: LPS_HOME is C:\Program Files
 \OpenLaszlo Server 4.2.x\Server\lps-4.2.x
 StandardContext[/lps-4.2.x]LPS: LPS config directory is: C:\Program
 Files\OpenLaszlo Server 4.2.x\Server\lps-4.2.x\WEB-INF\lps\config
 StandardContext[/lps-4.2.x]LPS: Detailed LPS log is at C:/Program
 Files/OpenLaszlo Server 4.2.x/Server/lps-4.2.x/WEB-INF/lps/work/logs/
 lps.log
 StandardContext[/lps-4.2.x]LPS: LPS log configured with C:\Program
 Files\OpenLaszlo Server 4.2.x\Server\lps-4.2.x\WEB-INF\lps\config
 \lps.xml
 StandardContext[/lps-4.2.x]LPS: 
 StandardContext[/lps-4.2.x]LPS: Laszlo Presentation Server, 4.2.x,
 initialized
 StandardContext[/lps-4.2.x]LPS: Running in context:Apache Tomcat/
 5.0.24
 StandardContext[/lps-4.2.x]LPS: Build: tr...@13540 (13540)
 StandardContext[/lps-4.2.x]LPS: Built on: 2009-03-31T09:19:15Z
 StandardContext[/lps-4.2.x]LPS: Running against JRE 1.6.0_13
 StandardContext[/lps-4.2.x]LPS: Running with Java CLASSPATH: C:
 \Program Files\Java\jdk1.6.0_13\lib\tools.jar;C:\Program Files
 \OpenLaszlo Server 4.2.x\Server\tomcat-5.0.24\bin\bootstrap.jar
 StandardContext[/lps-4.2.x]LPS: Running on Windows XP 5.1
 StandardContext[/lps-4.2.x]LPS: Running as user ivan
 StandardContext[/lps-4.2.x]LPS: Max memory: 508.06 MB
 StandardContext[/lps-4.2.x]LPS: Total memory: 127.06 MB
 StandardContext[/lps-4.2.x]LPS: Available memory: 117.29 MB

 This is my LPS log :

 15 avr. 2009 13:16:26 () INFO  servlets.LZServlet   -
 
 15 avr. 2009 13:16:26 () INFO  servlets.LZServlet   - Laszlo
 Presentation Server, 4.2.x, initialized
 15 avr. 2009 13:16:26 () INFO  servlets.LZServlet   - Running in
 context:Apache Tomcat/5.0.24
 15 avr. 2009 13:16:26 () INFO  servlets.LZServlet   - Build:
 tr...@13540 (13540)
 15 avr. 2009 13:16:26 () INFO  servlets.LZServlet   - Built on:
 2009-03-31T09:19:15Z
 15 avr. 2009 13:16:26 () INFO  servlets.LZServlet   - Running against
 JRE 1.6.0_13
 15 avr. 2009 13:16:26 () INFO  servlets.LZServlet   - Running with
 Java CLASSPATH: C:\Program Files\Java\jdk1.6.0_13\lib\tools.jar;C:
 \Program Files\OpenLaszlo Server 4.2.x\Server\tomcat-5.0.24\bin
 \bootstrap.jar
 15 avr. 2009 13:16

Re: flashlight vnc

2009-04-01 Thread smoeker

hi there,

a very interesting technology for openMeetings is the
ScreenCaptureDriver from the Hmelyoff Labs.

- The FlashPlugin recognizes the Driver as valid video input device,
u van test it easily by installing the Driver, running the VHCapture
Software, selecting the webcam as capture source , logon to
openMeetings and select
the VHScrap as Video Device - instead of ones lovely picture, u can
see a part of your desktop... it works very nice, maybe thats
something to keep in mind...


see ya

Smoeker

On 1 Apr., 13:50, Sebastian Wagner seba.wag...@gmail.com wrote:
 flashlight-vnc uses Flash Player AS3-Features and we currently do not
 support that version of Flash player as target runtime for
 OpenMeetings.

 sebastian

 2009/4/1 Allan Pinto allan...@gmail.com:







  Hi ,
  just out of the blue here, is it possible to get flashlight vnc
 http://www.wizhelp.com/flashlight-vnc/working with openmeetings, and
  use it instead of jrdesktop,
  im sorry i keep coming back to the bad bandwidth error.:( and am just
  shooting in the dark.

  --
  Thanx and regd's.

  Allan.
 http://www.in2dwok.com

 --
 Sebastian 
 Wagnerhttp://www.webbase-design.dehttp://openmeetings.googlecode.comhttp://www.laszlo-forum.de
 seba.wag...@gmail.com- Zitierten Text ausblenden -

 - Zitierten Text anzeigen -
--~--~-~--~~~---~--~~
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
-~--~~~~--~~--~--~---



Re: OpenMeetings Dev-Snapshot 0.8

2009-03-26 Thread smoeker

hola!

did u recompile the current client sources and deployed them?

can u see log entries for the specific functions?

see ya

Smoeker



On 26 Mrz., 08:31, bidab ivan.bol...@gmail.com wrote:
 Hi,

 I have the same problem.

 Regards.

 Bidab

 On Mar 26, 5:04 am, Allan Pinto allan...@gmail.com wrote:



  hi ,
  i tried the new package, install went fine, but when i click on
  meetings i cannot see any meeting rooms nor any auditorium,
  administration panel works fine.

  On Wed, Mar 25, 2009 at 9:42 PM, Sebastian Wagner seba.wag...@gmail.com 
  wrote:

   sorry for the confusion I was in a hurry. I wanted to say:

   I needed a package and uploaded a fresh copy including red5 to the
   downloads page.

   sebastian

   2009/3/25 Roberto Torresani err...@gmail.com:
   Hi Sebastian!
   I don't understood, do you need a packet with red5 (last) and openmeeting
   r1970 for publish it on openmeetings site  ? (RC3)?

   If yes, I could send you it the day of tomorrow.

   Bye
   Roberto

   2009/3/25 Sebastian Wagner seba.wag...@gmail.com

   hi,

   I needed a snapshot of the current sources (must be r1970) to the
   downloads page.
   This one does include the Xuggler-Red5 and the latest Source.

   sebastian

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

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

  --
  Thanx and regd's.

  Allan.http://www.in2dwok.com- Zitierten Text ausblenden -

 - Zitierten Text anzeigen -
--~--~-~--~~~---~--~~
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
-~--~~~~--~~--~--~---



Re: Bugs on Om 0.7 and 0.8 [ user right and record button(just on 0.8) ]

2009-03-26 Thread smoeker

hi,

the old graphic bug is resolved and commited -
u can checkout the current client sources and test, whether it
influenced the moderator's behaviour

see ya

Smoeker

On 26 Mrz., 16:32, Roberto Torresani err...@gmail.com wrote:
 Hi all!
 I think the problem is that when you access to the list of rooms with the
 toolbar you see the list with new graphic (public, private, myevents); when
 you exit from a conference you find the list with old graphic.
 I don't debug if is possible that this difference is the cause: it is as if
 the same room has two different scope, is possible to see the same user,
 but there are two moderator??

 Bye
 Roberto

 2009/3/26 Sebastian Wagner seba.wag...@gmail.com





  okay we will check that.

  sebastian

  2009/3/26 bidab ivan.bol...@gmail.com:

   It's ok with that, the first user who connect to the meeting is the
   moderator. It's not the problem.

   For example, when I have my admin user connected to the meeting (he is
   the moderator) and my simple user joins him. At the first connexion to
   the meeting, my simple user has just the pointer tool and the
   moderator (here, my admin user) could allow the simple user to draw,
   write, recordthe whiteboard. That's OK.

   The problem is here:

   When my simple user goes out from the meeting (just him, not the
   moderator) and return to it (immediatly or not : it's the same problem
   after a new session) he has the same right that the moderator but the
   moderator is not him. It's my admin user (the first who connects to
   the meeting).

   Sorry for my english, I hope I was understandable.

   Thanks, Bidab

   On Mar 26, 1:57 pm, Sebastian Wagner seba.wag...@gmail.com wrote:
   The normal behavior should be that the first user has the Moderation
   Rights (no matter if admin,mod or simple user)

   sebastian

   2009/3/26 bidab ivan.bol...@gmail.com:

My user test is a simple user.
My user ivan is an admin.

First, I go to the meeting with ivan.
Secondly, I go to the same meeting with test.

At the first connexion into the meeting, user test has just a
pointer tool. It's OK. My user admin could allow whiteboard tools to
the user test. So everything is OK.

BUT when users test goes out from the meeting and return to it, he
have all whiteboard's tools (record, new whiteboard, draw, write...).
I precise that user ivan does'nt go out from the meeting, just user
test.

Bidab

On Mar 26, 1:10 pm, Sebastian Wagner seba.wag...@gmail.com wrote:
what you can do on the whiteboard and what user-right you give in the
administration does not relate to each other. A conference room is
  (at
least from the standard rooms) a democratic thing = first user is
moderator, all others have only a pointer tool (as long as the mod
does not grant the whiteboard rights)

sebastian

2009/3/26 bidab ivan.bol...@gmail.com:

 Hi,

 I think I found a bug on OM 0.7 and 0.8.
 I create a user test with right of user.
 I create a user ivan with right of admin.

 1-) With my admin user, I go into a conference, I'm the first. I
  could
 make everything. It's normal.
 2-) Then with my user test, I go into the same conference. He could
 not change the whiteboard, just make a pointer. It's normal.

 BUG : when user test go out from the conference and return into it,
  he
 could make evrything with the whiteboard.
 I try to quit his session and reconnect but it's the same problem.

 Someone have an idea or the same problem ?

 An other little bug on 0.8 version, when I click on the record
  button,
 it tell to downloaded the java file for sharescreen

 Regards,

 Bidab

--
Sebastian
  Wagnerhttp://www.webbase-design.dehttp://openmeetings.googlecode.comhttp://...
seba.wag...@gmail.com

   --
   Sebastian
  Wagnerhttp://www.webbase-design.dehttp://openmeetings.googlecode.comhttp://
 www.laszlo-forum.de
   seba.wag...@gmail.com

  --
  Sebastian Wagner
 http://www.webbase-design.de
 http://openmeetings.googlecode.com
 http://www.laszlo-forum.de
  seba.wag...@gmail.com- Zitierten Text ausblenden -

 - Zitierten Text anzeigen -
--~--~-~--~~~---~--~~
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
-~--~~~~--~~--~--~---



Re: file sharing ppt with animation

2009-03-20 Thread smoeker

hi,

thnx for the information!



On 20 Mrz., 06:31, Allan Pinto allan...@gmail.com wrote:
 yep , i checked with pyodconverter,( the python variation of
 jodconverter) with a direct ppt to swf, it did not convert the
 animation.
 will have to try in some other way i guess.





 On Thu, Mar 19, 2009 at 4:24 PM, smoeker o.beche...@medint.de wrote:

  u r right,

  OM contains a generic way of converting documents , means OO is used
  to convert nearly everything to pdf and pdf2swf converts it
  into swf...

  i am sure, there are better ways for some filetypes, but it would mean
  a lot more complexity regarding each filetype in special.

  Besides, i dont really know, whether the direct conversion really
  leads to an effort regarding quality and performance... (?)

  maybe sebastian already considered that method?

  an enhancement generating whiteboard input from ppt would also be
  welcome from my side (- SWF Slice limitation, swftools ;-))

  would be nice, if u could take care of that issue...

  see ya

  Smoeker

  On 19 Mrz., 16:10, Allan Pinto allan...@gmail.com wrote:
  hi smoeker,
  jodconverter support ppt conversion directly to flash,
  in my case, the ppt gets converted to pdf just fine, it is just that
  if the ppt has a animation within it, the animation effect will not
  come, but if it directly converts to flash it should hold the
  animation.

  On Thu, Mar 19, 2009 at 3:05 PM, smoeker o.beche...@medint.de wrote:

   hi,
   do u mean within in the openMeetings project or independent froma
   that?

   in general, its not easy, finding non-commercial javalibs, that allow
   generating a swf at all ;-)

   - i am just evaluating java2swf, a free library for reading/rewriting
   and generating swfs and it seems to work fine, but i just worked with
   ScreenCaptures (jpegs) that were added to a existing swf, generating a
   fluid result from desktop sharing..

   - let me know, when u found something, that allows converion from ppt
   to swf!

   see ya

   Smoeker

   On 19 Mrz., 15:54, vishal bisht vbi...@gmail.com wrote:
   Can you help how we change ppt to SWF directly !

  --
  Thanx and regd's.

  Allan.http://www.in2dwok.com-Zitierten Text ausblenden -

  - Zitierten Text anzeigen -

 --
 Thanx and regd's.

 Allan.http://www.in2dwok.com- Zitierten Text ausblenden -

 - Zitierten Text anzeigen -
--~--~-~--~~~---~--~~
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
-~--~~~~--~~--~--~---



Re: openmeeting INSTALL error

2009-03-20 Thread smoeker

hi,

wow - thats what i call a valid problem description!

one more question : u r taking the the red5 version from the
openmeetings bundle?

- could u clear your red5.log , restart red5 and post the red5.log?


see ya

Smoeker

On 20 Mrz., 02:31, maohl81 maoh...@tom.com wrote:
 1. Platform
   Windows 2000 + SP4
   3.0G CPU + 1G RAM

 2. Path
   D:\Meeting\gs
   D:\Meeting\ImageMagick6.4.1Q16
   D:\Meeting\Java
   D:\Meeting\MySQL
   D:\Meeting\Red5
   D:\Meeting\SWFTools

 3. Version
   jre-1_5_0-windows-i586
   mysql-5.0.41-win32_Setup
   mysql-gui-tools-5.0-r17-win32
   OpenOffice_2.2.1_Win32_zh_cn
   ImageMagick-6.3.6-1-Q16-windows-dll
   Ghostscript 8.63
   swftools-2009-02-16-1757
   red5-0.6.1

 4. MYSQL Configuration
   my.ini
      default-character-set=utf8
      port=3306

   The Password of root : maohl123

 5. OpenOffice Configuration
   RUN : soffice.exe -headless -nologo -norestore -
 accept=socket,host=localhost,port=8100;urp;StarOffice.ServiceManager
   RUN : netstat –anp tcp
         TCP 127.0.0.1:8100 0.0.0.0:0 LISTENING

 6. Create Database : openmeetings

 7. unzip openmeetings_0_7_rc2.zip TO D:\openmeetings_0_7_rc2
   (1)COPY openmeetings_0_7_rc2\webapps\openmeetings
           TO D:\Meeting\Red5\webapps
   (2)COPY Meeting\Red5\webapps\openmeetings\conf
 \mysql_hibernate.cfg.xml
          TO Meeting\Red5\webapps\openmeetings\conf\hibernate.cfg.xml
   (3)MODIFY Meeting\Red5\webapps\openmeetings\conf\hibernate.cfg.xml
       property name=connection.urljdbc:mysql://localhost/
 openmeetings?useUnicode=trueamp;
 createDatabaseIfNotExist=trueamp;characterEncoding=utf-8/property
      TO
      property name=connection.urljdbc:mysql://localhost:3306/
 openmeetings?useUnicode=trueamp;
 createDatabaseIfNotExist=trueamp;characterEncoding=utf-8/property

      property name=connection.password/property
      TO
      property name=connection.passwordmaohl123/property
 (4)COPY openmeetings_0_7_rc2\webapps\ installer
      TO D:\Meeting\Red5\webapps\openmeetings\install

 8. Restart Service
     Restart Service : MySQL
     Restart Service : Red5

 9. Detect TCP/IP Listen
     TCP    127.0.0.1:8100         0.0.0.0:0              LISTENING
     TCP    0.0.0.0:3306           0.0.0.0:0              LISTENING

 10. INSTALL
     RUN IE, INPUT :http://localhost:5080/openmeetings/install

     INPUT:
         Username : maohl81
         Userpass : maohl123
         Default Language : english
         SWFTools Path : d:\meeting\SWFTools
         ImageMagick Path : d:\meeting\ImageMagick6.4.1Q16

     CLICK “INSTALL” Button

     Display the Error:
        Internal Server error

 11. Open d:\meeting\Red5\logs\Red5.log
     INFO   | jvm 1    | 2009/03/19 15:12:55 | [DEBUG] 2380844
 DefaultQuartzScheduler_Worker-5:

 ( org.openmeetings.app.data.record.WhiteboardConvertionJobManager.initJobs )
     CANNOT PROCESS WAIT FOR FREE SLOT
--~--~-~--~~~---~--~~
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
-~--~~~~--~~--~--~---



Re: Openmeetings and Openldap

2009-03-20 Thread smoeker

hi,

the creation of the subcontext isnt important, but if u receive no
other error, the bind to the Ldap Server was successful!

- the code within openMeetings is very similiar to the snippet...

did u comapre the values from om_ldap.cfg with the ones u set within
the snippet?

see ay

Smoeker


On 20 Mrz., 10:18, bidab ivan.bol...@gmail.com wrote:
 However, when I comment                     //ctx.createSubcontext
 ( rootContext );

 I have no error...just blank

 On Mar 20, 10:15 am, bidab ivan.bol...@gmail.com wrote:



  Hi Olivier,

  It's me, again

  I try your MakeRoot file into Eclipse on Windows but I have one error:

  javax.naming.directory.NoSuchAttributeException: [LDAP: error code 16
  - 0057: LdapErr: DSID-0C090B38, comment: Error in attribute
  conversion operation, data 0, vece

  What's the problem ? if you know...

  Thanks.

  Ivan

  On Mar 19, 3:59 pm, smoeker o.beche...@medint.de wrote:

   hi ,

   indeed it seems as if the java standard libraries arent on your
   classpath.

   Due to the fact, that javac was found, the JAVA_HOME is set correct,
   but u either have to set global CLASSPATH pointing to the lib folder
   of your JDK or alternatively set
   it by javac -cp 

   - u receive help on filesystem by simply typing javac ...

   - the snippet requieres no additional libs , just the standard java
   libs

   see ya

   Smoeker

   On 19 Mrz., 14:59, bidab ivan.bol...@gmail.com wrote:

Hi !

I try your Makeroot file but I have 9 errors.

r...@ivan-desktop:~/Bureau# javac MakeRoot.java
MakeRoot.java:7: cannot find symbol
symbol  : class Properties
location: class MakeRoot
              Properties env = new Properties();
              ^
MakeRoot.java:7: cannot find symbol
symbol  : class Properties
location: class MakeRoot
              Properties env = new Properties();
                                   ^
MakeRoot.java:8: cannot find symbol
symbol  : variable Context
location: class MakeRoot
              env.put
( Context.INITIAL_CONTEXT_FACTORY,com.sun.jndi.ldap.LdapCtxFactory );
                       ^
MakeRoot.java:9: cannot find symbol
symbol  : variable Context
location: class MakeRoot
  env.put(Context.PROVIDER_URL, ldap://; + ldapServerName + / );
                                  ^
MakeRoot.java:10: cannot find symbol
symbol  : variable Context
location: class MakeRoot
              env.put( Context.SECURITY_PRINCIPAL, rootdn );
                       ^
MakeRoot.java:11: cannot find symbol
symbol  : variable Context
location: class MakeRoot
              env.put( Context.SECURITY_CREDENTIALS, rootpass );
                       ^
MakeRoot.java:13: cannot find symbol
symbol  : class DirContext
location: class MakeRoot
                      DirContext ctx = new InitialDirContext( env );
                      ^
MakeRoot.java:13: cannot find symbol
symbol  : class InitialDirContext
location: class MakeRoot
                      DirContext ctx = new InitialDirContext( env );
                                           ^
MakeRoot.java:17: cannot find symbol
symbol  : class NameAlreadyBoundException
location: class MakeRoot
              } catch ( NameAlreadyBoundException nabe ) {
                        ^
9 errors

Could you help me ? I think, it miss librairies but I'm not sure...

Thanks

On 19 mar, 11:59, smoeker o.beche...@medint.de wrote:

 hi,

 maybe your active directory doesnt requiere Admin Authentication at
 all - that means : try to let the admin config vals emtpy (admin
 username and admin passwd) within om_ldap.cfg...

 see ay

 Smoeker

 On 19 Mrz., 11:51, bidab ivan.bol...@gmail.com wrote:

  Hi,

  Sorry I forgot to precise that I don't use openLDAP but Active
  Directory.
  I try to connect with apache studio directory on windows with my
  account (I am a trainee) and I could access to LDAP.
  So I configure om_ldap.cfg with my account, but I have the error
  Server authentification failed, I don't know why...

  Could you help me ?

  Thanks

  PS : OM is on Ubuntu on virtual computer

  On 17 mar, 15:03, alex LUCAS alexandre.lucas...@gmail.com wrote:

   Hi Ivan,

    The solution (for me, with an OpenLDAP directory) is in the 
   march 5th 2009
   message.

   Two problems for me in the LdapLoginManagement.java class was :
   - The 'ldap_search_filter' value who doesn't exist in OpenLDAP.
   -  LdapAuthBase.LDAP_AUTH_TYPE_SIMPLE doesn't work. I had to 
   switch
   in LdapAuthBase.LDAP_AUTH_TYPE_NONE
   See ya

   alex
   2009/3/17 bidab ivan.bol...@gmail.com

Hi, i have the same problem like you.
I try to connect and i have invalid password. In red5.log I 
have this
error

Re: Openmeetings and Openldap

2009-03-20 Thread smoeker

it works?

On 20 Mrz., 12:17, bidab ivan.bol...@gmail.com wrote:
 Hi,

 My UserPrincipalAccount is j...@om.local
 My CN is John Doe
 My SamAccountName is JDoe.
 My LDAP server name is toto.

 So in om_ldap.cfg, I put:

 ldap_conn_url=ldap://toto:389
 ldap_admin=JDoe and j...@om.local ( I try this two solutions)
 ldap_passwd=greatpassword
 ldap_login_base=OU:Unit1,OU:Unit2,DC:OM,DC:local
 ldap_search_base=OU:Unit1,OU:Unit2,DC:OM,DC:local (I want to try just
 with my account for the moment)

 To connect on OM, I try

 j...@om.local + password

 AND

 OM\JDOE + password

 Thanks
 On Mar 20, 11:29 am, smoeker o.beche...@medint.de wrote:



  howdy,

  heres a config i use with active directory :

  #LDAP URL
  ldap_conn_url=ldap://LDAP_HOST_NAME:389

  #Loginname for Authentification on LDAP Server - keep emtpy if not
  requiered
  ldap_admin=dummy

  #Loginpass for Authentification on LDAP Server - keep emtpy if not
  requiered
  ldap_passwd=dummy07

  #LDAP URL, where ldap_admin can be found
  ldap_login_base=OU:external users,OU:Other,DC:medint,DC:local

  #base to search for userdata(of user, that wants to login
  ldap_search_base=OU:Company,DC:medint,DC:local

  i am not sure about your syntax concerning ...

  a)ldap_admin=OM\djoe          - if jdoe is the usersPrincipalname,
  keep away the OM\ part - just write djoe (or John DOE?!?)
  b)ldap_login_base                  - keep away CN=John DOE, just
  write OU=Unit1,OU=Unit2,DC=OM,DC=local

  by the way, check to use either John DOE or jdoe

  - the rootdn is built within openMeetings like

  String dn = CN= + ldap_admin + , + ldap_login_base;

  keep in mind :

  the ldap_admin should be a user, that creates the bind on the
  ldapserver, if authenitcation is requiered,
  the ldap_login_base should be the name of the ldapNode, in which
  ldap_admin can be found

  the rootDN for the authentication on the ldapserver is built within OM
  like shown above (String dn)

  the ldap_search_base is the ldapNode, in which the openmeetings user
  should be found (for taking over detaildata into OM)

  see ya

  Smoeker

  see ya

  Smoeker

  On 20 Mrz., 11:00, bidab ivan.bol...@gmail.com wrote:

   An other precision...to connect in OM I try like this

   login : OM\jdoe
   passwd: greatpassword

   AND like this

   login : j...@om.local
   passwd: greatpassword

   But it does not function

   On Mar 20, 10:55 am, bidab ivan.bol...@gmail.com wrote:

Hi,

OK, I made an exemple.

in the snippet, I put

final static String ldapServerName = greatserver;
final static String rootdn = CN=John
DOE,OU=Unit1,OU=Unit2,DC=OM,DC=local;
     final static String rootpass = greatpassword;
     final static String rootContext =
OU=Unit1,OU=Unit2,DC=OM,DC=local;

It's OK I have no error.

So, in om_ldap.cfg I put:

ldap_conn_url=ldap://OM.local:389
ldap_admin=OM\jdoe
ldap_passwd=greatpassword
ldap_login_base=CN=John DOE,OU=Unit1,OU=Unit2,DC=OM,DC=local
ldap_search_base=OU=Unit1,OU=Unit2,DC=OM,DC=local

Is it good ?

Thanks

On Mar 20, 10:22 am, smoeker o.beche...@medint.de wrote:

 hi,

 the creation of the subcontext isnt important, but if u receive no
 other error, the bind to the Ldap Server was successful!

 - the code within openMeetings is very similiar to the snippet...

 did u comapre the values from om_ldap.cfg with the ones u set within
 the snippet?

 see ay

 Smoeker

 On 20 Mrz., 10:18, bidab ivan.bol...@gmail.com wrote:

  However, when I comment                     //ctx.createSubcontext
  ( rootContext );

  I have no error...just blank

  On Mar 20, 10:15 am, bidab ivan.bol...@gmail.com wrote:

   Hi Olivier,

   It's me, again

   I try your MakeRoot file into Eclipse on Windows but I have one 
   error:

   javax.naming.directory.NoSuchAttributeException: [LDAP: error 
   code 16
   - 0057: LdapErr: DSID-0C090B38, comment: Error in attribute
   conversion operation, data 0, vece

   What's the problem ? if you know...

   Thanks.

   Ivan

   On Mar 19, 3:59 pm, smoeker o.beche...@medint.de wrote:

hi ,

indeed it seems as if the java standard libraries arent on your
classpath.

Due to the fact, that javac was found, the JAVA_HOME is set 
correct,
but u either have to set global CLASSPATH pointing to the lib 
folder
of your JDK or alternatively set
it by javac -cp 

- u receive help on filesystem by simply typing javac ...

- the snippet requieres no additional libs , just the standard 
java
libs

see ya

Smoeker

On 19 Mrz., 14:59, bidab ivan.bol...@gmail.com wrote:

 Hi !

 I try your Makeroot file but I have 9 errors.

 r...@ivan-desktop:~/Bureau# javac MakeRoot.java
 MakeRoot.java:7: cannot find symbol

Re: Openmeetings and Openldap

2009-03-20 Thread smoeker

lol ;-)

any logmessages?

On 20 Mrz., 12:48, bidab ivan.bol...@gmail.com wrote:
 no

 On Mar 20, 12:43 pm, smoeker o.beche...@medint.de wrote:



  it works?

  On 20 Mrz., 12:17, bidab ivan.bol...@gmail.com wrote:

   Hi,

   My UserPrincipalAccount is j...@om.local
   My CN is John Doe
   My SamAccountName is JDoe.
   My LDAP server name is toto.

   So in om_ldap.cfg, I put:

   ldap_conn_url=ldap://toto:389
   ldap_admin=JDoe and j...@om.local ( I try this two solutions)
   ldap_passwd=greatpassword
   ldap_login_base=OU:Unit1,OU:Unit2,DC:OM,DC:local
   ldap_search_base=OU:Unit1,OU:Unit2,DC:OM,DC:local (I want to try just
   with my account for the moment)

   To connect on OM, I try

   j...@om.local + password

   AND

   OM\JDOE + password

   Thanks
   On Mar 20, 11:29 am, smoeker o.beche...@medint.de wrote:

howdy,

heres a config i use with active directory :

#LDAP URL
ldap_conn_url=ldap://LDAP_HOST_NAME:389

#Loginname for Authentification on LDAP Server - keep emtpy if not
requiered
ldap_admin=dummy

#Loginpass for Authentification on LDAP Server - keep emtpy if not
requiered
ldap_passwd=dummy07

#LDAP URL, where ldap_admin can be found
ldap_login_base=OU:external users,OU:Other,DC:medint,DC:local

#base to search for userdata(of user, that wants to login
ldap_search_base=OU:Company,DC:medint,DC:local

i am not sure about your syntax concerning ...

a)ldap_admin=OM\djoe          - if jdoe is the usersPrincipalname,
keep away the OM\ part - just write djoe (or John DOE?!?)
b)ldap_login_base                  - keep away CN=John DOE, just
write OU=Unit1,OU=Unit2,DC=OM,DC=local

by the way, check to use either John DOE or jdoe

- the rootdn is built within openMeetings like

String dn = CN= + ldap_admin + , + ldap_login_base;

keep in mind :

the ldap_admin should be a user, that creates the bind on the
ldapserver, if authenitcation is requiered,
the ldap_login_base should be the name of the ldapNode, in which
ldap_admin can be found

the rootDN for the authentication on the ldapserver is built within OM
like shown above (String dn)

the ldap_search_base is the ldapNode, in which the openmeetings user
should be found (for taking over detaildata into OM)

see ya

Smoeker

see ya

Smoeker

On 20 Mrz., 11:00, bidab ivan.bol...@gmail.com wrote:

 An other precision...to connect in OM I try like this

 login : OM\jdoe
 passwd: greatpassword

 AND like this

 login : j...@om.local
 passwd: greatpassword

 But it does not function

 On Mar 20, 10:55 am, bidab ivan.bol...@gmail.com wrote:

  Hi,

  OK, I made an exemple.

  in the snippet, I put

  final static String ldapServerName = greatserver;
  final static String rootdn = CN=John
  DOE,OU=Unit1,OU=Unit2,DC=OM,DC=local;
       final static String rootpass = greatpassword;
       final static String rootContext =
  OU=Unit1,OU=Unit2,DC=OM,DC=local;

  It's OK I have no error.

  So, in om_ldap.cfg I put:

  ldap_conn_url=ldap://OM.local:389
  ldap_admin=OM\jdoe
  ldap_passwd=greatpassword
  ldap_login_base=CN=John DOE,OU=Unit1,OU=Unit2,DC=OM,DC=local
  ldap_search_base=OU=Unit1,OU=Unit2,DC=OM,DC=local

  Is it good ?

  Thanks

  On Mar 20, 10:22 am, smoeker o.beche...@medint.de wrote:

   hi,

   the creation of the subcontext isnt important, but if u receive no
   other error, the bind to the Ldap Server was successful!

   - the code within openMeetings is very similiar to the snippet...

   did u comapre the values from om_ldap.cfg with the ones u set 
   within
   the snippet?

   see ay

   Smoeker

   On 20 Mrz., 10:18, bidab ivan.bol...@gmail.com wrote:

However, when I comment                     
//ctx.createSubcontext
( rootContext );

I have no error...just blank

On Mar 20, 10:15 am, bidab ivan.bol...@gmail.com wrote:

 Hi Olivier,

 It's me, again

 I try your MakeRoot file into Eclipse on Windows but I have 
 one error:

 javax.naming.directory.NoSuchAttributeException: [LDAP: error 
 code 16
 - 0057: LdapErr: DSID-0C090B38, comment: Error in 
 attribute
 conversion operation, data 0, vece

 What's the problem ? if you know...

 Thanks.

 Ivan

 On Mar 19, 3:59 pm, smoeker o.beche...@medint.de wrote:

  hi ,

  indeed it seems as if the java standard libraries arent on 
  your
  classpath.

  Due to the fact, that javac was found, the JAVA_HOME is set 
  correct,
  but u either have to set global CLASSPATH pointing to the 
  lib folder
  of your JDK or alternatively set
  it by javac -cp 

  - u receive

Re: Openmeetings and Openldap

2009-03-20 Thread smoeker

sure!

On 20 Mrz., 14:24, bidab ivan.bol...@gmail.com wrote:
 It's OK !

 In fact, in ldap_admin, it's not JDoe but John Doe 

 Thanks very much for you help.
 If you want, I created a tutorial for openmeetings installation in
 ubuntu 8.10 whitm smtp and ldap.
 Are interested to upload it on openmeetings site ?

 Thanks

 On Mar 20, 2:05 pm, bidab ivan.bol...@gmail.com wrote:



  Hi,

  It's better. I test MakeRoot on my virtualcomputer, I must replace my
  LDAP_HOST_NAME by IP and now I have an other error.

  [LDAP: error code 49 - 80090308: LdapErr: DSID-0C090334, comment:
  AcceptSecurityContext error, data 525, vece

  om_ldap.cfg:

  ldap_conn_url=ldap://192.168.0.1:389
  ldap_admin=JDoe
  ldap_passwd=greatpassword
  ldap_login_base=OU:Unit1,OU:Unit2,DC:OM,DC:local
  ldap_search_base=OU:Unit1,OU:Unit2,DC:OM,DC:local (I want to try just
  with my account for the moment)

  I think it's a problem with ldap_admin...

  One precision, to connect on OM, what is the syntax ?
  j...@mydomain.local for example ? or mydomain\JDoe ? or John Doe ?

  Thanks
  On Mar 20, 12:54 pm, smoeker o.beche...@medint.de wrote:

   lol ;-)

   any logmessages?

   On 20 Mrz., 12:48, bidab ivan.bol...@gmail.com wrote:

no

On Mar 20, 12:43 pm, smoeker o.beche...@medint.de wrote:

 it works?

 On 20 Mrz., 12:17, bidab ivan.bol...@gmail.com wrote:

  Hi,

  My UserPrincipalAccount is j...@om.local
  My CN is John Doe
  My SamAccountName is JDoe.
  My LDAP server name is toto.

  So in om_ldap.cfg, I put:

  ldap_conn_url=ldap://toto:389
  ldap_admin=JDoe and j...@om.local ( I try this two solutions)
  ldap_passwd=greatpassword
  ldap_login_base=OU:Unit1,OU:Unit2,DC:OM,DC:local
  ldap_search_base=OU:Unit1,OU:Unit2,DC:OM,DC:local (I want to try 
  just
  with my account for the moment)

  To connect on OM, I try

  j...@om.local + password

  AND

  OM\JDOE + password

  Thanks
  On Mar 20, 11:29 am, smoeker o.beche...@medint.de wrote:

   howdy,

   heres a config i use with active directory :

   #LDAP URL
   ldap_conn_url=ldap://LDAP_HOST_NAME:389

   #Loginname for Authentification on LDAP Server - keep emtpy if not
   requiered
   ldap_admin=dummy

   #Loginpass for Authentification on LDAP Server - keep emtpy if not
   requiered
   ldap_passwd=dummy07

   #LDAP URL, where ldap_admin can be found
   ldap_login_base=OU:external users,OU:Other,DC:medint,DC:local

   #base to search for userdata(of user, that wants to login
   ldap_search_base=OU:Company,DC:medint,DC:local

   i am not sure about your syntax concerning ...

   a)ldap_admin=OM\djoe          - if jdoe is the 
   usersPrincipalname,
   keep away the OM\ part - just write djoe (or John DOE?!?)
   b)ldap_login_base                  - keep away CN=John DOE, 
   just
   write OU=Unit1,OU=Unit2,DC=OM,DC=local

   by the way, check to use either John DOE or jdoe

   - the rootdn is built within openMeetings like

   String dn = CN= + ldap_admin + , + ldap_login_base;

   keep in mind :

   the ldap_admin should be a user, that creates the bind on the
   ldapserver, if authenitcation is requiered,
   the ldap_login_base should be the name of the ldapNode, in which
   ldap_admin can be found

   the rootDN for the authentication on the ldapserver is built 
   within OM
   like shown above (String dn)

   the ldap_search_base is the ldapNode, in which the openmeetings 
   user
   should be found (for taking over detaildata into OM)

   see ya

   Smoeker

   see ya

   Smoeker

   On 20 Mrz., 11:00, bidab ivan.bol...@gmail.com wrote:

An other precision...to connect in OM I try like this

login : OM\jdoe
passwd: greatpassword

AND like this

login : j...@om.local
passwd: greatpassword

But it does not function

On Mar 20, 10:55 am, bidab ivan.bol...@gmail.com wrote:

 Hi,

 OK, I made an exemple.

 in the snippet, I put

 final static String ldapServerName = greatserver;
 final static String rootdn = CN=John
 DOE,OU=Unit1,OU=Unit2,DC=OM,DC=local;
      final static String rootpass = greatpassword;
      final static String rootContext =
 OU=Unit1,OU=Unit2,DC=OM,DC=local;

 It's OK I have no error.

 So, in om_ldap.cfg I put:

 ldap_conn_url=ldap://OM.local:389
 ldap_admin=OM\jdoe
 ldap_passwd=greatpassword
 ldap_login_base=CN=John DOE,OU=Unit1,OU=Unit2,DC=OM,DC=local
 ldap_search_base=OU=Unit1,OU=Unit2,DC=OM,DC=local

 Is it good ?

 Thanks

 On Mar 20, 10:22 am, smoeker o.beche...@medint.de wrote:

  hi,

  the creation of the subcontext isnt important, but if u

Re: General Installation questions .07 rc

2009-03-19 Thread smoeker

hi xaria,

after unzipping the bundle including red5 - there are no errors/
messages within red5 log?

i think, if the install servlet isnt available after starting red5 via
http://YOURHOST:YOURRED5PORT/install, there already have been problems
on startup...

- please clear the log, restart red5 and watch out for messages in
the red5.log concerning the initalization of the install servlet or
initalization of the hibernate session factory...
- by the way : when u say, you already were running OM 0.52, u create
a new database for the new OM version? if not, there could be
incompatibilites concerning the database structure...

- if you cant proceed, please post your red5.log


see ya

Smoeker

On 19 Mrz., 05:38, Xaria agrawal.pratish...@gmail.com wrote:
 I agree with Hmiles here.
 I had openmeetings 0.52 running on my system. Then I saw the latest
 0.7 and now I am completely lost on how to get it working.
 I copied the openmeetings webapp to my Red5/webapps but Openmeetings
 would not run. It is not listed under my Red5 applications.
 Even when  download the Red5+ openmeetings and unzip it, change the db
 parameter and run red5, I do not get to the installer script.

 I feel the documentation is incomplete.

 On Feb 4, 5:48 am, Sebastian Wagner seba.wag...@gmail.com wrote:



  okay ^^

  2009/2/3 HMiles horace.mi...@konnectme.com

   Sebastian, thanks for your reply, I am the sys-admin and some of this
   is just new to me or the instructions are incomplete and unclear.
   Again I say to you I had all this running under 0.51 and 0.52 but each
   time the steps for the installation seems to change.  I don't even
   know if I am running the correct version of red5 any more.  So I am
   just asking for a little bit of patience and explaination.

   example:
   I can find no where on the red5 site about an installer script to
   import values
   Is this script included in your distribution if so what the name of it
   and how should I run it.

  =http://code.google.com/p/openmeetings/wiki/InstallationOpenMeetings#I...
  number *6.) go to the Installer by accessing it via 
  browser:http://localhost:5080/openmeetings/installandfollow the 
  instructions *

   In the past the openmeetings folder had to be in the red5/webapps
   directory . I am not dense but there seems to be major steps left out
   of the instructions. example
   old path use to be red5/webapps/openmeetings
   now it seems by the instructions that it is
   red5/webapps/openmeetings_0_7_rc1/webapps/openmeetings

  =http://code.google.com/p/openmeetings/wiki/InstallationOpenMeetings#I...
  number 1.) *Download OpenMeetings including
  Red5http://openmeetings.googlecode.com/files/openmeetings_0_7_rc1.zip(recommended)
  or download the two packages separated OpenMeetings
  Webapp 
  onlyhttp://openmeetings.googlecode.com/files/openmeetings_0_7_rc1_wo.zipand
  Red5
  Snapshot http://openmeetings.googlecode.com/files/red5_snapshot_r3200.zip.
  If you download the two packages you have to place the OpenMeetings webapp
  into the webapp-folder of Red5. *

  = I don't know how to explain it better but basically but one package is
  with red5 and the other one is without red5 ... so there is of course
  absolutely no need to place the content of package with red5 into another
  red5

   I assumed I was to copy the openmeetings folder out of the
   openmeetings_0_7_rc1 folder into the red5/webapps but the instructions
   don't say to do that.

  = no of course not as this is already red5 + webapp ...

   On Feb 2, 8:47 am, Sebastian Wagner seba.wag...@gmail.com wrote:
sorry but basically the installation (without all the converters) is as
   easy
as:
take the red5+openmeetings zip filehttp://
   openmeetings.googlecode.com/files/openmeetings_0_7_rc1.zip

unzip it
goto to the resulting folder
goto /webapps/openmeetings/conf/hibernate.cfg.xml

add the correct params for the DB

start red5 (by red5.bat or red5.sh)
run the installer script to import the values.

Basically the Installation instruction will exactly provide you with the
same information, but a lot more detailed.

As your questions are that kind of basic I think best option for you
   would
be to get a hosted version or to host a dedicated server and let a
   sys-admin
do the work.

sebastian

2009/2/2 HMiles horace.mi...@konnectme.com

 Sebastian thanks for publishing a new version of the openmeetings.

 I have a couple of questions that may help some other newbies make
 this installation easier.

 1.  What are the steps required to install red5 from the patch you
 provide?
          - What is the version of red5 that openmeetings will work
 with?
          - I don't know whether to unzip the installation and then
 copy it into the existing red5 installation or to run ant and do a
 build?

 2.  In the installation instructions you have for installing
 Do we need to copy the entire

Re: Openmeetings and Openldap

2009-03-19 Thread smoeker

hi,

maybe your active directory doesnt requiere Admin Authentication at
all - that means : try to let the admin config vals emtpy (admin
username and admin passwd) within om_ldap.cfg...


see ay

Smoeker



On 19 Mrz., 11:51, bidab ivan.bol...@gmail.com wrote:
 Hi,

 Sorry I forgot to precise that I don't use openLDAP but Active
 Directory.
 I try to connect with apache studio directory on windows with my
 account (I am a trainee) and I could access to LDAP.
 So I configure om_ldap.cfg with my account, but I have the error
 Server authentification failed, I don't know why...

 Could you help me ?

 Thanks

 PS : OM is on Ubuntu on virtual computer

 On 17 mar, 15:03, alex LUCAS alexandre.lucas...@gmail.com wrote:



  Hi Ivan,

   The solution (for me, with an OpenLDAP directory) is in the march 5th 2009
  message.

  Two problems for me in the LdapLoginManagement.java class was :
  - The 'ldap_search_filter' value who doesn't exist in OpenLDAP.
  -  LdapAuthBase.LDAP_AUTH_TYPE_SIMPLE doesn't work. I had to switch
  in LdapAuthBase.LDAP_AUTH_TYPE_NONE
  See ya

  alex
  2009/3/17 bidab ivan.bol...@gmail.com

   Hi, i have the same problem like you.
   I try to connect and i have invalid password. In red5.log I have this
   error :
   Authentification on LDAP server failed : mydomain.local:389

   In om_ldap.cfg I put:
   ldap_conn_url=ldap://mydomain.local:389
   ldap_admin=mydomain\ibolzer
   ldap_password=mypass
   ldap_login_base=OU:...,OU:...,OU:...,DC:...,DC:
   ldap_login_search=OU:.,OU:,OU:, DC:, DC:

   what's the problem ?
   Do you have resolv your problem and if yes, how ?

   Thanks

   On 6 mar, 09:28, smoeker o.beche...@medint.de wrote:
hello mr. alex  lucas,

very well - i will open an issue to alter the missing parts for
compatibility with openLdap
(- adding rootContext to URL and making LdapKeywords configurable...)

see ya

Smoeker

On 5 Mrz., 16:59, alex LUCAS alexandre.lucas...@gmail.com wrote:

 Bonjour Mr Someker,

 Without the root context in the Context.PROVIDER_URL, I have this 
 error
   :
 javax.naming.OperationNotSupportedException: [LDAP: error code 53 - no
 global superior knowledge]; remaining name 'cn=myRandomInt'
 And with the LDAP port + RootContext, it works.

                 env.put( Context.PROVIDER_URL, ldap://; +
   ldapServerName
 +:389/+ rootContext );
                 env.put(Context.SECURITY_AUTHENTICATION, simple);
                 env.put( Context.SECURITY_PRINCIPAL, rootdn +  , +
 rootContext );
                 env.put( Context.SECURITY_CREDENTIALS, rootpass );

 Altough i try to add spaces between rootdn and rootContext in the
 context.SECURITY_PRINCIPAL.
 -- It always works.

 What I did this afternoon :

 I saw a strange parameter for me in the LdapLoginManagement.java class
   :

                 // Filter for Search of UserData^M
                 //String ldap_search_filter = (userPrincipalName= +
   user +
 );                   -- don't work with OpenLdap
                 String ldap_search_filter = (uid= + user + );
                 // replace : - in config = are replaced by : to be
   able to
 build valid key=value pairs
                 ldap_login_base = ldap_login_base.replaceAll(:, 
 =);
                 ldap_search_scope = ldap_search_scope.replaceAll(:,
   =);

                 LdapAuthBase lAuth = new LdapAuthBase(ldap_url,
   ldap_admin,
 ldap_passwd, ldap_login_base, LdapAuthBase.LDAP_AUTH_TYPE_NONE);

 In OpenLdap, I don't have any parameter 'userPrincipalName' !
 This parameter exist in windows AD but not in openldap...

 Then I switch Ldap_auth_type to NONE because in SIMPLE mod, I've 
 always
   a
 problem :( .

 With this configuration it works well !!!

 Thanks a lot for your help Mr Smoeker  Becherer !

 See ya

 Alex

 2009/3/5 smoeker o.beche...@medint.de

  hola!

  i see, that u added the rootContext to the ldapUrl - thats a
  difference...

  - does the example class also work with the plain Ldap Url (without
  +/ + rootContext) ?
  - the example uses no LdapPort - could you try the example with the
  LdapUrl + Port?
  - in the example, the rootDn isnt put together, maybe there are
   emtpy
  spaces within the OM - Ldap - RootDn, that are sent to your Ldap -
  Server?

  hope that helps!

  see ya

  Smoeker

  On 5 Mrz., 12:00, alex LUCAS alexandre.lucas...@gmail.com wrote:
   Hi Oliver Becherer,

   To see if the connection is correct, I've try the other jndi class
   test :

   import javax.naming.Context;
   import javax.naming.InitialContext;
   import javax.naming.NamingException;
   import javax.naming.NameAlreadyBoundException;
   import javax.naming.directory.*;
   import java.util.*;

   public class TestLDAP

Re: Openmeetings and Openldap

2009-03-19 Thread smoeker

hi ,

indeed it seems as if the java standard libraries arent on your
classpath.

Due to the fact, that javac was found, the JAVA_HOME is set correct,
but u either have to set global CLASSPATH pointing to the lib folder
of your JDK or alternatively set
it by javac -cp 

- u receive help on filesystem by simply typing javac ...

- the snippet requieres no additional libs , just the standard java
libs

see ya

Smoeker

On 19 Mrz., 14:59, bidab ivan.bol...@gmail.com wrote:
 Hi !

 I try your Makeroot file but I have 9 errors.

 r...@ivan-desktop:~/Bureau# javac MakeRoot.java
 MakeRoot.java:7: cannot find symbol
 symbol  : class Properties
 location: class MakeRoot
               Properties env = new Properties();
               ^
 MakeRoot.java:7: cannot find symbol
 symbol  : class Properties
 location: class MakeRoot
               Properties env = new Properties();
                                    ^
 MakeRoot.java:8: cannot find symbol
 symbol  : variable Context
 location: class MakeRoot
               env.put
 ( Context.INITIAL_CONTEXT_FACTORY,com.sun.jndi.ldap.LdapCtxFactory );
                        ^
 MakeRoot.java:9: cannot find symbol
 symbol  : variable Context
 location: class MakeRoot
   env.put(Context.PROVIDER_URL, ldap://; + ldapServerName + / );
                                   ^
 MakeRoot.java:10: cannot find symbol
 symbol  : variable Context
 location: class MakeRoot
               env.put( Context.SECURITY_PRINCIPAL, rootdn );
                        ^
 MakeRoot.java:11: cannot find symbol
 symbol  : variable Context
 location: class MakeRoot
               env.put( Context.SECURITY_CREDENTIALS, rootpass );
                        ^
 MakeRoot.java:13: cannot find symbol
 symbol  : class DirContext
 location: class MakeRoot
                       DirContext ctx = new InitialDirContext( env );
                       ^
 MakeRoot.java:13: cannot find symbol
 symbol  : class InitialDirContext
 location: class MakeRoot
                       DirContext ctx = new InitialDirContext( env );
                                            ^
 MakeRoot.java:17: cannot find symbol
 symbol  : class NameAlreadyBoundException
 location: class MakeRoot
               } catch ( NameAlreadyBoundException nabe ) {
                         ^
 9 errors

 Could you help me ? I think, it miss librairies but I'm not sure...

 Thanks

 On 19 mar, 11:59, smoeker o.beche...@medint.de wrote:



  hi,

  maybe your active directory doesnt requiere Admin Authentication at
  all - that means : try to let the admin config vals emtpy (admin
  username and admin passwd) within om_ldap.cfg...

  see ay

  Smoeker

  On 19 Mrz., 11:51, bidab ivan.bol...@gmail.com wrote:

   Hi,

   Sorry I forgot to precise that I don't use openLDAP but Active
   Directory.
   I try to connect with apache studio directory on windows with my
   account (I am a trainee) and I could access to LDAP.
   So I configure om_ldap.cfg with my account, but I have the error
   Server authentification failed, I don't know why...

   Could you help me ?

   Thanks

   PS : OM is on Ubuntu on virtual computer

   On 17 mar, 15:03, alex LUCAS alexandre.lucas...@gmail.com wrote:

Hi Ivan,

 The solution (for me, with an OpenLDAP directory) is in the march 5th 
2009
message.

Two problems for me in the LdapLoginManagement.java class was :
- The 'ldap_search_filter' value who doesn't exist in OpenLDAP.
-  LdapAuthBase.LDAP_AUTH_TYPE_SIMPLE doesn't work. I had to switch
in LdapAuthBase.LDAP_AUTH_TYPE_NONE
See ya

alex
2009/3/17 bidab ivan.bol...@gmail.com

 Hi, i have the same problem like you.
 I try to connect and i have invalid password. In red5.log I have this
 error :
 Authentification on LDAP server failed : mydomain.local:389

 In om_ldap.cfg I put:
 ldap_conn_url=ldap://mydomain.local:389
 ldap_admin=mydomain\ibolzer
 ldap_password=mypass
 ldap_login_base=OU:...,OU:...,OU:...,DC:...,DC:
 ldap_login_search=OU:.,OU:,OU:, DC:, DC:

 what's the problem ?
 Do you have resolv your problem and if yes, how ?

 Thanks

 On 6 mar, 09:28, smoeker o.beche...@medint.de wrote:
  hello mr. alex  lucas,

  very well - i will open an issue to alter the missing parts for
  compatibility with openLdap
  (- adding rootContext to URL and making LdapKeywords 
  configurable...)

  see ya

  Smoeker

  On 5 Mrz., 16:59, alex LUCAS alexandre.lucas...@gmail.com wrote:

   Bonjour Mr Someker,

   Without the root context in the Context.PROVIDER_URL, I have this 
   error
 :
   javax.naming.OperationNotSupportedException: [LDAP: error code 53 
   - no
   global superior knowledge]; remaining name 'cn=myRandomInt'
   And with the LDAP port + RootContext, it works.

                   env.put( Context.PROVIDER_URL, ldap://; +
 ldapServerName
   +:389/+ rootContext

Re: file sharing ppt with animation

2009-03-19 Thread smoeker

u r right,

OM contains a generic way of converting documents , means OO is used
to convert nearly everything to pdf and pdf2swf converts it
into swf...

i am sure, there are better ways for some filetypes, but it would mean
a lot more complexity regarding each filetype in special.

Besides, i dont really know, whether the direct conversion really
leads to an effort regarding quality and performance... (?)

maybe sebastian already considered that method?

an enhancement generating whiteboard input from ppt would also be
welcome from my side (- SWF Slice limitation, swftools ;-))

would be nice, if u could take care of that issue...


see ya

Smoeker


On 19 Mrz., 16:10, Allan Pinto allan...@gmail.com wrote:
 hi smoeker,
 jodconverter support ppt conversion directly to flash,
 in my case, the ppt gets converted to pdf just fine, it is just that
 if the ppt has a animation within it, the animation effect will not
 come, but if it directly converts to flash it should hold the
 animation.





 On Thu, Mar 19, 2009 at 3:05 PM, smoeker o.beche...@medint.de wrote:

  hi,
  do u mean within in the openMeetings project or independent froma
  that?

  in general, its not easy, finding non-commercial javalibs, that allow
  generating a swf at all ;-)

  - i am just evaluating java2swf, a free library for reading/rewriting
  and generating swfs and it seems to work fine, but i just worked with
  ScreenCaptures (jpegs) that were added to a existing swf, generating a
  fluid result from desktop sharing..

  - let me know, when u found something, that allows converion from ppt
  to swf!

  see ya

  Smoeker

  On 19 Mrz., 15:54, vishal bisht vbi...@gmail.com wrote:
  Can you help how we change ppt to SWF directly !

 --
 Thanx and regd's.

 Allan.http://www.in2dwok.com- Zitierten Text ausblenden -

 - Zitierten Text anzeigen -
--~--~-~--~~~---~--~~
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
-~--~~~~--~~--~--~---



Re: Problem with OpenMeetings and Active Directory

2009-03-17 Thread smoeker

hi ivan,

long time no see ;-)

here are 2 threads concerning that topic :

http://groups.google.com/group/openmeetings-user/browse_thread/thread/1fc38c2f5868a88b
http://groups.google.com/group/openmeetings-user/browse_thread/thread/f0f3607a2fe623db

in the first one i posted a little java snippet, its easier to test
the connection without the overhead of recompiling the whole OM
Application...

- does your Active Directory requiere a authentification at all?
(AUTH_TYPE=simple or AUTH_TYPE=NONE)


see ya

Smoeker

On 17 Mrz., 11:40, bidab ivan.bol...@gmail.com wrote:
 Hi,

 I have a problem with OM and Active Directory.
 I configure om_ldap.cfg file like this:

 ldap_conn_url = ldap://mydomain.local:389
 ldap_admin=mydomain\ibolzer
 ldap_passwd= mypassword
 ldap_login_base=OU:...,OU:...,DC:...,DC:
 ldap_search_base=DC:...,DC:...

 In OM, I add ldap_config_path with value (path of om_ldap.cfg).

 But when I try to connect, it says incorrect password.

 To connect, I make like this

 ibol...@mydomain.local
 mypassword

 I try with nothing in ldap_search_base and I connect but I have a
 blank page. Moreover I can connect with anything in login and
 password
--~--~-~--~~~---~--~~
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
-~--~~~~--~~--~--~---



Re: svn installation

2009-03-16 Thread smoeker

hi johannes,

are the symptoms identical to the original ones from this discussion?

- maybe u should open a new discussion, this one is getting
overloaded ;-)
- please add red5.log and a short description of how u deploy your
frontend files!

thnx!

Smoeker

On 16 Mrz., 14:05, J.Mueller j...@wghh.de wrote:
 Hello,

 I'm still having the Issues. Everything works fine, expect that I
 can't enter the rooms. I'm using

 OpenLaszlo 4.2.0.1
 Red5 red5-0.8.RC3-build-hudson-red5_jdk6_stable-76 (because the 41
 Version wasn't available anymore, 
 onhttp://build.xuggle.com/view/Stable/job/red5_jdk6_stable/).
 OpenMeetings latest SVN

 Is this due to wrong Version of red5!? My mySQL tables are populated
 correctly, and everything else seems to be fine.

 Best regards

 Johannes
--~--~-~--~~~---~--~~
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
-~--~~~~--~~--~--~---



Re: svn installation

2009-03-13 Thread smoeker

hi,

sad to hear that -  so u think it wouldnt be possible to alter the

((IServiceCapableConnection) conn).invoke
(newMessageByRoomAndDomain,new Object[] { message }, this);

part within the ScreenServlet sending a byte[] as param?

disregarding the transport, do u think its possible within laszlo
itself to produce an image from byte[]?

thnx in advance

Smoeker

On 13 Mrz., 11:52, Sebastian Wagner seba.wag...@gmail.com wrote:
 you can hardly do go for ByteArrays as long as it is compiled to SWF8.
 You have to upgrade and compile the client to SWF9 first.
 Also sending the ByteArray over HTTP will not work from Browsers point
 of view as this would be a Cross-Domain-Scripting Issue.

 sebastian

 2009/3/13 smoeker o.beche...@medint.de:





  hi sebastian,

  that means, that the bandwidth errors is appearing, if the server
  invokes incomingScreenSharing before the last call is finished?

  i just tried to debug where much time is lost on serverside showing
  one image - the timeloss is quite small, a bottleneck could be the
  filewriting/reading ...

  - do u know, whether there is a possibility to send the image as
  bytearray to openLaszlo ? we would save the overhead of receiving the
  JPEG via HTTP, saving it on filesystem and letting the GUI download it
  again.
  - if a functioncall as bytearray would work, we could send the
  imagedata directly to the GUI...

  see ya

  Smoeker

  On 11 Mrz., 17:08, Sebastian Wagner seba.wag...@gmail.com wrote:
  on client side the warning is 
  in:http://openmeetings.googlecode.com/svn/trunk/openmeetings_lps411/modu...

  method name=incomingScreenSharing args=value
          ![CDATA[
                  //only do if last image has been loading successfully
              if (!this.isScreenImageLoading){
                  . load image logic .
              } else {
                  //Debug.write(frame dropped!);
                  Debug.warn(frame dropped!);
                  new lz.errorPopup(canvas,{error:canvas.getLabelName(240)});
              }
                  ]]
          /method

  the attribute *isScreenImageLoading* is true as long as the current
  image is loading.
  As soon as the Image-Loading is completed the flag is set to false 
  again:http://openmeetings.googlecode.com/svn/trunk/openmeetings_lps411/modu...
  =
  handler name=onload
          this.refObj.layers.push(this);
          this.refObj.isScreenImageLoading=false;
            
          /handler

  2009/3/11 smoeker o.beche...@medint.de:

   hola!

   i just know the clientside one...

   see ya

   Smoeker

   On 11 Mrz., 16:57, Sebastian Wagner seba.wag...@gmail.com wrote:
   there are two bandwidth warning messages.
   One in the server, one in the client.
   Which one are you referring too?

   sebastian

   2009/3/11 smoeker o.beche...@medint.de:

hi,

i dont know, where u read this, but the intention of implementing an
alternative sharer was to have more performance in a high bandwidth
scenario ;-)

- i just looked within clientcode to find out in which cases the Low
bandwidth message is thrown, but i dont really understand it, it
seems to be dependent on a flag
- maybe sebastian can tell us more about the origin of the message,
based on that, we could consider finding a optimizaion of the
serverside handling of the sent jpegs...

see ya

Smoeker

On 11 Mrz., 15:20, Allan Pinto allan...@gmail.com wrote:
hi smoeker,
but even with the original sharer, on a lan i was getting bad 
bandwidth error,
i read on the mail list that this problem was solved with jrdesktop (
or i think i read something like that) , and im on a lan network, so 
i
dont think i should be getting this error.
any config values i need to change for the same ?

On Wed, Mar 11, 2009 at 2:14 PM, smoeker o.beche...@medint.de 
wrote:

 hola,

 while the standard sharer takes a snapshot of the desktop
 chronologically, jrdesktop takes a screenCapture on every mouse/
 keyboard event, so it sends much more data as the original sharer -
 altthough it zips the data before transmission

 in a small bandwidth scenario, i would recommend to use the 
 standard
 sharer

 see ya

 Smoeker

 On 11 Mrz., 14:49, Allan Pinto allan...@gmail.com wrote:
 i downloaded openlaszlo 4.2.0.1 , i had downloaded some nightly 
 build
 which was named 4.2.x ,
 what i did now was setup a new machine with mint linux did 
 everything
 else the same,
 but this time used openlaszlo 4.2.0.1  and it worked !!!
 muchos gracias

 but , hehe, now a few issue,
 even jr desktop is throwing bad bandwidth errors.
 also , how can i take control if somebody else is sharing their 
 screen
 , is that possible,
 but most important is the bad bandwidth error, i thought it 
 wouldnt be
 there with jrdesktop, i can see the icon come up

Re: svn installation

2009-03-11 Thread smoeker

hi,

you edited the mysql.hiber... and renamed it to hibernate.cfg.xml
under RED5_HOME/webapps/openmeetings/conf/hibernate.cfg.xml?

- the tables and columns were created correctly?

see ya

Smoeker

On 11 Mrz., 09:30, deadwait allan...@gmail.com wrote:
 here it is.
 i using mysql, and i have created the database openmeetings.

 ?xml version=1.0 encoding=UTF-8?
 !DOCTYPE hibernate-configuration PUBLIC -//Hibernate/Hibernate
 Configuration DTD 3.0//EN http://hibernate.sourceforge.net/hibernate-
 configuration-3.0.dtd

 !-- Generated file - Do not edit! --

 hibernate-configuration

         !-- a SessionFactory instance listed as /jndi/name --
         session-factory

                 !-- User  / Password --
                 property name=connection.usernameroot/property
                 property name=connection.password/property

                 !-- Database Settings --
                 property 
 name=connection.driver_classcom.mysql.jdbc.Driver/
 property
                 !--  for performance reasons changed to MyISAM from
 org.hibernate.dialect.MySQLInnoDBDialect --
                 property 
 name=dialectorg.hibernate.dialect.MySQLMyISAMDialect/
 property
                 property 
 name=connection.urljdbc:mysql://localhost/openmeetings?
 autoReconnect=trueamp;useUnicode=trueamp;createDatabaseIfNotExist=trueam­p;characterEncoding=utf-8/
 property

                 property name=hibernate.connection.CharSetutf8/property
                 property name=hibernate.connection.characterEncodingutf8/
 property
                 property 
 name=hibernate.connection.useUnicodetrue/property

                 !-- Database Scheme Auto Update --
                 property name=hbm2ddl.autoupdate/property

                 !-- properties --

                 property name=show_sqlfalse/property
                 property name=use_outer_joinfalse/property
                 property
 name=hibernate.query.factory_classorg.hibernate.hql.ast.ASTQueryTranslat­orFactory/
 property
         property
 name=hibernate.connection.provider_classorg.hibernate.connection.C3P0Con­nectionProvider/
 property
         !--
         property name=connection.provider_class
 org.hibernate.connection.C3P0ConnectionProvider/property
          --
         property
 name=hibernate.cache.provider_classorg.hibernate.cache.NoCacheProvider/
 property
         property name=hibernate.cache.use_query_cachefalse/
 property
         property name=hibernate.cache.use_second_level_cachefalse/
 property
         property name=hibernate.generate_statisticsfalse/
 property
         property name=hibernate.cache.use_structured_entriesfalse/
 property

                 property name=c3p0.max_size20/property
                 property name=c3p0.min_size2/property
         property name=c3p0.idle_test_period100/property
                 property name=c3p0.max_statements100/property
                 property name=c3p0.timeout100/property

                 !-- mapping files --
     mapping resource=org/openmeetings/app/hibernate/beans/adresses/
 Adresses.hbm.xml/
     mapping resource=org/openmeetings/app/hibernate/beans/adresses/
 States.hbm.xml/
     mapping resource=org/openmeetings/app/hibernate/beans/basic/
 Configuration.hbm.xml/
     mapping resource=org/openmeetings/app/hibernate/beans/basic/
 ErrorType.hbm.xml/
     mapping resource=org/openmeetings/app/hibernate/beans/basic/
 ErrorValues.hbm.xml/
     mapping resource=org/openmeetings/app/hibernate/beans/basic/
 Naviglobal.hbm.xml/
     mapping resource=org/openmeetings/app/hibernate/beans/basic/
 Navimain.hbm.xml/
     mapping resource=org/openmeetings/app/hibernate/beans/basic/
 Navisub.hbm.xml/
     mapping resource=org/openmeetings/app/hibernate/beans/basic/
 Sessiondata.hbm.xml/
     mapping resource=org/openmeetings/app/hibernate/beans/calendar/
 Appointment.hbm.xml/
     mapping resource=org/openmeetings/app/hibernate/beans/calendar/
 AppointmentCategory.hbm.xml/
     mapping resource=org/openmeetings/app/hibernate/beans/calendar/
 AppointmentReminderTyps.hbm.xml/
     mapping resource=org/openmeetings/app/hibernate/beans/calendar/
 MeetingMember.hbm.xml/
     mapping resource=org/openmeetings/app/hibernate/beans/domain/
 Organisation.hbm.xml/
     mapping resource=org/openmeetings/app/hibernate/beans/domain/
 Organisation_Users.hbm.xml/
     mapping resource=org/openmeetings/app/hibernate/beans/invitation/
 Invitations.hbm.xml/
     mapping resource=org/openmeetings/app/hibernate/beans/lang/
 FieldLanguage.hbm.xml/
     mapping resource=org/openmeetings/app/hibernate/beans/lang/
 Fieldlanguagesvalues.hbm.xml/
     mapping resource=org/openmeetings/app/hibernate/beans/lang/
 Fieldvalues.hbm.xml/
     mapping resource=org/openmeetings/app/hibernate/beans/logs/
 ConferenceLog.hbm.xml/
     mapping resource=org/openmeetings/app/hibernate/beans/logs/
 ConferenceLogType.hbm.xml/
     mapping resource=org/openmeetings/app/hibernate/beans/recording/
 ChatvaluesEvent.hbm.xml/
     mapping resource=org

Re: svn installation

2009-03-11 Thread smoeker

hi,

i think, it isnt necessary to check the existence of the columns, as
the tables are created correctly...

- OpenMeetings requieres UTF-8 encoding  - did u create your database
with UTF-8 encoding ( has your mysql server UTF-8 as default encoding
for new databases?)

- if the encoding is correct, i would recommend to drop database once
more, recreate it.
- restart red5 and watch out for possible errors on startup (-
concerning openmeetings, especially InstallServlet)
- call install servlet and in case of errors, please post the
red5.log...


see ya

Smoeker

On 11 Mrz., 10:25, Allan Pinto allan...@gmail.com wrote:
 hi smoeker,
 yes, i cp'ed the mysql_hibera... to hibernate.cfg.xml,
 i dont know exactly how to check the tables and columns completely ,
 but a show tables show this.
 mysql use openmeetings;
 Database changed
 mysql show tables;
 +---+
 | Tables_in_openmeetings    |
 +---+
 | adresses                  |
 | appointmentcategory       |
 | appointmentremindertyps   |
 | appointments              |
 | conferencelog             |
 | conferencelogtype         |
 | configuration             |
 | errortypes                |
 | errorvalues               |
 | fieldlanguage             |
 | fieldlanguagesvalues      |
 | fieldvalues               |
 | invitations               |
 | meeting_members           |
 | naviglobal                |
 | navimain                  |
 | navisub                   |
 | organisation              |
 | organisation_users        |
 | recording                 |
 | recording_chatvaluesevent |
 | recording_conversion_job  |
 | recording_roomstream      |
 | recording_whiteboardevent |
 | recordingclient           |
 | roomclient                |
 | roomrecording             |
 | rooms                     |
 | rooms_organisation        |
 | roomtypes                 |
 | salutations               |
 | sessiondata               |
 | states                    |
 | userdata                  |
 | usergroups                |
 | userlevel                 |
 | users                     |
 | users_usergroups          |
 +---

 .



 On Wed, Mar 11, 2009 at 8:42 AM, smoeker o.beche...@medint.de wrote:

  hi,

  you edited the mysql.hiber... and renamed it to hibernate.cfg.xml
  under RED5_HOME/webapps/openmeetings/conf/hibernate.cfg.xml?

  - the tables and columns were created correctly?

  see ya

  Smoeker

  On 11 Mrz., 09:30, deadwait allan...@gmail.com wrote:
  here it is.
  i using mysql, and i have created the database openmeetings.

  ?xml version=1.0 encoding=UTF-8?
  !DOCTYPE hibernate-configuration PUBLIC -//Hibernate/Hibernate
  Configuration DTD 3.0//EN http://hibernate.sourceforge.net/hibernate-
  configuration-3.0.dtd

  !-- Generated file - Do not edit! --

  hibernate-configuration

          !-- a SessionFactory instance listed as /jndi/name --
          session-factory

                  !-- User  / Password --
                  property name=connection.usernameroot/property
                  property name=connection.password/property

                  !-- Database Settings --
                  property 
  name=connection.driver_classcom.mysql.jdbc.Driver/
  property
                  !--  for performance reasons changed to MyISAM from
  org.hibernate.dialect.MySQLInnoDBDialect --
                  property 
  name=dialectorg.hibernate.dialect.MySQLMyISAMDialect/
  property
                  property 
  name=connection.urljdbc:mysql://localhost/openmeetings?
  autoReconnect=trueamp;useUnicode=trueamp;createDatabaseIfNotExist=trueam­­p;characterEncoding=utf-8/
  property

                  property 
  name=hibernate.connection.CharSetutf8/property
                  property 
  name=hibernate.connection.characterEncodingutf8/
  property
                  property 
  name=hibernate.connection.useUnicodetrue/property

                  !-- Database Scheme Auto Update --
                  property name=hbm2ddl.autoupdate/property

                  !-- properties --

                  property name=show_sqlfalse/property
                  property name=use_outer_joinfalse/property
                  property
  name=hibernate.query.factory_classorg.hibernate.hql.ast.ASTQueryTranslat­­orFactory/
  property
          property
  name=hibernate.connection.provider_classorg.hibernate.connection.C3P0Con­­nectionProvider/
  property
          !--
          property name=connection.provider_class
  org.hibernate.connection.C3P0ConnectionProvider/property
           --
          property
  name=hibernate.cache.provider_classorg.hibernate.cache.NoCacheProvider/
  property
          property name=hibernate.cache.use_query_cachefalse/
  property
          property name=hibernate.cache.use_second_level_cachefalse/
  property
          property name=hibernate.generate_statisticsfalse/
  property
          property name=hibernate.cache.use_structured_entriesfalse/
  property

                  property name

Re: svn installation

2009-03-11 Thread smoeker

hola!

please recompile client sources via openLaszlo and put the generated
swf files to your openmeetings webapp folder


see ya

Smoeker

On 11 Mrz., 10:42, Allan Pinto allan...@gmail.com wrote:
 man, i dont know what happened,
 i restarted the machine, dropped the openmeetings database and created
 it again, and this time it worked, now i can log in,
 but somethings wrong, when i go to conference or meeting  i get a blank page,
 i have attached the snapshot.



 On Wed, Mar 11, 2009 at 9:36 AM, smoeker o.beche...@medint.de wrote:

  hi,

  i think, it isnt necessary to check the existence of the columns, as
  the tables are created correctly...

  - OpenMeetings requieres UTF-8 encoding  - did u create your database
  with UTF-8 encoding ( has your mysql server UTF-8 as default encoding
  for new databases?)

  - if the encoding is correct, i would recommend to drop database once
  more, recreate it.
  - restart red5 and watch out for possible errors on startup (-
  concerning openmeetings, especially InstallServlet)
  - call install servlet and in case of errors, please post the
  red5.log...

  see ya

  Smoeker

  On 11 Mrz., 10:25, Allan Pinto allan...@gmail.com wrote:
  hi smoeker,
  yes, i cp'ed the mysql_hibera... to hibernate.cfg.xml,
  i dont know exactly how to check the tables and columns completely ,
  but a show tables show this.
  mysql use openmeetings;
  Database changed
  mysql show tables;
  +---+
  | Tables_in_openmeetings    |
  +---+
  | adresses                  |
  | appointmentcategory       |
  | appointmentremindertyps   |
  | appointments              |
  | conferencelog             |
  | conferencelogtype         |
  | configuration             |
  | errortypes                |
  | errorvalues               |
  | fieldlanguage             |
  | fieldlanguagesvalues      |
  | fieldvalues               |
  | invitations               |
  | meeting_members           |
  | naviglobal                |
  | navimain                  |
  | navisub                   |
  | organisation              |
  | organisation_users        |
  | recording                 |
  | recording_chatvaluesevent |
  | recording_conversion_job  |
  | recording_roomstream      |
  | recording_whiteboardevent |
  | recordingclient           |
  | roomclient                |
  | roomrecording             |
  | rooms                     |
  | rooms_organisation        |
  | roomtypes                 |
  | salutations               |
  | sessiondata               |
  | states                    |
  | userdata                  |
  | usergroups                |
  | userlevel                 |
  | users                     |
  | users_usergroups          |
  +---

  .

  On Wed, Mar 11, 2009 at 8:42 AM, smoeker o.beche...@medint.de wrote:

   hi,

   you edited the mysql.hiber... and renamed it to hibernate.cfg.xml
   under RED5_HOME/webapps/openmeetings/conf/hibernate.cfg.xml?

   - the tables and columns were created correctly?

   see ya

   Smoeker

   On 11 Mrz., 09:30, deadwait allan...@gmail.com wrote:
   here it is.
   i using mysql, and i have created the database openmeetings.

   ?xml version=1.0 encoding=UTF-8?
   !DOCTYPE hibernate-configuration PUBLIC -//Hibernate/Hibernate
   Configuration DTD 3.0//EN http://hibernate.sourceforge.net/hibernate-
   configuration-3.0.dtd

   !-- Generated file - Do not edit! --

   hibernate-configuration

           !-- a SessionFactory instance listed as /jndi/name --
           session-factory

                   !-- User  / Password --
                   property name=connection.usernameroot/property
                   property name=connection.password/property

                   !-- Database Settings --
                   property 
   name=connection.driver_classcom.mysql.jdbc.Driver/
   property
                   !--  for performance reasons changed to MyISAM from
   org.hibernate.dialect.MySQLInnoDBDialect --
                   property 
   name=dialectorg.hibernate.dialect.MySQLMyISAMDialect/
   property
                   property 
   name=connection.urljdbc:mysql://localhost/openmeetings?
   autoReconnect=trueamp;useUnicode=trueamp;createDatabaseIfNotExist=trueam­­­p;characterEncoding=utf-8/
   property

                   property 
   name=hibernate.connection.CharSetutf8/property
                   property 
   name=hibernate.connection.characterEncodingutf8/
   property
                   property 
   name=hibernate.connection.useUnicodetrue/property

                   !-- Database Scheme Auto Update --
                   property name=hbm2ddl.autoupdate/property

                   !-- properties --

                   property name=show_sqlfalse/property
                   property name=use_outer_joinfalse/property
                   property
   name=hibernate.query.factory_classorg.hibernate.hql.ast.ASTQueryTranslat­­­orFactory/
   property
           property
   name

Re: svn installation

2009-03-11 Thread smoeker

hi,

please try to clear your browser cache - maybe u still work on local
cached files...

- Otherwise please check the timestamps of the generated swf files
after recompiling them...


see ya

Smoeker

On 11 Mrz., 11:30, Allan Pinto allan...@gmail.com wrote:
 hi smoeker,
 first of all thanx for your absolute fast responses and great help,
 and im sorry to keep
 asking so many questions, but here goes,
 i did go and compile the main.lzx file , and when i compile.
 everything looks perfect, i can log in , see the conference rooms, but
 when i copy the same in to the red5 webapps directory i see no change,
 if i log in tohttp://localhost:5080/openmeetings.

 i really dont understand much of openlaszlo and java and red5 for that
 matter, im just following instructions from the wiki.

 i have installed the openlaszlo server in /usr/lps-4.2.x
 what i do is , i run the startup.sh, and also start /red5.sh and then
 open the webpage on 
 tohttp://localhost:8080/lps-4.2.x/openmeetings/maindebug.lzx?lzr=swf8l...
 what i get is the admin login page with which i can log in and here is
 see that conference rooms can be seen,
 i know the above is with maindebug, i did the same with main, then
 closed the window, copied all the swf files to the
 $red5_home/webapps/openmeetings dir,
 restarted red5 .
 but no luck,   i think i have goofed up big time but dont know where.

 also , (and i noticed this is in the 0.7rc2 version too ) , when i go
 to the administration pages, i cannot scroll down completely in user
 options or conference room options, i can see that there are more op



 On Wed, Mar 11, 2009 at 9:42 AM, Allan Pinto allan...@gmail.com wrote:
  man, i dont know what happened,
  i restarted the machine, dropped the openmeetings database and created
  it again, and this time it worked, now i can log in,
  but somethings wrong, when i go to conference or meeting  i get a blank 
  page,
  i have attached the snapshot.

  On Wed, Mar 11, 2009 at 9:36 AM, smoeker o.beche...@medint.de wrote:

  hi,

  i think, it isnt necessary to check the existence of the columns, as
  the tables are created correctly...

  - OpenMeetings requieres UTF-8 encoding  - did u create your database
  with UTF-8 encoding ( has your mysql server UTF-8 as default encoding
  for new databases?)

  - if the encoding is correct, i would recommend to drop database once
  more, recreate it.
  - restart red5 and watch out for possible errors on startup (-
  concerning openmeetings, especially InstallServlet)
  - call install servlet and in case of errors, please post the
  red5.log...

  see ya

  Smoeker

  On 11 Mrz., 10:25, Allan Pinto allan...@gmail.com wrote:
  hi smoeker,
  yes, i cp'ed the mysql_hibera... to hibernate.cfg.xml,
  i dont know exactly how to check the tables and columns completely ,
  but a show tables show this.
  mysql use openmeetings;
  Database changed
  mysql show tables;
  +---+
  | Tables_in_openmeetings    |
  +---+
  | adresses                  |
  | appointmentcategory       |
  | appointmentremindertyps   |
  | appointments              |
  | conferencelog             |
  | conferencelogtype         |
  | configuration             |
  | errortypes                |
  | errorvalues               |
  | fieldlanguage             |
  | fieldlanguagesvalues      |
  | fieldvalues               |
  | invitations               |
  | meeting_members           |
  | naviglobal                |
  | navimain                  |
  | navisub                   |
  | organisation              |
  | organisation_users        |
  | recording                 |
  | recording_chatvaluesevent |
  | recording_conversion_job  |
  | recording_roomstream      |
  | recording_whiteboardevent |
  | recordingclient           |
  | roomclient                |
  | roomrecording             |
  | rooms                     |
  | rooms_organisation        |
  | roomtypes                 |
  | salutations               |
  | sessiondata               |
  | states                    |
  | userdata                  |
  | usergroups                |
  | userlevel                 |
  | users                     |
  | users_usergroups          |
  +---

  .

  On Wed, Mar 11, 2009 at 8:42 AM, smoeker o.beche...@medint.de wrote:

   hi,

   you edited the mysql.hiber... and renamed it to hibernate.cfg.xml
   under RED5_HOME/webapps/openmeetings/conf/hibernate.cfg.xml?

   - the tables and columns were created correctly?

   see ya

   Smoeker

   On 11 Mrz., 09:30, deadwait allan...@gmail.com wrote:
   here it is.
   i using mysql, and i have created the database openmeetings.

   ?xml version=1.0 encoding=UTF-8?
   !DOCTYPE hibernate-configuration PUBLIC -//Hibernate/Hibernate
   Configuration DTD 3.0//EN http://hibernate.sourceforge.net/hibernate-
   configuration-3.0.dtd

   !-- Generated file - Do not edit! --

   hibernate-configuration

           !-- a SessionFactory instance

  1   2   >