summaryrefslogtreecommitdiffstats
path: root/usr.sbin/ctld/ctl.conf.5
diff options
context:
space:
mode:
authortrasz <trasz@FreeBSD.org>2014-02-11 11:32:36 +0000
committertrasz <trasz@FreeBSD.org>2014-02-11 11:32:36 +0000
commitd2233667737fd4f8c08b7bd91b42dd5394f0f3c7 (patch)
tree63f71965ca64222f76bc030b2b9f04a88925c322 /usr.sbin/ctld/ctl.conf.5
parent7f7fd0dbc0e0dff0202586fa4aa864c47f28bfd2 (diff)
downloadFreeBSD-src-d2233667737fd4f8c08b7bd91b42dd5394f0f3c7.zip
FreeBSD-src-d2233667737fd4f8c08b7bd91b42dd5394f0f3c7.tar.gz
Use new auth-type "deny" instead of using "chap" with no chap entries;
it's cleaner this way, and gives better feedback to the user. Sponsored by: The FreeBSD Foundation
Diffstat (limited to 'usr.sbin/ctld/ctl.conf.5')
-rw-r--r--usr.sbin/ctld/ctl.conf.54
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.sbin/ctld/ctl.conf.5 b/usr.sbin/ctld/ctl.conf.5
index d44caa8..87e3592 100644
--- a/usr.sbin/ctld/ctl.conf.5
+++ b/usr.sbin/ctld/ctl.conf.5
@@ -103,7 +103,7 @@ The following statements are available at the auth-group level:
.Bl -tag -width indent
.It Ic auth-type Ao Ar type Ac
Specifies authentication type.
-Type can be either "none", "chap", or "chap-mutual".
+Type can be either "none", "deny", "chap", or "chap-mutual".
In most cases it is not neccessary to set the type using this clause;
it is usually used to disable authentication for a given auth-group.
.It Ic chap Ao Ar user Ac Aq Ar secret
@@ -157,7 +157,7 @@ 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.
-Type can be either "none", "chap", or "chap-mutual".
+Type can be either "none", "deny", "chap", or "chap-mutual".
In most cases it is not neccessary to set the type using this clause;
it is usually used to disable authentication for a given target.
This clause is mutually exclusive with auth-group; one cannot use
OpenPOWER on IntegriCloud