Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

ShibPrefix

Corresponds to SHIBSP_PREFIX variable.

ShibConfig

Corresponds to SHIBSP_CONFIG variable.

ShibCatalogs

Corresponds to SHIBSP_SCHEMAS variable.

Server / VirtualHost Options

An additional global option is available for use on Apache 1.3 and early versions of 2.0 that don't support scheme virtualization (running a non-SSL virtual host behind an SSL load balancer or concentrator).

ShibURLScheme

Controls the URL scheme Apache will report to modules, should reflect the logical value seen by clients from outside your network.

Version 2.5.2 and Above

ShibCompatValidUser On|Off

Default is Off, matching older behavior. Addresses a conflict when using Shibboleth in conjunction with other auth/auth modules by restoring "standard" behavior when processing the "valid-user" and "user" Require rules. See the NativeSPhtaccess topic for more detail.

AuthConfig Options

The rest of the options supported by the module are what Apache calls "AuthConfig" options. This means they are meant to appear inside Apache content-control sections like <Directory>, <File>, or <Location>, or in .htaccess files (if the "AuthConfig" override is enabled).

...