Deleted Added
full compact
nsmb.conf.5 (214387) nsmb.conf.5 (233648)
1.\" Copyright (c) 2003
2.\" Originally written by Sergey A. Osokin
3.\" Rewritten by Tom Rhodes
4.\"
5.\" Redistribution and use in source and binary forms, with or without
6.\" modification, are permitted provided that the following conditions
7.\" are met:
8.\" 1. Redistributions of source code must retain the above copyright

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

18.\" FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
19.\" DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
20.\" OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
21.\" HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
22.\" LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
23.\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
24.\" SUCH DAMAGE.
25.\"
1.\" Copyright (c) 2003
2.\" Originally written by Sergey A. Osokin
3.\" Rewritten by Tom Rhodes
4.\"
5.\" Redistribution and use in source and binary forms, with or without
6.\" modification, are permitted provided that the following conditions
7.\" are met:
8.\" 1. Redistributions of source code must retain the above copyright

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

18.\" FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
19.\" DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
20.\" OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
21.\" HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
22.\" LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
23.\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
24.\" SUCH DAMAGE.
25.\"
26.\" $FreeBSD: head/share/man/man5/nsmb.conf.5 214387 2010-10-26 18:32:51Z bcr $
26.\" $FreeBSD: head/share/man/man5/nsmb.conf.5 233648 2012-03-29 05:02:12Z eadler $
27.\"
28.Dd October 19, 2010
29.Dt NSMB.CONF 5
30.Os
31.Sh NAME
32.Nm nsmb.conf
33.Nd configuration file for
34.Tn SMB

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

128defines a server section and then assigns it a charset which is only
129required when Cyrillic characters are not used.
130The hostname value,
131.Dq Li fserv.example.com ,
132is also assigned in this section.
133.Dq Li FSERVER:USER ,
134defines the user settings and is useful for saving the password used
135during a specific connection.
27.\"
28.Dd October 19, 2010
29.Dt NSMB.CONF 5
30.Os
31.Sh NAME
32.Nm nsmb.conf
33.Nd configuration file for
34.Tn SMB

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

128defines a server section and then assigns it a charset which is only
129required when Cyrillic characters are not used.
130The hostname value,
131.Dq Li fserv.example.com ,
132is also assigned in this section.
133.Dq Li FSERVER:USER ,
134defines the user settings and is useful for saving the password used
135during a specific connection.
136The password may be plaintext or obfuscated using simple encryption.
136The password may be plaintext or obfuscated using simple encryption.
137The simple encrypted password starts with the `$$1' symbols.
138Warning: the encryption function is very weak and intended only to hide
139clear text passwords.
140If the use of simple encryption is desired, the following command may be
141used on a password:
142.Bd -literal -offset indent
143smbutil crypt
137The simple encrypted password starts with the `$$1' symbols.
138Warning: the encryption function is very weak and intended only to hide
139clear text passwords.
140If the use of simple encryption is desired, the following command may be
141used on a password:
142.Bd -literal -offset indent
143smbutil crypt
144.Ed
144.Ed
145.Sh COMPATIBILITY
146At the time of this writing, the
147.Tn IPX
148protocol remains unsupported.
149Future
150.Fx
151releases are expected to support this.
152.Sh SEE ALSO
153.Xr smbutil 1 ,
154.Xr mount_smbfs 8
155.Sh AUTHORS
156This manual page was written by
157.An -nosplit
158.An Sergey Osokin Aq osa@FreeBSD.org
159and
160.An Tom Rhodes Aq trhodes@FreeBSD.org .
145.Sh COMPATIBILITY
146At the time of this writing, the
147.Tn IPX
148protocol remains unsupported.
149Future
150.Fx
151releases are expected to support this.
152.Sh SEE ALSO
153.Xr smbutil 1 ,
154.Xr mount_smbfs 8
155.Sh AUTHORS
156This manual page was written by
157.An -nosplit
158.An Sergey Osokin Aq osa@FreeBSD.org
159and
160.An Tom Rhodes Aq trhodes@FreeBSD.org .