このセクションでは、Linux® ホストでの認証のセットアップについて説明します。
32 33 # ************* 34 # CHAP Settings 35 # ************* 36 37 # To enable CHAP authentication set node.session.auth.authmethod 38 # to CHAP. The default is None. 39 #node.session.auth.authmethod = CHAP 40 41 # To set a CHAP username and password for initiator 42 # authentication by the target(s), uncomment the following lines: 43 #node.session.auth.username = username 44 #node.session.auth.password = password 45 46 # To set a CHAP username and password for target(s) 47 # authentication by the initiator, uncomment the following lines: 48 #node.session.auth.username_in = username_in 49 #node.session.auth.password_in = password_in 50 51 # To enable CHAP authentication for a discovery session to the target 52 # set discovery.sendtargets.auth.authmethod to CHAP. The default is None. 53 #discovery.sendtargets.auth.authmethod = CHAP 54 55 # To set a discovery session CHAP username and password for the initiator 56 # authentication by the target(s), uncomment the following lines: 57 #discovery.sendtargets.auth.username = username 58 #discovery.sendtargets.auth.password = password 59 60 # To set a discovery session CHAP username and password for target(s) 61 # authentication by the initiator, uncomment the following lines: 62 #discovery.sendtargets.auth.username_in = username_in 63 #discovery.sendtargets.auth.password_in = password_in 64 65 # ********