diff options
Diffstat (limited to 'docs/htmldocs/smbmount.8.html')
| -rw-r--r-- | docs/htmldocs/smbmount.8.html | 66 | 
1 files changed, 32 insertions, 34 deletions
diff --git a/docs/htmldocs/smbmount.8.html b/docs/htmldocs/smbmount.8.html index bc9fcf72e2..0844c21a7d 100644 --- a/docs/htmldocs/smbmount.8.html +++ b/docs/htmldocs/smbmount.8.html @@ -5,7 +5,7 @@  >smbmount</TITLE  ><META  NAME="GENERATOR" -CONTENT="Modular DocBook HTML Stylesheet Version 1.77+"></HEAD +CONTENT="Modular DocBook HTML Stylesheet Version 1.7"></HEAD  ><BODY  CLASS="REFENTRY"  BGCOLOR="#FFFFFF" @@ -124,27 +124,27 @@ NAME="AEN35"  CLASS="VARIABLELIST"  ><DL  ><DT ->username=<arg></DT +>username=<arg></DT  ><DD  ><P  >specifies the username to connect as. If -		this is not given, then the environment variable <TT +		this is not given, then the environment variable <VAR  CLASS="ENVAR" ->		USER</TT +>		USER</VAR  > 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.</P  ></DD  ><DT ->password=<arg></DT +>password=<arg></DT  ><DD  ><P  >specifies the SMB password. If this  		option is not given then the environment variable -		<TT +		<VAR  CLASS="ENVAR" ->PASSWD</TT +>PASSWD</VAR  > is used. If it can find  		no password <B  CLASS="COMMAND" @@ -161,15 +161,15 @@ CLASS="COMMAND"  		</P  ></DD  ><DT ->credentials=<filename></DT +>credentials=<filename></DT  ><DD  ><P  >specifies a file that contains a username and/or password.   The format of the file is:  <PRE  CLASS="PROGRAMLISTING" ->username = <value> -password = <value></PRE +>username = <value> +password = <value></PRE  ></P  ><P  >This is preferred over having passwords in plaintext in a @@ -181,14 +181,14 @@ CLASS="FILENAME"  		</P  ></DD  ><DT ->netbiosname=<arg></DT +>netbiosname=<arg></DT  ><DD  ><P  >sets the source NetBIOS name. It defaults   		to the local hostname. </P  ></DD  ><DT ->uid=<arg></DT +>uid=<arg></DT  ><DD  ><P  >sets the uid that will own all files on @@ -197,7 +197,7 @@ CLASS="FILENAME"  		</P  ></DD  ><DT ->gid=<arg></DT +>gid=<arg></DT  ><DD  ><P  >sets the gid that will own all files on @@ -206,14 +206,14 @@ CLASS="FILENAME"  		gid. </P  ></DD  ><DT ->port=<arg></DT +>port=<arg></DT  ><DD  ><P  >sets the remote SMB port number. The default   		is 139. </P  ></DD  ><DT ->fmask=<arg></DT +>fmask=<arg></DT  ><DD  ><P  >sets the file mask. This determines the  @@ -221,7 +221,7 @@ CLASS="FILENAME"  		The default is based on the current umask. </P  ></DD  ><DT ->dmask=<arg></DT +>dmask=<arg></DT  ><DD  ><P  >sets the directory mask. This determines the  @@ -229,7 +229,7 @@ CLASS="FILENAME"  		The default is based on the current umask. </P  ></DD  ><DT ->debug=<arg></DT +>debug=<arg></DT  ><DD  ><P  >sets the debug level. This is useful for  @@ -238,20 +238,20 @@ CLASS="FILENAME"  		output, possibly hiding the useful output.</P  ></DD  ><DT ->ip=<arg></DT +>ip=<arg></DT  ><DD  ><P  >sets the destination host or IP address.  		</P  ></DD  ><DT ->workgroup=<arg></DT +>workgroup=<arg></DT  ><DD  ><P  >sets the workgroup on the destination </P  ></DD  ><DT ->sockopt=<arg></DT +>sockopt=<arg></DT  ><DD  ><P  >sets the TCP socket options. See the <A @@ -264,16 +264,14 @@ CLASS="REFENTRYTITLE"  >smb.conf</SPAN  >(5)</SPAN  ></A -> <TT +> <VAR  CLASS="PARAMETER" -><I ->socket options</I -></TT +>socket options</VAR  > option.  		</P  ></DD  ><DT ->scope=<arg></DT +>scope=<arg></DT  ><DD  ><P  >sets the NetBIOS scope </P @@ -297,7 +295,7 @@ CLASS="PARAMETER"  >mount read-write </P  ></DD  ><DT ->iocharset=<arg></DT +>iocharset=<arg></DT  ><DD  ><P  >		sets the charset used by the Linux side for codepage @@ -307,7 +305,7 @@ CLASS="PARAMETER"  		</P  ></DD  ><DT ->codepage=<arg></DT +>codepage=<arg></DT  ><DD  ><P  >		sets the codepage the server uses. See the iocharset @@ -316,7 +314,7 @@ CLASS="PARAMETER"  		</P  ></DD  ><DT ->ttl=<arg></DT +>ttl=<arg></DT  ><DD  ><P  >		sets how long a directory listing is cached in milliseconds @@ -341,26 +339,26 @@ NAME="AEN130"  ><H2  >ENVIRONMENT VARIABLES</H2  ><P ->The variable <TT +>The variable <VAR  CLASS="ENVAR" ->USER</TT +>USER</VAR  > 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.</P  ><P ->The variable <TT +>The variable <VAR  CLASS="ENVAR" ->PASSWD</TT +>PASSWD</VAR  > 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.</P  ><P ->The variable <TT +>The variable <VAR  CLASS="ENVAR" ->PASSWD_FILE</TT +>PASSWD_FILE</VAR  > may contain the pathname  	of a file to read the password from. A single line of input is  	read and used as the password.</P  | 
