Deleted Added
full compact
ctl.conf.5 (263720) ctl.conf.5 (263724)
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 263720 2014-03-25 12:01:55Z trasz $
28.\" $FreeBSD: stable/10/usr.sbin/ctld/ctl.conf.5 263724 2014-03-25 12:12:37Z 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

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

96Specifies timeout for login session, after which the connection
97will be forcibly terminated.
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
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

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

96Specifies timeout for login session, after which the connection
97will be forcibly terminated.
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".
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.
104.It Ic chap Ao Ar user Ac Aq Ar secret
105Specifies CHAP authentication credentials.
106.It Ic chap-mutual Ao Ar user Ac Ao Ar secret Ac Ao Ar mutualuser Ac Aq Ar mutualsecret
107Specifies mutual CHAP authentication credentials.
108Note that for any auth-group, configuration may contain either chap,
109or chap-mutual entries; it's an error to mix them.
110.It Ic initiator-name Ao Ar initiator-name Ac
111Specifies iSCSI initiator name.

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

142Assigns human-readable description to that target.
143There is no default.
144.It Ic auth-group Aq Ar name
145Assigns previously defined authentication group to that target.
146There is no default; every target must use either auth-group,
147or chap, or chap-mutual statements.
148A special auth-group, "no-authentication", may be used to permit access
149without authentication.
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.
115.It Ic initiator-name Ao Ar initiator-name Ac
116Specifies iSCSI initiator name.

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

147Assigns human-readable description to that target.
148There is no default.
149.It Ic auth-group Aq Ar name
150Assigns previously defined authentication group to that target.
151There is no default; every target must use either auth-group,
152or chap, or chap-mutual statements.
153A special auth-group, "no-authentication", may be used to permit access
154without authentication.
155.It Ic auth-type Ao Ar type Ac
156Specifies authentication type.
157Type can be either "none", "chap", or "chap-mutual".
158In most cases it is not neccessary to set the type using this clause;
159it is usually used to disable authentication for a given target.
160This clause is mutually exclusive with auth-group; one cannot use
161both in a single target.
150.It Ic chap Ao Ar user Ac Aq Ar secret
151Specifies CHAP authentication credentials.
152Note that targets must use either auth-group, or chap,
153or chap-mutual clauses; it's a configuration error to mix them in one target.
154.It Ic chap-mutual Ao Ar user Ac Ao Ar secret Ac Ao Ar mutualuser Ac Aq Ar mutualsecret
155Specifies mutual CHAP authentication credentials.
156Note that targets must use either auth-group, chap, or
157chap-mutual clauses; it's a configuration error to mix them in one target.

--- 115 unchanged lines hidden ---
162.It Ic chap Ao Ar user Ac Aq Ar secret
163Specifies CHAP authentication credentials.
164Note that targets must use either auth-group, or chap,
165or chap-mutual clauses; it's a configuration error to mix them in one target.
166.It Ic chap-mutual Ao Ar user Ac Ao Ar secret Ac Ao Ar mutualuser Ac Aq Ar mutualsecret
167Specifies mutual CHAP authentication credentials.
168Note that targets must use either auth-group, chap, or
169chap-mutual clauses; it's a configuration error to mix them in one target.

--- 115 unchanged lines hidden ---