I ended up using a Java web filter called UrlRewriteFilter to redirect
requests for /login to /ldap-login (http://tuckey.org/urlrewrite/),
which is similar to using mod_rewrite in Apache.  This solves my
immediate need, but I'd still be interested to know if there is
another way to do this, especially one that doesn't create another
library dependency.

Eric

On Wed, Jan 14, 2009 at 4:09 PM, Eric Luhrs <elu...@gmail.com> wrote:
> Our DSpace server has LDAP and Password authentication enabled.  Is
> there an easy way to modify the Manakin Reference theme's "login"
> links to point directly to http://server/ldap-login rather than the
> login chooser at http://server/login?  I need to leave password
> authentication enabled on the system, but I'm trying to simplify login
> for general users who will all use LDAP. This way, general users can
> click the "login" link for LDAP, and administrators can manually type
> the URL for Password login.
>
> Has anyone done something similar?
>
> Thanks in advance,
>
> Eric Luhrs
> Lafayette College
>

------------------------------------------------------------------------------
This SF.net email is sponsored by:
SourcForge Community
SourceForge wants to tell your story.
http://p.sf.net/sfu/sf-spreadtheword
_______________________________________________
DSpace-tech mailing list
DSpace-tech@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-tech

Reply via email to