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

2010-03-21 Thread Danny Trinh
My AD is big too, we got 1000+ users. It seems we need couple more options for om_ldap.cfg. May I suggest we have some thing like: alternate_ldap_conn_url=ldap://2k8dc0..local:3268 ldap_search_base= ldap_search_base2= ldap_search_base3= SizeLimit= I'm using port 3268 instead of 389 for other apps

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

2010-03-21 Thread Danny Trinh
Smoeker, I thought ldap_server_type has only 2 options LDAP or OPENLDAP. Can I use ActiveDirectory as the value for ldap_server_type like Steve posted? -- You received this message because you are subscribed to the Google Groups "OpenMeetings User" group. To post to this group, send email to ope

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

2010-03-19 Thread Danny Trinh
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) ldap_admin_dn=CN:openfir

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

2010-03-19 Thread Danny Trinh
Yes, I tried that with the userID in LDAP, but not in openmeeting. Do I need to create a userID in openmeeting before LDAP's userID can login? Currently, there is only one userID (openfire) in openmeeting, and openfire can read LDAP (AD). I also use openfire to read LDAP data for our chat server.

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

2010-03-18 Thread Danny Trinh
I tried it again with nightbuilt (r3152), and still had same issue. -- 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 open

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

2010-03-15 Thread Danny Trinh
Yes, I got the same thing. See this thread https://mail.google.com/mail/?shva=1#inbox/1271c954e849c723 . I still can't make it work. :-( Danny Trinh Linux Admin -- You received this message because you are subscribed to the Google Groups "OpenMeetings User" group. To post to t

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

2010-03-02 Thread Danny Trinh
The error is different: ERROR 03-02 14:56:37.488 LdapAuthBase.java 25333 209 org.openmeetings.app.ldap.LdapAuthBase [NioProcessor-1] - Error occured on LDAP Search : [LDAP: error code 1 - : LdapErr: DSID-0C090627, comment: In order to perform this operation a successful bind must be complet

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

2010-03-02 Thread Danny Trinh
I tried both userPrincipalName and sAMAccountName, both produce similar errors. It seemed that LDAP didn't transfer MD5 crypt password correctly. I also use both Crypt-types that mention in http://code.google.com/p/openmeetings/wiki/CustomCryptMechanism. I think I missed some thing else. Any idea?

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] - lo

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 inst

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

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

2010-02-26 Thread Danny Trinh
I modified the om_ldap.cfg according to Smoeker's advised, but I still got errors (see below). I looked deeper in errors and noticed that it's trying to read LdapAuthBase.java, LdapLoginManagement.java, etc in openmeetings.jar, red5.jar, etc., but seeing none. Am I missing something that makes java

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

2010-02-25 Thread Danny Trinh
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

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

2010-02-25 Thread Danny Trinh
Below is my ldap config: ldap_server_type=OpenLDAP ldap_conn_url = ldap://10.10.10.10:389/?sAMAccountName?sub?(objectClass=user) ldap_admin_dn=CN:openfire,DC:b,DC:c,DC:loc ldap_passwd=openfire1 ldap_search_base=DC:b,DC:c,DC:LOC field_user_principal=userPrincipalName ldap_auth_typ

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

2010-02-25 Thread Danny Trinh
Hi Sebastian, On Feb 25, 12:30 pm, Sebastian Wagner wrote: > What do you mean by *I can't see "organisation"* > you have the box of organizations but no chose to actually take anything? > Yes, I saw the box of organization, but there is nothing to choose. Regarding of LDAP, I believe we just h

OM and LDAP didn't play well with each other

2010-02-25 Thread Danny Trinh
It seemed to be working but it's not. When I read all document and discussion about LDAP on this forum + wiki, I started setup OM to connect to Windows AD. So I can integrate all AD's users to this OM. The results are OM can't collect data from AD. Here what I did: - Setup fedora 64 and install all

Where is the link for desktop sharing module?

2010-02-16 Thread Danny Trinh
I saw the link other days. Today, I start working with openmeeting and try download that module, but the link was gone. Would you please give me the url? Thanks, -- You received this message because you are subscribed to the Google Groups "OpenMeetings User" group. To post to this group, send em