nope its not working ,please see below log file for your refrance. DEBUG 02-06 16:14:20.399 o.a.w.p.h.s.ServletWebRequest:189 [http-nio-0.0.0.0-5080-exec-4] - Calculating context relative path from: context path '/openmeetings', filterPrefix '', uri '/openmeetings/signin'DEBUG 02-06 16:14:20.400 o.a.w.p.PageAccessSynchronizer:100 [http-nio-0.0.0.0-5080-exec-4] - 'http-nio-0.0.0.0-5080-exec-4' attempting to acquire lock to page with id '1'DEBUG 02-06 16:14:20.400 o.a.w.p.PageAccessSynchronizer:125 [http-nio-0.0.0.0-5080-exec-4] - http-nio-0.0.0.0-5080-exec-4 acquired lock to page 1DEBUG 02-06 16:14:20.432 o.a.o.d.d.s.SessiondataDao:68 [http-nio-0.0.0.0-5080-exec-4] - startsession :: startsessionDEBUG 02-06 16:14:20.433 o.a.o.u.c.ManageCryptStyle:32 [http-nio-0.0.0.0-5080-exec-4] - getInstanceOfCrypt:: configKeyCryptClassName: org.apache.openmeetings.util.crypt.MD5ImplementationDEBUG 02-06 16:14:20.440 o.a.o.l.LdapLoginManagement:165 [http-nio-0.0.0.0-5080-exec-4] - LdapLoginmanagement.doLdapLoginERROR 02-06 16:14:20.467 o.a.o.l.LdapLoginManagement:266 [http-nio-0.0.0.0-5080-exec-4] - NONE users found in LDAPDEBUG 02-06 16:14:20.468 o.a.w.u.c.CookieUtils:266 [http-nio-0.0.0.0-5080-exec-4] - Unable to find Cookie with name=LoggedIn and request URI=signin?1-1.IBehaviorListener.0-signin-signin-submitDEBUG 02-06 16:14:20.474 o.a.w.f.FeedbackMessages:69 [http-nio-0.0.0.0-5080-exec-4] - Adding feedback message '[FeedbackMessage message = "Invalid password", reporter = signin, level = ERROR]'DEBUG 02-06 16:14:20.476 o.a.wicket.Page:871 [http-nio-0.0.0.0-5080-exec-4] - ending request for page [Page class = org.apache.openmeetings.web.pages.auth.SignInPage, id = 1, render count = 1], request org.apache.wicket.protocol.http.servlet.ServletWebRequest@1bc9439DEBUG 02-06 16:14:20.477 o.a.wicket.Page:871 [http-nio-0.0.0.0-5080-exec-4] - ending request for page [Page class = org.apache.openmeetings.web.pages.auth.SignInPage, id = 1, render count = 1], request org.apache.wicket.protocol.http.servlet.ServletWebRequest@1bc9439DEBUG 02-06 16:14:20.477 o.a.wicket.Page:871 [http-nio-0.0.0.0-5080-exec-4] - ending request for page [Page class = org.apache.openmeetings.web.pages.auth.SignInPage, id = 1, render count = 1], request org.apache.wicket.protocol.http.servlet.ServletWebRequest@1bc9439DEBUG 02-06 16:14:20.489 o.a.w.p.AsynchronousDataStore$PageSavingRunnable:354 [Wicket-PageSavingThread] - Saving asynchronously: Entry [sessionId=61BAF900150CB93ECCCEBC5A922E4A4B, pageId=1]...DEBUG 02-06 16:14:20.489 o.a.w.p.DiskDataStore:186 [Wicket-PageSavingThread] - Storing data for page with id '1' in session with id '61BAF900150CB93ECCCEBC5A922E4A4B'DEBUG 02-06 16:14:20.490 o.a.w.p.PageAccessSynchronizer:195 [http-nio-0.0.0.0-5080-exec-4] - 'http-nio-0.0.0.0-5080-exec-4' released lock to page with id '1'DEBUG 02-06 16:14:20.490 o.a.w.p.PageAccessSynchronizer:346 [http-nio-0.0.0.0-5080-exec-4] - 'http-nio-0.0.0.0-5080-exec-4' notifying blocked threads
Date: Fri, 6 Feb 2015 17:44:29 +0700 Subject: Re: None user found in LDAP From: [email protected] To: [email protected] then it should work with OM as well On Fri, Feb 6, 2015 at 4:42 PM, kaushal jani <[email protected]> wrote: ldapsearch working fine with exact copy of config file From: [email protected] To: [email protected] Subject: RE: None user found in LDAP Date: Fri, 6 Feb 2015 16:11:00 +0530 hi, i tried with exact copy from config its working fine Date: Fri, 6 Feb 2015 17:11:23 +0700 Subject: Re: None user found in LDAP From: [email protected] To: [email protected] please try to use "ldapsearch" with the exact values from your configis it working? On Fri, Feb 6, 2015 at 4:04 PM, kaushal jani <[email protected]> wrote: i tried lower case but same result none user found in ldap Date: Fri, 6 Feb 2015 16:59:08 +0700 Subject: Re: None user found in LDAP From: [email protected] To: [email protected] I see couple of issues here1) in you config LDAP DN is UPPER CASE, in your command line test it is mixed case2) in your config search_base is CN=Users,DC=DEMO,DC=DOM, in command line it is: dc=DEMO,dc=DOM On Fri, Feb 6, 2015 at 3:55 PM, kaushal jani <[email protected]> wrote: yes its working fine..... when i try ldapserach with below command then its working fine ldapsearch -x -D "cn=test,cn=Users,dc=demo,dc=dom" -w demo123 -p 389 -h test.demo.dom -b "dc=DEMO,dc=DOM" -s sub "(objectclass=*)" Date: Fri, 6 Feb 2015 16:50:55 +0700 Subject: Re: None user found in LDAP From: [email protected] To: [email protected] Have you tried to use LDAPExplorer and check1) admin creadentials2) search On Fri, Feb 6, 2015 at 3:47 PM, kaushal jani <[email protected]> wrote: please help me regarding my configuration for LDAP. my config file is as below ldap_server_type=ADldap_conn_host=test.demo.domldap_conn_port=389ldap_conn_secure=false ldap_admin_dn=CN=test,CN=Users,DC=DEMO,DC=DOM ldap_passwd=***** ldap_search_base=CN=Users,DC=DEMO,DC=DOM ldap_search_query=(&(objectCategory=person)(objectClass=person)(sAMAccountName=%1$s)) ldap_search_scope= SUBTREE ldap_auth_type=SEARCHANDBIND ldap_userdn_format=sAMAccountName=%s,CN=Users,DC=DEMO,DC=DOMldap_provisionning=NONEldap_use_admin_to_get_attrs=trueldap_sync_password_to_om=falseldap_user_attr_firstname=givenNameldap_user_attr_mail=mailldap_user_attr_street=streetAddressldap_user_attr_additionalname=descriptionldap_user_attr_fax=facsimileTelephoneNumberldap_user_attr_zip=postalCodeldap_user_attr_country=coldap_user_attr_town=lldap_user_attr_phone=telephoneNumberldap_use_lower_case=false -- WBR Maxim aka solomax -- WBR Maxim aka solomax -- WBR Maxim aka solomax -- WBR Maxim aka solomax
