On Mon, Dec 3, 2012 at 2:12 PM, Wellaway, Ian <[email protected]> wrote: > I’m pleased with the creation of the new module (I’ve called it > RemoteuserAnuthentication.java and added it to the stack in > authentication.cfg) but not so much having to hang on to the ldap-login page > since this crosses over with the LDAP modules.
Is this something generic enough to be included in DSpace, so that other OpenSSO users could benefit from it? It's OK if it's not perfect, but someone else might use it as a starting point. > How do I create a new login page...RemoteUser-login, and use this instead? You didn't specify whether you're using JSPUI or XMLUI. JSPUI: https://github.com/DSpace/DSpace/blob/dspace-3.0/dspace-jspui/src/main/webapp/WEB-INF/web.xml#L328 https://github.com/DSpace/DSpace/blob/dspace-3.0/dspace-jspui/src/main/webapp/WEB-INF/web.xml#L630 XMLUI: https://github.com/DSpace/DSpace/blob/dspace-3.0/dspace-xmlui/src/main/resources/aspects/EPerson/sitemap.xmap#L177 Regards, ~~helix84 Compulsory reading: DSpace Mailing List Etiquette https://wiki.duraspace.org/display/DSPACE/Mailing+List+Etiquette ------------------------------------------------------------------------------ Keep yourself connected to Go Parallel: BUILD Helping you discover the best ways to construct your parallel projects. http://goparallel.sourceforge.net _______________________________________________ DSpace-tech mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/dspace-tech List Etiquette: https://wiki.duraspace.org/display/DSPACE/Mailing+List+Etiquette

