Re: LDAP with OM 0.8.4

2009-06-30 Thread bidab

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

Re: LDAP with OM 0.8.4

2009-06-30 Thread bidab

Ok, thank's. That's right with userPrincipalName.

I have not understand like you

Thank's

Bidab

On Jun 30, 11:21 am, smoeker o.beche...@medint.de wrote:
 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 

When a user enters the room he does not see the users which came before him.

2009-06-30 Thread CTpaHHoe

When a user enters the room he does not see the users which came
before him.

The way to reproduce the error:
1. User #1 comes into the room.
2. User #2 comes into the room. The user #1 sees the user #2. User #2
can`t see the user #1.
(3. User #3 comes into the room. The user #1 sees users #2 and #3.
User #2 sees only the user #3. User #3 can not see users #1 and #2.
And so on).
This problem occurs with the rev2084 (and trunk). In the rev2082 the
problem is not reproduced.

I wonder whether someone with this 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-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: When a user enters the room he does not see the users which came before him.

2009-06-30 Thread Sebastian Wagner
hi,

no I just did test with

1. User #1 comes into the room.
2. User #2 comes into the room. The user #1 sees the user #2. User #2
*CAN* see the user #1.

so I cannot reproduce that one.
I've tested with trunk.

sebastian

2009/6/30 CTpaHHoe ctpah...@gmail.com


 When a user enters the room he does not see the users which came
 before him.

 The way to reproduce the error:
 1. User #1 comes into the room.
 2. User #2 comes into the room. The user #1 sees the user #2. User #2
 can`t see the user #1.
 (3. User #3 comes into the room. The user #1 sees users #2 and #3.
 User #2 sees only the user #3. User #3 can not see users #1 and #2.
 And so on).
 This problem occurs with the rev2084 (and trunk). In the rev2082 the
 problem is not reproduced.

 I wonder whether someone with this problem?
 



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

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



Re: When a user enters the room he does not see the users which came before him.

2009-06-30 Thread CTpaHHoe :)

Thanks, Sebastian !
I did a fresh install and tested again. Indeed, the bug was not
confirmed. Perhaps the reason for my error was in the database.

I will try to find out the cause of the error.

On Jun 30, 5:37 pm, Sebastian Wagner seba.wag...@gmail.com wrote:

 so I cannot reproduce that one.
 I've tested with trunk.

--~--~-~--~~~---~--~~
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: Instalation Problem

2009-06-30 Thread Gabriel Gebara

Ive been doing many other tests and still couldnt find a solution. The
OM is being correctly placed in the correct webapps folder. From what
I researched, there are other people with similar problems. I only can
run an old dist of OM. If I try the new one with its bundled Red5 or
with the newest one I can´t. Maybe theres something to do with the
change of Red5 main class from Standalone to Bootrap...

On 24 jun, 17:08, galipernicus galiperni...@gmail.com wrote:
 It sounds likely that your openmeetings folder isn't in the webapps
 folder of the red5 installation.

 On Jun 23, 5:41 pm, Gabriel Gebara ggeb...@gmail.com wrote:

  Hello,

  Im trying to install the newest version in the newest red5 in WinXP.
  It was all going well until I tried to run the install servlet. Red5
  cant find it! I imagine OM isnt detected by Red5 because during
  startup it logs info´s for all demo apps in webapp directory but it
  never writes anything about OM.

  Any suggestion?

  Thx in advance!

--~--~-~--~~~---~--~~
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: Needed open ports in OpenMeetings

2009-06-30 Thread Esteban Monge
Hello I solved the problem, I open the next ports:
80 http
443 https
1935 rtmp
8443 https-alt
 abyss
And the port 5080

In my case the server work also with apache. Can someone test without the
ports 80 and 443?


2009/6/29 Esteban Monge esteban.franci...@gmail.com

 I dont work with LDAP and SMPT, but I have open the ports:
 80
 443
 1935
 5080

 And dont work... OM works good without LDAP and SMPT, I try in my intranet,
 dont have any closed port.

 I try a nmap in my server and discover the next port are opened with the
 excecution of the software:
 8443 https-alt
  abyss

 I had not understood that red5 use abyss web server, I going to change the
 ports and comunicate...

 2009/6/29 bidab ivan.bol...@gmail.com


 Hi,

 I place OM in DMZ today and I just autorize HTTP, 1935, 5080, SMPT and
 LDAP...

 What's your problem ? Don't connect ?

 Could you ping your computer from Internet ??

 Bidab

 On Jun 29, 9:16 pm, EstebanMonge esteban.franci...@gmail.com wrote:
  Hello:
 
  I need know wich ports are needed to correct working of Open Meetings.
  Actually we have open the 5080 and 1935. In my organization the router
  work in a DMZ, and OM dont work correctly, but in the internal web
  (intranet) works great!!!
 
  Hola ocupo saber cuales puertos son necesarios para el correcto
  funcionamiento de OpenMeetings. Actualmente tenemos abiertos el 5080 y
  el 1935, en mi organización trabajamos con un router en un DMZ, para
  afuera no permite mucho acceso, mientras que en la intranet si, de
  hecho OpenMeetings trabaja muy bien en la intranet.
 
  Gracias
 
  thanks
 



 --
 http://nuevaeracr.blogspot.com
 Linux user number 478378
 Linux machine number 386687
 Tec. Esteban Monge Marín
 Tel: (506) 8379-3562

 “No habrá manera de desarrollarnos y salir de
 la pobreza mientras los pocos negocios
 grandes de nuestro medio se entreguen a las
 economías foráneas y nosotros nos
 quedemos con solo negocios de pobre,
 mientras en vez de ser propietarios de nuestro
 propio país nos convirtamos en un ejército de
 empleados del exterior”
 José Figueres Ferrer, 1952.




-- 
http://nuevaeracr.blogspot.com
Linux user number 478378
Linux machine number 386687
Tec. Esteban Monge Marín
Tel: (506) 8379-3562

“No habrá manera de desarrollarnos y salir de
la pobreza mientras los pocos negocios
grandes de nuestro medio se entreguen a las
economías foráneas y nosotros nos
quedemos con solo negocios de pobre,
mientras en vez de ser propietarios de nuestro
propio país nos convirtamos en un ejército de
empleados del exterior”
José Figueres Ferrer, 1952.

--~--~-~--~~~---~--~~
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: Instalation Problem

2009-06-30 Thread mace
If you go to the root directory of your installation do you see the red5
demo page?
Do the demos work for you?
I've been installing this a lot lately on XP so your OS should be fine.
Check your Java installation, environment variables(java_home, GS,
swift_tools and all that), and your database(I've only used MySQL).

On Tue, Jun 30, 2009 at 12:27 PM, Gabriel Gebara ggeb...@gmail.com wrote:


 Ive been doing many other tests and still couldnt find a solution. The
 OM is being correctly placed in the correct webapps folder. From what
 I researched, there are other people with similar problems. I only can
 run an old dist of OM. If I try the new one with its bundled Red5 or
 with the newest one I can´t. Maybe theres something to do with the
 change of Red5 main class from Standalone to Bootrap...

 On 24 jun, 17:08, galipernicus galiperni...@gmail.com wrote:
  It sounds likely that your openmeetings folder isn't in the webapps
  folder of the red5 installation.
 
  On Jun 23, 5:41 pm, Gabriel Gebara ggeb...@gmail.com wrote:
 
   Hello,
 
   Im trying to install the newest version in the newest red5 in WinXP.
   It was all going well until I tried to run the install servlet. Red5
   cant find it! I imagine OM isnt detected by Red5 because during
   startup it logs info´s for all demo apps in webapp directory but it
   never writes anything about OM.
 
   Any suggestion?
 
   Thx in advance!

 


--~--~-~--~~~---~--~~
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: Needed open ports in OpenMeetings

2009-06-30 Thread CTpaHHoe :)

I have opened ports  5080, 8088, 1935(rtmp) or 8443 (rtmps - see
rtmpport and rtmpsslport in config.xml) for incoming connections. Port
 does not need to open for the client.

Also OpenMeetings make outbound connections to the a) mail server b)
ldap server. Port numbers depend on the configuration of the mail and
ldap servers.


 I need know wich ports are needed to correct working of Open Meetings.


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