比較バージョン

キー

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

...

パネル
borderColor#cccccc
bgColor#eeeeee
borderStylesolid

予めサーバ内にShibboleth認証モジュールを準備しています。


/root/

PKG配下にあるので、こちらを使用してください。 (shib

PKG配下にあるので、こちらを使用してください。(shib_auth-7.x-4.3.tar.gz)

以下のように展開後、モジュールを配置します。


#

cd

/root/PKG


#

tar

zxvf

shib_auth-7.x-4.3.tar.gz


#

mv

shib_auth

/var/www/html/drupal/modules

・DrupalのサイトをShibboleth認証に設定

パネル
borderColor#cccccc
bgColor#eeeeee
borderStylesolid

/etc/httpd/conf.d/shib.confの末尾に以下の設定を追加します。

<Location

/drupal>


 

AuthType

Shibboleth


  ShibRequestSetting

requireSession

false


 

#

the

following

single

line

is

only

valid

for

Shib2


 

ShibUseHeaders

On


 

require

shibboleth


</Location>

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


#

systemctl

restart

httpd

 ・管理画面によるShibboleth認証の設定

管理者ユーザでDrupalにログインし、管理画面で設定を行います。 

パネル
borderColor#cccccc
bgColor#eeeeee
borderStylesolid

・[上部メニュー]

-

[モジュール]


 

SHIBBOLETH

セクション


 

 

Shibboleth

authentication:

チェックする


 

 

※設定後、保存ボタンをクリックしてモジュール設定を有効にします。

[上部メニュー]

-

[環境設定]

-

[Shibboleth

settings]


 

GENERAL

SETTINGSタブ

-

ATTRIBUTE

SETTINGS

セクション


 

 

Server

variable

for

username:

eppn


 

 

Server

variable

for

e-mail

address:

mail


 

 

※設定後、保存ボタンをクリックしてモジュール設定を有効にします。


 

高度な設定タブ

-

LOGOUT

SETTINGS

セクション


 

 

URL

to

redirect

to

after

logout:

空白


 

 

※設定後、保存ボタンをクリックしてモジュール設定を有効にします。

[上部メニュー]

-

[サイト構築]

-

[ブロック]
 

<無効

セクション

-

Shibboleth

authentication


 

 

リージョン:

第1サイドバー ※リンクが表示される場所の設定なので、ヘッダーやコンテンツなどでも構いません。


 

 

※設定後、保存ボタンをクリックしてモジュール設定を有効にします。 

端末のサイズによっては表記がずれる可能性がございます。画面を広くしてご覧ください。 

...