Versions Compared

Key

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

The <OutOfProcess> element contains settings that affect the behavior of the portion of Shibboleth running outside the web server (shibd). This includes extensions loaded only by shibd. On Version 2.4 and above, it can be omitted, and the default attribute values are used (and no extensions are loaded).

Code Block
xml
xml
<OutOfProcess logger="/etc/shibboleth/shibd.logger">
<OutOfProcess>
    <Extensions>
        <Library path="/usr/lib/shibboleth/odbc-store.so" fatal="true"/>
    </Extensions>
</OutOfProcess>

...