Re: [Dspace-tech] Help with user authentication

2008-07-15 Thread Stuart Lewis
Hi Rafael, > A few weeks ago I sent an email asking about updating LDAP fields > when the user logged in. I¹ve tried modifying the ³authenticate² method in > LDAPAuthentication.java, with no success. What I¹ve tried: > - if ldap.ldapAuthenticate returns on success, there¹s

[Dspace-tech] Help with user authentication

2008-07-15 Thread Rafael Henkin
Hi, A few weeks ago I sent an email asking about updating LDAP fields when the user logged in. I've tried modifying the "authenticate" method in LDAPAuthentication.java, with no success. What I've tried: - if ldap.ldapAuthenticate returns on success, there's the command

Re: [Dspace-tech] multiple subscription notification

2008-07-15 Thread Claudia Jürgen
Hi Kyle, Graham Trigss just fixed this bug for 1.5.1. sunny greetings Claudia Kyle Kaliebe schrieb: > Claudia, > > It would be easy enough to change the query in Harvest.harvest to return a > list based on date accessioned rather than date last modified. However, I > also leave room for the

Re: [Dspace-tech] Filter-media in 15

2008-07-15 Thread Graham Triggs
Larry Stone wrote: > It _should_ never get an NPE over a missing configuration key. Given > our sparse testing resources it behooves us to make the code as > resilient as possible. I'll disagree slightly - it isn't necessarily wrong for code to blow up. In cases like this, it's probably better f