From issues-return-5642-apmail-continuum-issues-archive=continuum.apache.org@continuum.apache.org Fri Nov 19 05:06:57 2010 Return-Path: Delivered-To: apmail-continuum-issues-archive@www.apache.org Received: (qmail 23624 invoked from network); 19 Nov 2010 05:06:57 -0000 Received: from unknown (HELO mail.apache.org) (140.211.11.3) by 140.211.11.9 with SMTP; 19 Nov 2010 05:06:57 -0000 Received: (qmail 29700 invoked by uid 500); 19 Nov 2010 05:07:29 -0000 Delivered-To: apmail-continuum-issues-archive@continuum.apache.org Received: (qmail 29654 invoked by uid 500); 19 Nov 2010 05:07:28 -0000 Mailing-List: contact issues-help@continuum.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@continuum.apache.org Delivered-To: mailing list issues@continuum.apache.org Received: (qmail 29646 invoked by uid 99); 19 Nov 2010 05:07:28 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 19 Nov 2010 05:07:28 +0000 X-ASF-Spam-Status: No, hits=-0.0 required=10.0 tests=SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: local policy) Received: from [63.246.2.115] (HELO codehaus01.managed.contegix.com) (63.246.2.115) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 19 Nov 2010 05:07:23 +0000 Received: from codehaus01.managed.contegix.com (localhost.localdomain [127.0.0.1]) by codehaus01.managed.contegix.com (Postfix) with ESMTP id 530851DE02AD for ; Thu, 18 Nov 2010 23:07:03 -0600 (CST) Date: Thu, 18 Nov 2010 23:07:03 -0600 (CST) From: "Brett Porter (JIRA)" To: issues@continuum.apache.org Message-ID: <21623622.13531.1290143223327.JavaMail.haus-jira@codehaus01.managed.contegix.com> In-Reply-To: <18151740.1527.1288094345718.JavaMail.haus-jira@codehaus01.managed.contegix.com> Subject: [jira] Updated: (CONTINUUM-2576) xmlrpc with ldap authentication MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 4e90ceb663894a42f12c0e28abbab431 [ http://jira.codehaus.org/browse/CONTINUUM-2576?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Brett Porter updated CONTINUUM-2576: ------------------------------------ Fix Version/s: 1.4.1 (Beta) > xmlrpc with ldap authentication > -------------------------------- > > Key: CONTINUUM-2576 > URL: http://jira.codehaus.org/browse/CONTINUUM-2576 > Project: Continuum > Issue Type: Bug > Components: Security, XMLRPC Interface > Affects Versions: 1.3.6 > Environment: continuum 136 > mysql > linux > java 1.6 > Reporter: Luca > Fix For: 1.4.1 (Beta) > > > We have an xmlrpc client, using continuum with default authentication all works well. > if we enable ldap authentication, the xmlrpc client works, but for each action continuum seems to make a mixed auth with standard and ldap. For each remote call the failed auth count is increased and the user became locked. > in the fact we have the user remoteuser in old user database and in ldap with different password. Continuum checks both database and ldap. If we set the user password in db the same of ldap then works. > 2010-10-25 14:21:06,191 [TP-Processor24] INFO org.codehaus.plexus.redback.authentication.ldap.LdapBindAuthenticator - Searching for users with filter: '(&(objectClass=user)(sAMAccountName=remoteuser))' from base dn: dc=prov,dc=bz > 2010-10-25 14:21:06,199 [TP-Processor24] INFO org.codehaus.plexus.redback.authentication.ldap.LdapBindAuthenticator - Found user?: true > 2010-10-25 14:21:06,200 [TP-Processor24] INFO org.codehaus.plexus.redback.authentication.ldap.LdapBindAuthenticator - Attempting Authenication: + CN=remoteuser,OU=9.1,OU=9,OU=Central Administration,OU=prov.bz,DC=prov,DC=bz > 2010-10-25 14:21:06,211 [TP-Processor24] INFO org.codehaus.plexus.redback.users.ldap.ctl.DefaultLdapController - Searching for users with filter: '(&(objectClass=user)(sAMAccountName=remoteuser))' from base dn: dc=prov,dc=bz > 2010-10-25 14:21:06,217 [TP-Processor24] INFO org.codehaus.plexus.redback.users.ldap.ctl.DefaultLdapController - Searching for user: remoteuser > 2010-10-25 14:21:06,217 [TP-Processor24] INFO org.codehaus.plexus.redback.users.ldap.ctl.DefaultLdapController - Searching for users with filter: '(&(objectClass=user)(sAMAccountName=remoteuser))' from base dn: dc=prov,dc=bz > 2010-10-25 14:21:06,265 [TP-Processor24] INFO net.sf.dozer.util.mapping.util.CustomMappingsLoader - Using the following xml files to load custom mappings for the bean mapper instance: [dozerBeanMapping.xml] > 2010-10-25 14:21:06,266 [TP-Processor24] INFO net.sf.dozer.util.mapping.util.CustomMappingsLoader - Trying to find xml mapping file: dozerBeanMapping.xml > 2010-10-25 14:21:06,268 [TP-Processor24] INFO net.sf.dozer.util.mapping.util.CustomMappingsLoader - Using URL [jar:file:/opt/egovapps/continuum-1.3.6/WEB-INF/lib/continuum-xmlrpc-server-1.3.6.jar!/dozerBeanMapping.xml] to load custom xml mappings > 2010-10-25 14:21:06,330 [TP-Processor24] INFO net.sf.dozer.util.mapping.util.CustomMappingsLoader - Successfully loaded custom xml mappings from URL: [jar:file:/opt/egovapps/continuum-1.3.6/WEB-INF/lib/continuum-xmlrpc-server-1.3.6.jar!/dozerBeanMapping.xml] > 2010-10-25 14:21:08,752 [TP-Processor21] WARN org.codehaus.plexus.redback.authentication.users.UserManagerAuthenticator - Password is Invalid for user remoteuser. > 2010-10-25 14:21:08,758 [TP-Processor21] INFO org.codehaus.plexus.redback.authentication.ldap.LdapBindAuthenticator - Searching for users with filter: '(&(objectClass=user)(sAMAccountName=remoteuser))' from base dn: dc=prov,dc=bz > 2010-10-25 14:21:08,765 [TP-Processor21] INFO org.codehaus.plexus.redback.authentication.ldap.LdapBindAuthenticator - Found user?: true > 2010-10-25 14:21:08,765 [TP-Processor21] INFO org.codehaus.plexus.redback.authentication.ldap.LdapBindAuthenticator - Attempting Authenication: + CN=remoteuser,OU=9.1,OU=9,OU=Central Administration,OU=prov.bz,DC=prov,DC=bz > 2010-10-25 14:21:08,775 [TP-Processor21] INFO org.codehaus.plexus.redback.users.ldap.ctl.DefaultLdapController - Searching for users with filter: '(&(objectClass=user)(sAMAccountName=remoteuser))' from base dn: dc=prov,dc=bz > 2010-10-25 14:21:08,780 [TP-Processor21] INFO org.codehaus.plexus.redback.users.ldap.ctl.DefaultLdapController - Searching for user: remoteuser > 2010-10-25 14:21:08,780 [TP-Processor21] INFO org.codehaus.plexus.redback.users.ldap.ctl.DefaultLdapController - Searching for users with filter: '(&(objectClass=user)(sAMAccountName=remoteuser))' from base dn: dc=prov,dc=bz > 2010-10-25 14:21:08,798 [TP-Processor20] WARN org.codehaus.plexus.redback.authentication.users.UserManagerAuthenticator - Password is Invalid for user remoteuser. > 2010-10-25 14:21:08,801 [TP-Processor20] INFO org.codehaus.plexus.redback.authentication.ldap.LdapBindAuthenticator - Searching for users with filter: '(&(objectClass=user)(sAMAccountName=remoteuser))' from base dn: dc=prov,dc=bz > 2010-10-25 14:21:08,807 [TP-Processor20] INFO org.codehaus.plexus.redback.authentication.ldap.LdapBindAuthenticator - Found user?: true > 2010-10-25 14:21:08,807 [TP-Processor20] INFO org.codehaus.plexus.redback.authentication.ldap.LdapBindAuthenticator - Attempting Authenication: + CN=remoteuser,OU=9.1,OU=9,OU=Central Administration,OU=prov.bz,DC=prov,DC=bz > 2010-10-25 14:21:08,818 [TP-Processor20] INFO org.codehaus.plexus.redback.users.ldap.ctl.DefaultLdapController - Searching for users with filter: '(&(objectClass=user)(sAMAccountName=remoteuser))' from base dn: dc=prov,dc=bz > 2010-10-25 14:21:08,823 [TP-Processor20] INFO org.codehaus.plexus.redback.users.ldap.ctl.DefaultLdapController - Searching for user: remoteuser > 2010-10-25 14:21:08,823 [TP-Processor20] INFO org.codehaus.plexus.redback.users.ldap.ctl.DefaultLdapController - Searching for users with filter: '(&(objectClass=user)(sAMAccountName=remoteuser))' from base dn: dc=prov,dc=bz -- This message is automatically generated by JIRA. - If you think it was sent incorrectly contact one of the administrators: http://jira.codehaus.org/secure/Administrators.jspa - For more information on JIRA, see: http://www.atlassian.com/software/jira