Diff for /embedaddon/istgt/etc/auth.conf between versions 1.1 and 1.1.1.2

version 1.1, 2012/02/21 16:42:02 version 1.1.1.2, 2012/10/09 09:13:23
Line 9 Line 9
   Comment "Auth Group1"    Comment "Auth Group1"
   # User Secret MutualUser MutualSecret (Mutual is optional)    # User Secret MutualUser MutualSecret (Mutual is optional)
   # chap secret length is from 12 to 16 (for MS initiator)    # chap secret length is from 12 to 16 (for MS initiator)
  Auth "iqn.1991-05.com.microsoft:saturn"  "1234567890abcdef" \#  Auth "iqn.1991-05.com.microsoft:saturn"  "1234567890abcdef" \
       "iqn.2007-09.jp.ne.peach:disk1"     "mutualtestxx"#       "iqn.2007-09.jp.ne.peach:disk1"     "mutualtestxx"
  Auth "iqn.1991-05.com.microsoft:athena"  "abcdefghijklmnop"#  Auth "iqn.1991-05.com.microsoft:athena"  "abcdefghijklmnop"
   
 # tag 9999 is defined as AuthGroup for Dicsovery in sample istgt.conf  # tag 9999 is defined as AuthGroup for Dicsovery in sample istgt.conf
 [AuthGroup9999]  [AuthGroup9999]
  Auth "iqn.1991-05.com.microsoft:saturn"  "testchaptest" \#  Auth "iqn.1991-05.com.microsoft:saturn"  "testchaptest" \
       "iqn.2007-09.jp.ne.peach:disk1"     "mutualtestxx"#       "iqn.2007-09.jp.ne.peach:disk1"     "mutualtestxx"
   
 # tag 10000 is defined as AuthGroup for UnitControl in sample istgt.conf  # tag 10000 is defined as AuthGroup for UnitControl in sample istgt.conf
 [AuthGroup10000]  [AuthGroup10000]
   Comment "Unit Controller's users"    Comment "Unit Controller's users"
  Auth "ctluser" "test" "mutualuser" "mutualsecret"  Auth "testuser" "secret" "mutual user" "mutual secret"
  Auth "onlysingle" "secret" 

Removed from v.1.1  
changed lines
  Added in v.1.1.1.2


FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>