So, from the DSpace installer's POV, the doco. should answer the
question: how do I generate the proper value for this variable?  That
does seem to take some reading between the lines.  The DSpace source
doesn't really help much here.  You have to look at the way that
Shibboleth is plumbed into your web server.

There seems to be an assumption that Apache HTTPD is used.  My best
guess is that the value for lazysession.loginurl can be calculated by
finding something in the HTTPD configuration that looks like:

  <Location /Shibboleth.sso>
    SetHandler shib
  </Location>

taking the argument to <Location> and appending "/Login".

Can someone confirm that this is How To Do It? or supply the correct
procedure?  I'd be happy to fix the DSpace documentation once I am
confident that I know what it should say.

-- 
Mark H. Wood, Lead System Programmer   mw...@iupui.edu
Machines should not be friendly.  Machines should be obedient.

Attachment: signature.asc
Description: Digital signature

------------------------------------------------------------------------------
This SF.net email is sponsored by Windows:

Build for Windows Store.

http://p.sf.net/sfu/windows-dev2dev
_______________________________________________
DSpace-tech mailing list
DSpace-tech@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-tech
List Etiquette: https://wiki.duraspace.org/display/DSPACE/Mailing+List+Etiquette

Reply via email to