svn commit: r261761 - head/usr.sbin/ctld
Edward Tomasz Napierala
trasz at FreeBSD.org
Tue Feb 11 11:29:59 UTC 2014
Author: trasz
Date: Tue Feb 11 11:29:58 2014
New Revision: 261761
URL: http://svnweb.freebsd.org/changeset/base/261761
Log:
Update manual page to match recent auth-group "default" changes.
Sponsored by: The FreeBSD Foundation
Modified:
head/usr.sbin/ctld/ctl.conf.5
Modified: head/usr.sbin/ctld/ctl.conf.5
==============================================================================
--- head/usr.sbin/ctld/ctl.conf.5 Tue Feb 11 11:29:05 2014 (r261760)
+++ head/usr.sbin/ctld/ctl.conf.5 Tue Feb 11 11:29:58 2014 (r261761)
@@ -148,9 +148,10 @@ Assigns human-readable description to th
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.
More information about the svn-src-all
mailing list