handler.xml ファイルの変更(★)
※NII提供のVMwareイメージ(実習セミナーのものを除く)についてはすでに下記設定は行われております。確認して次に進んでください。
LDAPのデータを用いた ID/パスワード認証の設定を行います。
Edit /opt/shibboleth-idp/conf/handler.xml ファイルを以下のように編集してください。(★)
Panel |
---|
borderColor | #cccccc |
---|
bgColor | #eeeeee |
---|
borderStyle | solid |
---|
|
<!-- Login Handlers -->
<!-- ←コメントアウトします
←Comment out (Disable RemoteUser handler)
<ph:LoginHandler xsi:type="ph:RemoteUser">
<ph:AuthenticationMethod>urn:oasis:names:tc:SAML:2.0:ac:classes:unspecified</ph:AuthenticationMethod>
</ph:LoginHandler>
-->
(省略)
<snip>
<!-- Username/password login handler --> ←こちらを有効にします
←Enable ID/Password handler
<!-- -->
<ph:LoginHandler xsi:type="UsernamePassword"
jaasConfigurationLocation="file:///opt/shibboleth-idp/conf/login.config">
<ph:AuthenticationMethod>urn:oasis:names:tc:SAML:2.0:ac:classes:PasswordProtectedTransport</ph:AuthenticationMethod>
</ph:LoginHandler>
<!-- -->
|
※端末のサイズによっては表記がずれる可能性がございます。画面を広くしてご覧ください。