Re: how get the room current online user through SOAP?

2010-03-01 Thread Sebastian Wagner
see: http://code.google.com/p/openmeetings/wiki/SoapMethods#getRoomWithCurrentUsersById that will contain a Room Object with the attribute *currentusers* set. currentusers is a ListRoomClient. Every RoomClient is a single user in that Room. Sebastian On 28 Feb., 16:50, golove

Re: OM and LDAP didn't play well with each other

2010-03-01 Thread Danny Trinh
I used LDAP config below: ldap_server_type=OpenLDAP ldap_conn_url=ldap://10.1.1.100:389 ldap_admin_dn=CN:openfire,OU:Service Accounts,OU: Administrators,OU:ccc,DC:,DC:c,DC:loc ldap_passwd=openfire3 ldap_search_base=DC:LOC field_user_principal=sAMAccountName (I want to use this

Re: OM and LDAP didn't play well with each other

2010-03-01 Thread Danny Trinh
I also tried UPN (email address), but it said invalid password. [ERROR] [NioProcessor-1] org.openmeetings.app.data.user.Usermanagement - dtr...@eastonbellsports.com not authenticated. WARN 03-01 19:58:41.296 MainService.java 2045275 254 org.openmeetings.app.remote.MainService [NioProcessor-1] -

currentusers always nil for getRoomWithCurrentUsersById

2010-03-01 Thread ike
Similar to this discussion. http://groups.google.com/group/openmeetings-user/browse_thread/thread/b1f869abe3ba277c/4e7ceaa1155aee0d?lnk=gstq=getRoomWithCurrentUsersById#4e7ceaa1155aee0d Regardless of whether users are in the room or not, a SOAP call to getRoomWithCurrentUsersById() is always