Hi helix84 (are you into DNA by any chance?), I see what you are saying about using a "stack" of authentication methods, but should that be the case when only using one? My setup is:
plugin.sequence.org.dspace.authenticate.AuthenticationMethod = \ org.dspace.authenticate.LDAPAuthentication I don't understand why the password.jsp page is loaded instead of ldap.jsp when I explicitly tell DSpace to use LDAP. The bug you point out seems to apply to the case where multiple authentication methods are used. Thanks for your help, Gary > -----Original Message----- > From: [email protected] [mailto:[email protected]] On Behalf Of > helix84 > Sent: Monday, 19 March 2012 7:32 PM > To: Gary Browne > Cc: [email protected] > Subject: Re: [Dspace-tech] LDAP on 1.8.2 > > On Mon, Mar 19, 2012 at 05:04, Gary Browne <[email protected]> > wrote: > > * the login/password.jsp page is being loaded instead of the ldap.jsp > page > > * however, (somehow) LDAP login still works > > Hello Gary, > > although I'm not certain about the URLs because I don't use JSPUI, > what you're seeing is normal and DSpace behavior documented here: > https://wiki.duraspace.org/display/DSDOC18/Authentication+Plugins > > Because there's a "stack" of authentication methods, it means each of > them will be tried in turn until one works (in the order defined in > dspace.cfg property > plugin.sequence.org.dspace.authenticate.AuthenticationMethod). > > Again, I'm not sure abou JSPUI, but XMLUI has the same behavior - > regardless of which login form you use (/ldap-login or > /password-login), all of them are used in turn. The fact that the > forms have multiple names while there could be only one is known, in > fact it's reported as a bug: > https://jira.duraspace.org/browse/DS-367 > > I hope that makes it clear. > > Regards, > ~~helix84 ------------------------------------------------------------------------------ This SF email is sponsosred by: Try Windows Azure free for 90 days Click Here http://p.sf.net/sfu/sfd2d-msazure _______________________________________________ DSpace-tech mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/dspace-tech

