From 20967627378194121bc48bf387838b8bd7682478 Mon Sep 17 00:00:00 2001
From: Jelmer Vernooij specifies the username to connect as. If
- this is not given, then the environment variable USER USER is used. This option can also take the
form "user%password" or "user/workgroup" or
"user/workgroup%password" to allow the password and workgroup
to be specified as part of the username. specifies the SMB password. If this
option is not given then the environment variable
- PASSWDPASSWD is used. If it can find
no password specifies a file that contains a username and/or password.
The format of the file is:
username = <value>
-password = <value>
username = <value>
+password = <value>
This is preferred over having passwords in plaintext in a @@ -181,14 +181,14 @@ CLASS="FILENAME"
sets the source NetBIOS name. It defaults to the local hostname.
sets the uid that will own all files on @@ -197,7 +197,7 @@ CLASS="FILENAME"
sets the gid that will own all files on @@ -206,14 +206,14 @@ CLASS="FILENAME" gid.
sets the remote SMB port number. The default is 139.
sets the file mask. This determines the @@ -221,7 +221,7 @@ CLASS="FILENAME" The default is based on the current umask.
sets the directory mask. This determines the @@ -229,7 +229,7 @@ CLASS="FILENAME" The default is based on the current umask.
sets the debug level. This is useful for @@ -238,20 +238,20 @@ CLASS="FILENAME" output, possibly hiding the useful output.
sets the destination host or IP address.
sets the workgroup on the destination
sets the TCP socket options. See the smb.conf(5) socket optionssocket options option.
sets the NetBIOS scope
mount read-writesets the charset used by the Linux side for codepage @@ -307,7 +305,7 @@ CLASS="PARAMETER"
sets the codepage the server uses. See the iocharset @@ -316,7 +314,7 @@ CLASS="PARAMETER"
sets how long a directory listing is cached in milliseconds @@ -341,26 +339,26 @@ NAME="AEN130" >
The variable The variable USERUSER may contain the username of the person using the client. This information is used only if the protocol level is high enough to support session-level passwords. The variable can be used to set both username and password by using the format username%password.
The variable The variable PASSWDPASSWD may contain the password of the person using the client. This information is used only if the protocol level is high enough to support session-level passwords.
The variable The variable PASSWD_FILEPASSWD_FILE may contain the pathname of a file to read the password from. A single line of input is read and used as the password.