sonyxperiadev / BacklogTool

This tool keeps track of the backlog for software development teams
43 stars 19 forks source link

ldap auth issue #171

Open rkferreira opened 10 years ago

rkferreira commented 10 years ago

Hi,

I'm configuring BacklogTool on:

apache-tomcat-7.0.52 jre-1.7.0_45-fcs.x86_64 CentOS release 6.4 (Final) - 2.6.32-358.el6.x86_64

I'm trying to authenticate on the interface and I'm getting the error:

HTTP Status 500 - [LDAP: error code 32 - 0000208D: NameErr: DSID-031001E5, problem 2001 (NO_OBJECT), data 0, best match of:

type Exception report

message [LDAP: error code 32 - 0000208D: NameErr: DSID-031001E5, problem 2001 (NO_OBJECT), data 0, best match of:

description The server encountered an internal error that prevented it from fulfilling this request.

exception

org.springframework.ldap.NameNotFoundException: [LDAP: error code 32 - 0000208D: NameErr: DSID-031001E5, problem 2001 (NO_OBJECT), data 0, best match of: '' ]; nested exception is javax.naming.NameNotFoundException: [LDAP: error code 32 - 0000208D: NameErr: DSID-031001E5, problem 2001 (NO_OBJECT), data 0, best match of: '' ]; remaining name '

So, I kept watching network traffic and I can see that authentication is happening OK on ldap, but at some moment application is asking for some LDAP attributes that we dont have on our base:

objectClass javaSerializedData javaClassName javaFactory javaCodeBase javaReferenceAddress javaClassNames javaRemoteLocation

So, above error is raised.

Regards, Rodrigo