Re: [Dspace-tech] LDAP Authentication (Hierarchical) - Dspace 3.0 (No DN found for user)

2013-01-21 Thread mErRYo
Thanks Helix as this resolved my query. --- On Thu, 1/17/13, helix84 heli...@centrum.sk wrote: From: helix84 heli...@centrum.sk Subject: Re: [Dspace-tech] LDAP Authentication (Hierarchical) - Dspace 3.0 (No DN found for user) To: mErRYo merryob...@yahoo.com Cc: dspace-tech

[Dspace-tech] LDAP Authentication (Hierarchical) - Dspace 3.0 (No DN found for user)

2013-01-17 Thread mErRYo
Hi, I am using Dspace 3.0 jspui with two authentication mechanism i.e. password base and ldap base. My password is working fine but my ldap is throwing me warning that No DN found for user. I checked my dspace log and there is no other exception. See my log details below:

Re: [Dspace-tech] LDAP Authentication (Hierarchical) - Dspace 3.0 (No DN found for user)

2013-01-17 Thread helix84
The first strange thing from the get-go is that LDAPHierarchicalAuthentication which you're using is no longer in DSpace 3.0, its functionality has been integrated into LDAPAuthentication. So you probably used the old class with the new code. This should work, assuming you compiled it