Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 25 Mar 2014 12:18:38 +0000 (UTC)
From:      Edward Tomasz Napierala <trasz@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-stable@freebsd.org, svn-src-stable-10@freebsd.org
Subject:   svn commit: r263727 - stable/10/usr.sbin/ctld
Message-ID:  <201403251218.s2PCIcXI073307@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: trasz
Date: Tue Mar 25 12:18:37 2014
New Revision: 263727
URL: http://svnweb.freebsd.org/changeset/base/263727

Log:
  MFC r261761:
  
  Update manual page to match recent auth-group "default" changes.
  
  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	Tue Mar 25 12:16:52 2014	(r263726)
+++ stable/10/usr.sbin/ctld/ctl.conf.5	Tue Mar 25 12:18:37 2014	(r263727)
@@ -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.



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201403251218.s2PCIcXI073307>