svn commit: r274952 - stable/10/usr.sbin/ctld
Edward Tomasz Napierala
trasz at FreeBSD.org
Mon Nov 24 08:09:51 UTC 2014
Author: trasz
Date: Mon Nov 24 08:09:50 2014
New Revision: 274952
URL: https://svnweb.freebsd.org/changeset/base/274952
Log:
MFC r273585:
Improve ctld.conf example.
Sponsored by: The FreeBSD Foundation
Modified:
stable/10/usr.sbin/ctld/ctl.conf.5
Directory Properties:
stable/10/ (props changed)
Modified: stable/10/usr.sbin/ctld/ctl.conf.5
==============================================================================
--- stable/10/usr.sbin/ctld/ctl.conf.5 Mon Nov 24 08:06:29 2014 (r274951)
+++ stable/10/usr.sbin/ctld/ctl.conf.5 Mon Nov 24 08:09:50 2014 (r274952)
@@ -304,17 +304,24 @@ configuration file.
.Bd -literal
pidfile /var/run/ctld.pid
-auth-group example2 {
+auth-group ag0 {
chap-mutual "user" "secret" "mutualuser" "mutualsecret"
chap-mutual "user2" "secret2" "mutualuser" "mutualsecret"
}
-portal-group example2 {
+auth-group ag1 {
+ auth-type none
+ initiator-name "iqn.2012-06.com.example:initiatorhost1"
+ initiator-name "iqn.2012-06.com.example:initiatorhost2"
+ initiator-portal 192.168.1.1/24
+ initiator-portal [2001:db8::de:ef]
+}
+
+portal-group pg0 {
discovery-auth-group no-authentication
- listen 127.0.0.1
- listen 0.0.0.0:3261
- listen [::]:3261
- listen [fe80::be:ef]
+ listen 0.0.0.0:3260
+ listen [::]:3260
+ listen [fe80::be:ef]:3261
}
target iqn.2012-06.com.example:target0 {
@@ -327,16 +334,16 @@ target iqn.2012-06.com.example:target0 {
}
}
-target iqn.2012-06.com.example:target3 {
+target iqn.2012-06.com.example:target1 {
chap chapuser chapsecret
lun 0 {
- path /dev/zvol/tank/example_3
+ path /dev/zvol/tank/example_1
}
}
target iqn.2012-06.com.example:target2 {
- auth-group example2
- portal-group example2
+ auth-group ag0
+ portal-group pg0
lun 0 {
path /dev/zvol/tank/example2_0
}
More information about the svn-src-stable
mailing list