summaryrefslogtreecommitdiffstats
path: root/share
diff options
context:
space:
mode:
authorbcr <bcr@FreeBSD.org>2010-10-26 18:32:51 +0000
committerbcr <bcr@FreeBSD.org>2010-10-26 18:32:51 +0000
commitc78cc2e91a450e158e4353438ade13bcb727fe9b (patch)
tree59fca6946b4ee6d79a063dc2195c1bc97fa9f050 /share
parentf7f474e01173c1214fdc5c26645180ef07cf1b0b (diff)
downloadFreeBSD-src-c78cc2e91a450e158e4353438ade13bcb727fe9b.zip
FreeBSD-src-c78cc2e91a450e158e4353438ade13bcb727fe9b.tar.gz
Add some missing documentation to the man page:
- FILES section ref: ~/nsmb.conf - use of password in examples section - use of simple encryption for password in examples section PR: docs/132311 Submitted by: David Horn (dhorn2000 at gmail dot com) Patch corrected by: trhodes Approved by: trhodes MFC after: 5 days
Diffstat (limited to 'share')
-rw-r--r--share/man/man5/nsmb.conf.522
1 files changed, 20 insertions, 2 deletions
diff --git a/share/man/man5/nsmb.conf.5 b/share/man/man5/nsmb.conf.5
index 1c439be..f315f82 100644
--- a/share/man/man5/nsmb.conf.5
+++ b/share/man/man5/nsmb.conf.5
@@ -25,7 +25,7 @@
.\"
.\" $FreeBSD$
.\"
-.Dd June 30, 2003
+.Dd October 19, 2010
.Dt NSMB.CONF 5
.Os
.Sh NAME
@@ -87,7 +87,7 @@ Possible keywords may include:
.It Va nbns Ta "+ + - -" Ta "address of NetBIOS name server (WINS)"
.It Va nbscope Ta "+ + - -" Ta "NetBIOS scope"
.It Va nbtimeout Ta "+ + - -" Ta "timeout for NetBIOS name servers"
-.It Va password Ta "- - + +" Ta "plain text password used to access the given share"
+.It Va password Ta "- - + +" Ta "plain text or simple encrypted password used to access the given share"
.It Va retry_count Ta "+ + - -" Ta "number of retries before connection is marked as broken"
.It Va timeout Ta "+ + - -" Ta "SMB request timeout"
.It Va workgroup Ta "+ + + +" Ta "workgroup name"
@@ -96,6 +96,9 @@ Possible keywords may include:
.Bl -tag -width ".Pa /etc/nsmb.conf"
.It Pa /etc/nsmb.conf
The default remote mount-point configuration file.
+.Pa "~/nsmb.conf"
+.It Pa ~/nsmb.conf
+The user specific remote mount-point configuration file.
.El
.Sh EXAMPLES
What follows is a sample configuration file which may,
@@ -108,6 +111,9 @@ workgroup=SALES
[FSERVER]
charsets=koi8-r:cp866
addr=fserv.example.com
+# User specific data for FSERVER
+[FSERVER:MYUSER]
+password=$$16144562c293a0314e6e1
.Ed
.Pp
All lines which begin with the
@@ -124,6 +130,18 @@ required when Cyrillic characters are not used.
The hostname value,
.Dq Li fserv.example.com ,
is also assigned in this section.
+.Dq Li FSERVER:USER ,
+defines the user settings and is useful for saving the password used
+during a specific connection.
+The password may be plaintext or obfuscated using simple encryption.
+The simple encrypted password starts with the `$$1' symbols.
+Warning: the encryption function is very weak and intended only to hide
+clear text passwords.
+If the use of simple encryption is desired, the following command may be
+used on a password:
+.Bd -literal -offset indent
+smbutil crypt
+.Ed
.Sh COMPATIBILITY
At the time of this writing, the
.Tn IPX
OpenPOWER on IntegriCloud