diff options
author | trasz <trasz@FreeBSD.org> | 2014-03-25 12:18:37 +0000 |
---|---|---|
committer | trasz <trasz@FreeBSD.org> | 2014-03-25 12:18:37 +0000 |
commit | 760d220cff8b71f753c48a657bb51b59b0e96220 (patch) | |
tree | c59d3b7955dab85b4f1cde02adf1a320ed0fff13 | |
parent | 60885b60652396779ffeb99ae98820f8ed38cb5f (diff) | |
download | FreeBSD-src-760d220cff8b71f753c48a657bb51b59b0e96220.zip FreeBSD-src-760d220cff8b71f753c48a657bb51b59b0e96220.tar.gz |
MFC r261761:
Update manual page to match recent auth-group "default" changes.
Sponsored by: The FreeBSD Foundation
-rw-r--r-- | usr.sbin/ctld/ctl.conf.5 | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/usr.sbin/ctld/ctl.conf.5 b/usr.sbin/ctld/ctl.conf.5 index 6d684af..e01f37d 100644 --- a/usr.sbin/ctld/ctl.conf.5 +++ b/usr.sbin/ctld/ctl.conf.5 @@ -148,9 +148,10 @@ Assigns human-readable description to that target. There is no default. .It Ic auth-group Aq Ar name Assigns previously defined authentication group to that target. -There is no default; every target must use either auth-group, -or chap, or chap-mutual statements. -A special auth-group, "no-authentication", may be used to permit access +By default, targets that do not specify their own auth settings, +using clauses such as "chap" or "initiator-name", are assigned +predefined auth-group "default", which denies all access. +Another predefined auth-group, "no-authentication", may be used to permit access without authentication. .It Ic auth-type Ao Ar type Ac Specifies authentication type. |