jira.codehaus.org

  • Log In Access more options
    • Online Help
    • Keyboard Shortcuts
    • About JIRA
    • JIRA Credits
    • What?s New
  • Dashboards Access more options (Alt+d)
  • Projects Access more options (Alt+p)
  • Issues Access more options (Alt+i)
  • Continuum
  • CONTINUUM-2576

xmlrpc with ldap authentication

  • Log In
  • Views
    • XML
    • Word
    • Printable

Details

  • Type: Bug Bug
  • Status: Open Open
  • Priority: Major Major
  • Resolution: Unresolved
  • Affects Version/s: 1.3.6
  • Fix Version/s: 1.4.2 (Beta)
  • Component/s: Security, XMLRPC Interface
  • Labels:
    None
  • Environment:
    continuum 136
    mysql
    linux
    java 1.6
  • Complexity:
    Intermediate

Description

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

Activity

  • All
  • Comments
  • Work Log
  • History
  • Activity
There are no comments yet on this issue.

People

  • Assignee:
    Unassigned
    Reporter:
    Luca
Vote (0)
Watch (0)

Dates

  • Created:
    26/Oct/10 6:57 AM
    Updated:
    17/Jul/11 12:32 AM
  • Atlassian JIRA (v5.0.4#731-sha1:3aa7374)
  • Report a problem
  • Powered by a free Atlassian JIRA open source license for Codehaus. Try JIRA - bug tracking software for your team.