diff options
author | trasz <trasz@FreeBSD.org> | 2014-11-08 07:54:34 +0000 |
---|---|---|
committer | trasz <trasz@FreeBSD.org> | 2014-11-08 07:54:34 +0000 |
commit | e03debee49f23adf10b3e4d4b4a2fc0bcb27dc3f (patch) | |
tree | da82364cffa00f40311f9fa4b96fc3ddf69405fa /usr.sbin/ctld/ctl.conf.5 | |
parent | ccd386cc51846fa9363bb71fdc7416742020b4b0 (diff) | |
download | FreeBSD-src-e03debee49f23adf10b3e4d4b4a2fc0bcb27dc3f.zip FreeBSD-src-e03debee49f23adf10b3e4d4b4a2fc0bcb27dc3f.tar.gz |
Improve wording in ctl.conf(5).
Differential Revision: https://reviews.freebsd.org/D1020
Reviewed by: bcr@ (earlier version), wblock@
MFC after: 1 month
Sponsored by: The FreeBSD Foundation
Diffstat (limited to 'usr.sbin/ctld/ctl.conf.5')
-rw-r--r-- | usr.sbin/ctld/ctl.conf.5 | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/usr.sbin/ctld/ctl.conf.5 b/usr.sbin/ctld/ctl.conf.5 index c106854..6a6184b 100644 --- a/usr.sbin/ctld/ctl.conf.5 +++ b/usr.sbin/ctld/ctl.conf.5 @@ -27,7 +27,7 @@ .\" .\" $FreeBSD$ .\" -.Dd October 29, 2014 +.Dd November 8, 2014 .Dt CTL.CONF 5 .Os .Sh NAME @@ -202,9 +202,10 @@ When set to the check will include .Sy initiator-portal , .Sy initiator-name , -and authentication credentials, ie. if the target does not require -CHAP authentication, or if CHAP user and secret used during discovery -match CHAP user and secret required to access the target. +and authentication credentials. +The target is returned if it does not require CHAP authentication, +or if the CHAP user and secret used during discovery match those +used by the target. Note that when using .Qq Ar portal-name-auth , targets that require CHAP authentication will only be returned if |