比較バージョン

キー

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

...

  • CentOS 7/8, Red Hat Enterprise Linux 7/8 ※ただし7はOpenSSLのバージョンの関係で7.4以降向け
  • Rocky Linux 8/9, Amazon Linux 2

 その他のOSについては、以下を参照してください。

...

  Shibboleth用のrepositoryファイルをダウンロードします。
  (下記コマンドは、CentOS 7 の場合です。他のディストリビューションの場合はURLの "CentOS_7" の部分を適宜読み替えてください。ただし、RHEL の部分を下記対応表を参考に適宜読み替えてください。特に RHEL 7/8 の場合は " CentOS_7" /8 をご利用ください。)

対応表:

OS/バージョンURLURLの赤字部分

CentOS 7, RHEL 7

CentOS_7

RHEL 8CentOS_8

Rocky Linux 8

rockylinux8

Rocky Linux 9

rockylinux9

※ ここに掲載されていないOSについてはこちらを参照してください

...

パネル
borderColor#cccccc
bgColor#eeeeee
borderStylesolid

# cp sp_repo.cgi\?platform=* /etc/yum.repos.d/shibboleth.repo


2. インストール

  yumコマンドを使用する為、依存性のあるunixODBCなども同時にインストールされます。yumコマンドを使用する為、依存関係のあるunixODBCなども同時にインストールされます。

パネル
borderColor#cccccc
bgColor#eeeeee
borderStylesolid

# yum install shibboleth

途中でPGP鍵のインポートに関して確認があります。

パネル

warningRetrieving key from https:/var/cacheshibboleth.net/yum/x86_64/7/shibboleth/packages/libsaml12-3.2.1-1.x86_64.rpm: Header V4 RSA/SHA256 Signature, key ID 02277962: NOKEY
Retrieving key from https://download.opensuse.org/repositories/security:/shibboleth/CentOS_7/repodatadownloads/service-provider/RPMS/repomd.xml.key
Importing GPG key 0x7D0A1B3D:
 Userid     : "security:shibboleth OBS Project <security:shibboleth@build.opensuse.org>"
 Fingerprint: 6519 b5db 7c1c 8340 a954 ed00 73c9 3745 7d0a 1b3d
 From       : https://shibboleth.net/downloads/service-provider/RPMS/repomd.xml.key
Is this ok [y/N]:

Fingerprint: に表示されている文字列が上記と一致することを確認の上、y[ENTER] を入力してください。同様に2つ目のPGP鍵の確認がありますので、

パネル

Retrieving key from https://shibboleth.net/downloads/service-provider/RPMS/cantor.repomd.xml.key
Importing GPG key 0x02277962:
 Userid     : "Scott Cantor <cantor.2@osu.edu>"
 Fingerprint: dcaa 1500 7bed 9de6 90cd 9523 378b 8454 0227 7962
 From       : https://shibboleth.net/downloads/service-provider/RPMS/cantor.repomd.xml.key
Is this ok [y/N]:

...

なお、OSインストール直後の状態でyum install shibbolethでインストールされるパッケージは以下の通りです。
  (2020年10月現在  (2023年7月現在, CentOS 7にて)

パネル
borderColor#cccccc
bgColor#eeeeee
borderStylesolid

shibboleth 3.4.1.0-3.1
libcurl-openssl
libevent
liblog4shib2
libmemcached
libsaml11libsaml12
libxerces-c-3_2
libxml-security-c20
libxmltooling9libxmltooling10
opensaml-schemas
unixODBC
xmltooling-schemas

...