Sha256: 85d7bc1bf5da958ace0be59f6b0b340945aa8888113cf21e0a8aed00fee69966

Contents?: true

Size: 368 Bytes

Versions: 10

Compression:

Stored size: 368 Bytes

Contents

# THIS SHOULD BE INCLUDED via an Apache Include statement or copy and
# pasted in your
# <VirtualHost AN_IP_ADD:80> and <VirtualHost AN_IP_ADDR:443> sections
<Location /secure>
  AuthType shibboleth
  ShibRequestSetting requireSession 1
  ShibUseEnvironment On
  require valid-user
</Location>

<Location /lazy>
  AuthType shibboleth
  require shibboleth
</Location>

Version data entries

10 entries across 10 versions & 1 rubygems

Version Path
shibboleths_lil_helper-1.0.9 test/fixtures/dummy1_output/shib_for_vhost.conf
shibboleths_lil_helper-1.0.8 test/fixtures/dummy1_output/shib_for_vhost.conf
shibboleths_lil_helper-1.0.7 test/fixtures/dummy1_output/shib_for_vhost.conf
shibboleths_lil_helper-1.0.6 test/fixtures/dummy1_output/shib_for_vhost.conf
shibboleths_lil_helper-1.0.5 test/fixtures/dummy1_output/shib_for_vhost.conf
shibboleths_lil_helper-1.0.4 test/fixtures/dummy1_output/shib_for_vhost.conf
shibboleths_lil_helper-1.0.3 test/fixtures/dummy1_output/shib_for_vhost.conf
shibboleths_lil_helper-1.0.2 test/fixtures/dummy1_output/shib_for_vhost.conf
shibboleths_lil_helper-1.0.1 test/fixtures/dummy1_output/shib_for_vhost.conf
shibboleths_lil_helper-1.0.0 test/fixtures/dummy1_output/shib_for_vhost.conf