比較バージョン

キー

  • この行は追加されました。
  • この行は削除されました。
  • 書式設定が変更されました。

...

パネル
borderColor#cccccc
bgColor#eeeeee
borderStylesolid
/etc/httpd/conf.d/shib.confに以下の設定を追加します。confの末尾に以下の設定を追加します。

<Location /drupal>
  AuthType Shibboleth
  ShibRequireSession Off
  # the following single line is only valid for Shib2
  ShibUseHeaders On
  require shibboleth
</Location>

設定ファイルの変更後、Apacheの再起動します。
# service httpd restart

...