Hi,

> We are using DSpace 1.4.2; We are facing this problem on a RHEL box.
> 
> 2008-08-12 15:33:33,847 INFO  org.dspace.eperson*.*PasswordAuthentication @
> anonymous:session_id=86F90023214655DE8C1AA34B81B2B2B5:ip_addr=10.10.3.205:auth
> enticate:attempting
> password auth of [EMAIL PROTECTED]
>  2008-08-12 15:33:33,852 INFO
> org.dspace.app.webui.servlet.PasswordServlet @
> anonymous:session_id=86F90023214655DE8C1AA34B81B2B2B5:*ip_addr=10.10.3.205:fai
> led_login:[EMAIL PROTECTED],
> result=4*

The subject of your email suggests that you are wanting to use LDAP to
authenticate your users?

If this is the case it looks like you might not have set it up correctly as
DSpace is still trying to authenticate using its own in-built password
system.

To enable LDAP, do the following in [dspace]/config/dspace.cfg:

 - Set 'ldap.enable' to 'true'
 - Set LDAP as the authentication method:
   - plugin.sequence.org.dspace.eperson.AuthenticationMethod = \
        org.dspace.eperson.LDAPAuthentication
 - Set all your LDAP parameters to your local server settings
 - Restart tomcat

> Also, *how to reflect new changes made to any Java file, before
> rebuilding the dspace.war*?

Re-run ant, as follows:

 - ant -D[dspace]/config/dspace.cfg update

Thanks,


Stuart
_________________________________________________________________

Gwasanaethau Gwybodaeth                      Information Services
Prifysgol Aberystwyth                      Aberystwyth University

            E-bost / E-mail: [EMAIL PROTECTED]
                 Ffon / Tel: (01970) 622860
_________________________________________________________________

-------------------------------------------------------------------------
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK & win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100&url=/
_______________________________________________
DSpace-tech mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/dspace-tech

Reply via email to