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 pres...@gmail.com wrote:
 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-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 instead of
UPN)
ldap_auth_type=SIMPLE

Then I got different errors:
Authentification on LDAP Server failed : [LDAP: error code 49 -
80090308: LdapErr: DSID-0C090334, comment: AcceptSecurityContext
error, data 525, vece]
[ERROR] [NioProcessor-1] org.openmeetings.app.data.user.Usermanagement
- dtrinh not authenticated.
 WARN 03-01 19:39:52.763 MainService.java 916742 254
org.openmeetings.app.remote.MainService [NioProcessor-1] - loginUser
111: f040fb3ef0ba550b0722b8432017b716 dtrinh
DEBUG 03-01 19:39:52.763 Usermanagement.java 916742 1384
org.openmeetings.app.data.user.Usermanagement [NioProcessor-1] -
Usermanagement.getUserByLoginOrEmail : dtrinh
DEBUG 03-01 19:39:52.767 MainService.java 916746 271
org.openmeetings.app.remote.MainService [NioProcessor-1] - Ldap Login
[ERROR] [NioProcessor-1] org.openmeetings.app.data.user.Usermanagement
- Error occured on LDAP Search : [LDAP: error code 4 - Sizelimit
Exceeded]
[ERROR] [NioProcessor-1] org.openmeetings.app.data.user.Usermanagement
-

Authentification on LDAP Server failed : [LDAP: error code 49 -
80090308: LdapErr: DSID-0C090334, comment: AcceptSecurityContext
error, data 525, vece]
[ERROR] [NioProcessor-1] org.openmeetings.app.data.user.Usermanagement
- dtrinh not authenticated.

I use both MD5 Crypt, but the errors are similar. What can I try next?
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-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] - loginUser
111: f040fb3ef0ba550b0722b8432017b716 dtr...@eastonbellsports.com
DEBUG 03-01 19:58:41.297 Usermanagement.java 2045276 1384
org.openmeetings.app.data.user.Usermanagement [NioProcessor-1] -
Usermanagement.getUserByLoginOrEmail : dtr...@eastonbellsports.com
DEBUG 03-01 19:58:41.300 MainService.java 2045279 271
org.openmeetings.app.remote.MainService [NioProcessor-1] - Ldap Login
[ERROR] [NioProcessor-1] org.openmeetings.app.data.user.Usermanagement
- Error occured on LDAP Search : [LDAP: error code 4 - Sizelimit
Exceeded]
[ERROR] [NioProcessor-1] org.openmeetings.app.data.user.Usermanagement
-

Authentification on LDAP Server failed : [LDAP: error code 49 -
80090308: LdapErr: DSID-0C090334, comment: AcceptSecurityContext
error, data 525, vece]
[ERROR] [NioProcessor-1] org.openmeetings.app.data.user.Usermanagement
- dtr...@eastonbellsports.com not authenticated.

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



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 returning currentusers as
nil instead of returning a ListRoomClient.

SOAP RESPONSE:
   ax211:currentusers xmlns:xsi=http://www.w3.org/2001/XMLSchema-
instance xsi:nil=true /

The rest of the response seems to populate ok.

Any thoughts?

Ike

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