Deleted Added
full compact
ctl.conf.5 (263728) ctl.conf.5 (263729)
1.\" Copyright (c) 2012 The FreeBSD Foundation
2.\" All rights reserved.
3.\"
4.\" This software was developed by Edward Tomasz Napierala under sponsorship
5.\" from the FreeBSD Foundation.
6.\"
7.\" Redistribution and use in source and binary forms, with or without
8.\" modification, are permitted provided that the following conditions

--- 11 unchanged lines hidden (view full) ---

20.\" FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
21.\" DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
22.\" OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
23.\" HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
24.\" LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
25.\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
26.\" SUCH DAMAGE.
27.\"
1.\" Copyright (c) 2012 The FreeBSD Foundation
2.\" All rights reserved.
3.\"
4.\" This software was developed by Edward Tomasz Napierala under sponsorship
5.\" from the FreeBSD Foundation.
6.\"
7.\" Redistribution and use in source and binary forms, with or without
8.\" modification, are permitted provided that the following conditions

--- 11 unchanged lines hidden (view full) ---

20.\" FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
21.\" DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
22.\" OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
23.\" HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
24.\" LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
25.\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
26.\" SUCH DAMAGE.
27.\"
28.\" $FreeBSD: stable/10/usr.sbin/ctld/ctl.conf.5 263728 2014-03-25 12:20:29Z trasz $
28.\" $FreeBSD: stable/10/usr.sbin/ctld/ctl.conf.5 263729 2014-03-25 12:22:30Z trasz $
29.\"
30.Dd February 11, 2014
31.Dt CTL.CONF 5
32.Os
33.Sh NAME
34.Nm ctl.conf
35.Nd CAM Target Layer / iSCSI target daemon configuration file
36.Sh DESCRIPTION

--- 61 unchanged lines hidden (view full) ---

98The default is 60.
99Setting it to 0 disables the timeout.
100.El
101.Ss auth-group level
102The following statements are available at the auth-group level:
103.Bl -tag -width indent
104.It Ic auth-type Ao Ar type Ac
105Specifies authentication type.
29.\"
30.Dd February 11, 2014
31.Dt CTL.CONF 5
32.Os
33.Sh NAME
34.Nm ctl.conf
35.Nd CAM Target Layer / iSCSI target daemon configuration file
36.Sh DESCRIPTION

--- 61 unchanged lines hidden (view full) ---

98The default is 60.
99Setting it to 0 disables the timeout.
100.El
101.Ss auth-group level
102The following statements are available at the auth-group level:
103.Bl -tag -width indent
104.It Ic auth-type Ao Ar type Ac
105Specifies authentication type.
106Type can be either "none", "chap", or "chap-mutual".
106Type can be either "none", "deny", "chap", or "chap-mutual".
107In most cases it is not neccessary to set the type using this clause;
108it is usually used to disable authentication for a given auth-group.
109.It Ic chap Ao Ar user Ac Aq Ar secret
110Specifies CHAP authentication credentials.
111.It Ic chap-mutual Ao Ar user Ac Ao Ar secret Ac Ao Ar mutualuser Ac Aq Ar mutualsecret
112Specifies mutual CHAP authentication credentials.
113Note that for any auth-group, configuration may contain either chap,
114or chap-mutual entries; it's an error to mix them.

--- 37 unchanged lines hidden (view full) ---

152Assigns previously defined authentication group to that target.
153By default, targets that do not specify their own auth settings,
154using clauses such as "chap" or "initiator-name", are assigned
155predefined auth-group "default", which denies all access.
156Another predefined auth-group, "no-authentication", may be used to permit access
157without authentication.
158.It Ic auth-type Ao Ar type Ac
159Specifies authentication type.
107In most cases it is not neccessary to set the type using this clause;
108it is usually used to disable authentication for a given auth-group.
109.It Ic chap Ao Ar user Ac Aq Ar secret
110Specifies CHAP authentication credentials.
111.It Ic chap-mutual Ao Ar user Ac Ao Ar secret Ac Ao Ar mutualuser Ac Aq Ar mutualsecret
112Specifies mutual CHAP authentication credentials.
113Note that for any auth-group, configuration may contain either chap,
114or chap-mutual entries; it's an error to mix them.

--- 37 unchanged lines hidden (view full) ---

152Assigns previously defined authentication group to that target.
153By default, targets that do not specify their own auth settings,
154using clauses such as "chap" or "initiator-name", are assigned
155predefined auth-group "default", which denies all access.
156Another predefined auth-group, "no-authentication", may be used to permit access
157without authentication.
158.It Ic auth-type Ao Ar type Ac
159Specifies authentication type.
160Type can be either "none", "chap", or "chap-mutual".
160Type can be either "none", "deny", "chap", or "chap-mutual".
161In most cases it is not neccessary to set the type using this clause;
162it is usually used to disable authentication for a given target.
163This clause is mutually exclusive with auth-group; one cannot use
164both in a single target.
165.It Ic chap Ao Ar user Ac Aq Ar secret
166Specifies CHAP authentication credentials.
167Note that targets must use either auth-group, or chap,
168or chap-mutual clauses; it's a configuration error to mix them in one target.

--- 119 unchanged lines hidden ---
161In most cases it is not neccessary to set the type using this clause;
162it is usually used to disable authentication for a given target.
163This clause is mutually exclusive with auth-group; one cannot use
164both in a single target.
165.It Ic chap Ao Ar user Ac Aq Ar secret
166Specifies CHAP authentication credentials.
167Note that targets must use either auth-group, or chap,
168or chap-mutual clauses; it's a configuration error to mix them in one target.

--- 119 unchanged lines hidden ---