Re: Definite mini guide for using OpenMeetings 3.0 with Active Directory

2014-10-24 Thread Thibault Le Meur
Hi, The problem is that it depends so much on the AD structure that it is difficult to cover all possible setups. I think the best way to prepare the setup is to use an LDAP browser such as LDAPExplorer tool: * install http://ldaptool.sourceforge.net/ * Ask your AD administrator for a UserDN

Re: Not Understanding LDAP Configurations

2014-10-14 Thread Thibault Le Meur
mileTelephoneNumber > ldap_user_attr_zip=postalCode > ldap_user_attr_country=co > ldap_user_attr_town=l > ldap_user_attr_phone=telephoneNumber > ldap_use_lower_case=false > > > > > Bobby Murdock > GSC IT Department > Network Engineer/ Internet Analyst

Re: Not Understanding LDAP Configurations

2014-10-14 Thread Thibault Le Meur
Where are your users stored in your directory tree ? > ldap_search_scope=SUBTREE > this means that OM will search in all "subfoldes" below > ldap_search_base=CN=Users,DC=GSC,DC=Local > Please check first with an ldapexplorer tool. Thibault Le 14 oct. 2014 à 06:17, Maxim Solodovnik a écrit :

Re: [SOLVED !] (OPENMEETINGS-964) LDAP login should be refactored

2014-07-03 Thread Thibault Le Meur
Thanks for your tests and thank you to Maxim for the great work. Sorry that I wasn't able to help, I don't have enough free time these days. Thibault Envoyé de mon iPad Le 3 juil. 2014 à 21:29, mwut...@beuth-hochschule.de a écrit : > Hello Maxim, Hello Thibault, > > now with the build 40 and

Re: [jira] [Resolved] (OPENMEETINGS-964) LDAP login should be refactored

2014-07-02 Thread Thibault Le Meur
hould use an LDAP_FILTER that will search for users. But your LDAP filter will most likely be ldap_search_query=(CN=%s) or ldap_search_query=(samAccountName=%s) My 2 cents, Thibault Le Meur Le 02/07/2014 06:30, Maxim Solodovnik a écrit : login with admin DN is not happening in case of SIMPL

Re: [jira] [Resolved] (OPENMEETINGS-964) LDAP login should be refactored

2014-06-24 Thread Thibault Le Meur
Don't you have a common root for the 3 searchbases ? I hadn't time to check the new sourcecode, but I'm not sure this is possible right now. If you don't have a common root, can't you setup a meta-directory that would glue the 3 searchbases into a common tree ? I've done this with openldap and

Re: OM3 wit LDAP

2014-03-20 Thread Thibault Le Meur
A fix has been comitted by Solomax, but might not have been released yet. Le 20/03/2014 18:33, BBS Technik a écrit : Hi, could anybody get OM3 to work with LDAP? Best regards Ed

Re: OM3.0: login with LDAP user not working

2014-03-12 Thread Thibault Le Meur
Here is the bug ticket: https://issues.apache.org/jira/browse/OPENMEETINGS-943 Regards, Thibault

OM3.0: login with LDAP user not working

2014-03-12 Thread Thibault Le Meur
Hello, With OM3.0 login with an LDAP user fails: * bind to the LDAP directory is successful * new user are created into DB * no error message such as invalid password is sent, but the user is redirected to the signin page Debug log shows: DEBUG 03-12 10:25:33.121 o.a.w.u.c.CookieUtils:266 [ht