Skip to Content.
Sympa Menu

shibboleth-dev - RE: curious SP behaviour

Subject: Shibboleth Developers

List archive

RE: curious SP behaviour


Chronological Thread 
  • From: "Scott Cantor" <>
  • To: <>
  • Subject: RE: curious SP behaviour
  • Date: Wed, 21 Sep 2005 08:58:57 -0400
  • Organization: The Ohio State University

> So, all I have in the appropriate virtual host clauses is:
>
> <Location /secure>
> AuthType shibboleth
> ShibRequireSession on
> require valid-user
> </Location>

Right, the ShibRequireSession command is equivalent to the requireSession
XML attribute in shibboleth.xml

Basically, in 1.3, there is feature overlap so that any commands you can put
in Host or Path can be done by Apache and it's in sync.

> OK, so now I have an explanation, two separate workrounds and Apache to
> blame. Should I just leave it there or do you want some kind of
> placeholder bugzilla entry?

Please file a bug and include as much configuration detail as possible. When
time permits I'll work on reproducing it and see if I can figure out a
work-around in code.

-- Scott




Archive powered by MHonArc 2.6.16.

Top of Page