summaryrefslogtreecommitdiff
path: root/docs/manpages/smbclient.1
diff options
context:
space:
mode:
authorGerald Carter <jerry@samba.org>2002-01-05 03:52:39 +0000
committerGerald Carter <jerry@samba.org>2002-01-05 03:52:39 +0000
commit7d3cc61d26a7787c73397f940796c9aae93da096 (patch)
treed251be0ff2ba7d3a7b44cfc981515747197bb463 /docs/manpages/smbclient.1
parent69d6c9fe1af2d85036cfbebbf3788128c6d7c5ff (diff)
downloadsamba-7d3cc61d26a7787c73397f940796c9aae93da096.tar.gz
samba-7d3cc61d26a7787c73397f940796c9aae93da096.tar.bz2
samba-7d3cc61d26a7787c73397f940796c9aae93da096.zip
merge from 2.2 and regenerate docs
(This used to be commit f7d900873c3553dde88d42d903b74dc49c9a6c71)
Diffstat (limited to 'docs/manpages/smbclient.1')
-rw-r--r--docs/manpages/smbclient.110
1 files changed, 6 insertions, 4 deletions
diff --git a/docs/manpages/smbclient.1 b/docs/manpages/smbclient.1
index 4c5ef0b3e4..5278887f0a 100644
--- a/docs/manpages/smbclient.1
+++ b/docs/manpages/smbclient.1
@@ -3,7 +3,7 @@
.\" <http://shell.ipoline.com/~elmert/hacks/docbook2X/>
.\" Please send any bug reports, improvements, comments, patches,
.\" etc. to Steve Cheng <steve@ggi-project.org>.
-.TH "SMBCLIENT" "1" "06 December 2001" "" ""
+.TH "SMBCLIENT" "1" "04 January 2002" "" ""
.SH NAME
smbclient \- ftp-like client to access SMB/CIFS resources on servers
.SH SYNOPSIS
@@ -267,7 +267,7 @@ a \fBPASSWD\fR environment variable from which
to read the password.
A third option is to use a credentials file which
-contains the plaintext of the username and password. This
+contains the plaintext of the domain name, username and password. This
option is mainly provided for scripts where the admin doesn't
wish to pass the credentials on the command line or via environment
variables. If this method is used, make certain that the permissions
@@ -283,18 +283,20 @@ it in directly.
.TP
\fB-A filename\fR
This option allows
-you to specify a file from which to read the username and
+you to specify a file from which to read the username, domain name, and
password used in the connection. The format of the file is
.sp
.nf
username = <value>
password = <value>
+domain = <value>
.sp
.fi
-Make certain that the permissions on the file restrict
+If the domain parameter is missing the current workgroup name
+is used instead. Make certain that the permissions on the file restrict
access from unwanted users.
.TP
\fB-L\fR