Re: Problem with Openmeetings installation

2010-02-28 Thread u4david
any one can recommend good usb web cam with mic that works well out of
the box on Linux + openmeetings?

On Sun, Feb 28, 2010 at 8:22 PM, phamvinhduy  wrote:
> Yes,
>
> I downloaded and installed Red5 using : svn checkout
> http://red5.googlecode.com/svn/java/server/trunk/ red5
>
> Then I downloaded openmeetings_1_1_r2905.zip at :
> http://code.google.com/p/openmeetings/downloads/list
>
> And do like this link to install Openmeetings:
> http://code.google.com/p/openmeetings/wiki/InstallationOpenMeetings
>
> Can you help me?
>
> --
> You received this message because you are subscribed to the Google Groups 
> "OpenMeetings User" group.
> To post to this group, send email to openmeetings-u...@googlegroups.com.
> To unsubscribe from this group, send email to 
> openmeetings-user+unsubscr...@googlegroups.com.
> For more options, visit this group at 
> http://groups.google.com/group/openmeetings-user?hl=en.
>
>

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



Re: Problem with Openmeetings installation

2010-02-28 Thread phamvinhduy
Yes,

I downloaded and installed Red5 using : svn checkout
http://red5.googlecode.com/svn/java/server/trunk/ red5

Then I downloaded openmeetings_1_1_r2905.zip at :
http://code.google.com/p/openmeetings/downloads/list

And do like this link to install Openmeetings:
http://code.google.com/p/openmeetings/wiki/InstallationOpenMeetings

Can you help me?

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



how get the room current online user through SOAP?

2010-02-28 Thread golove
i want get the room current online user number ,
and if the number  >numberOfPartizipants then i can return the client
can't into the room

-- 
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-28 Thread Simon Eng
Yes, we have it working. Unless the OM team gets to it first, we will
put together an extension to the LDAP classes to create and populate
organisations in OM based on AD group membership. We also need to be
able to restrict logins based on AD group memebership.

One minor bug with the LDAP auth is the fact that you have to login
twice for it to take effect. The first login generates the empty
organisation box, but the login is created in the OM database with the
default org (if you have the correct default organisation defined).

Also, we are not using the sAMAccountName. We are using UPN logins.

I notice in your config that you have

ldap_admin_dn=CN:openfire,DC:b,DC:c,DC:loc

Are you sure that this is the correct FQDN? If the user is in the
Users container, if would be something like

ldap_admin_dn=CN:openfire,CN:Users,DC:b,DC:c,DC:loc

Or if you have a more complex structure (like ours)

ldap_admin_dn=CN:_svc_ldap,OU:Service
Accounts,OU:Enterprise,DC:subdomain,DC:domain,DC:tld

I also suggest that you use a simpler LDAP connection (like
ldap_conn_url = ldap://10.10.10.10:389/)  to get it working and then
go from there.

Then login using u...@domain.tld or whatever your UPN format is.




On Feb 28, 11:42 am, Danny Trinh  wrote:
> Below are what I have installed to try LDAP:
> [r...@l2dev ~]# rpm -qa |grep ldap | sort
> apr-util-ldap-1.3.9-2.fc12.x86_64
> krb5-server-ldap-1.7.1-2.fc12.x86_64
> ldapjdk-4.18-5.fc12.x86_64
> mozldap-6.0.5-6.fc12.i686
> mozldap-6.0.5-6.fc12.x86_64
> mozldap-devel-6.0.5-6.fc12.i686
> mozldap-devel-6.0.5-6.fc12.x86_64
> mozldap-tools-6.0.5-6.fc12.x86_64
> nss_ldap-264-8.fc12.x86_64
> nss-ldapd-0.6.11-2.fc12.x86_64
> openldap-2.4.19-1.fc12.i686
> openldap-2.4.19-1.fc12.x86_64
> openldap-clients-2.4.19-1.fc12.x86_64
> openldap-devel-2.4.19-1.fc12.x86_64
> openser-ldap-1.3.4-8.fc12.x86_64
> php-ldap-5.3.1-1.fc12.x86_64
> python-ldap-2.3.10-1.fc12.x86_64
> [r...@l2dev ~]#
>
> Simon, are you successfully utilizing LDAP for OM? Can you share with
> us?
> 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: OM and LDAP didn't play well with each other

2010-02-28 Thread Danny Trinh
Below are what I have installed to try LDAP:
[r...@l2dev ~]# rpm -qa |grep ldap | sort
apr-util-ldap-1.3.9-2.fc12.x86_64
krb5-server-ldap-1.7.1-2.fc12.x86_64
ldapjdk-4.18-5.fc12.x86_64
mozldap-6.0.5-6.fc12.i686
mozldap-6.0.5-6.fc12.x86_64
mozldap-devel-6.0.5-6.fc12.i686
mozldap-devel-6.0.5-6.fc12.x86_64
mozldap-tools-6.0.5-6.fc12.x86_64
nss_ldap-264-8.fc12.x86_64
nss-ldapd-0.6.11-2.fc12.x86_64
openldap-2.4.19-1.fc12.i686
openldap-2.4.19-1.fc12.x86_64
openldap-clients-2.4.19-1.fc12.x86_64
openldap-devel-2.4.19-1.fc12.x86_64
openser-ldap-1.3.4-8.fc12.x86_64
php-ldap-5.3.1-1.fc12.x86_64
python-ldap-2.3.10-1.fc12.x86_64
[r...@l2dev ~]#

Simon, are you successfully utilizing LDAP for OM? Can you share with
us?
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.