Diff for /elwix/config/etc/default/istgt/Attic/istgtcontrol.conf.sample between versions 1.1 and 1.2

version 1.1, 2012/01/31 12:58:08 version 1.2, 2012/10/12 08:22:44
Line 0 Line 1
   # istgtcontrol configuration file
   #
   [Global]
     Comment "sample configuration"
     # default values can be overrided by command line switch.
   
     # socket I/O timeout sec.
     Timeout 60
   
     # authentication information
     #AuthMethod Auto
     AuthMethod CHAP Mutual
     Auth "testuser" "secret" "mutual user" "mutual secret"
     #AuthMethod CHAP
     #Auth "testuser" "secret"
   
     # default controller's host name or IP and port
     Host localhost
     #Host 192.168.2.36
     Port 3261
   
     # default target name and LUN
     #TargetName "iqn.xxxx"
     TargetName "iqn.2007-09.jp.ne.peach:dvd1"
     Lun 0
   
     # removable file's flag, initial size if creating
     # ro: read only, rw: read and write
     # auto: use existing size or minimum size
     Flags "ro"
     Size "auto"

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


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