diff options
author | Gerald Carter <jerry@samba.org> | 2001-06-22 05:05:19 +0000 |
---|---|---|
committer | Gerald Carter <jerry@samba.org> | 2001-06-22 05:05:19 +0000 |
commit | 97e25bc3bf2e896717796601710a635bc487be55 (patch) | |
tree | c4b27146e1c97e672ed37f2ba2626baca73c2177 | |
parent | 5b9e3d4742c2da5d19ba5b60f67a0f9d7320dec5 (diff) | |
download | samba-97e25bc3bf2e896717796601710a635bc487be55.tar.gz samba-97e25bc3bf2e896717796601710a635bc487be55.tar.xz samba-97e25bc3bf2e896717796601710a635bc487be55.zip |
documented buf when parsing a password containing a comma
from the command line
-rw-r--r-- | docs/docbook/manpages/smbmount.8.sgml | 11 | ||||
-rw-r--r-- | docs/htmldocs/smbmount.8.html | 15 | ||||
-rw-r--r-- | docs/manpages/smbmount.8 | 8 |
3 files changed, 28 insertions, 6 deletions
diff --git a/docs/docbook/manpages/smbmount.8.sgml b/docs/docbook/manpages/smbmount.8.sgml index 391d7d68820..e44f96e9068 100644 --- a/docs/docbook/manpages/smbmount.8.sgml +++ b/docs/docbook/manpages/smbmount.8.sgml @@ -69,7 +69,16 @@ <envar>PASSWD</envar> is used. If it can find no password <command>smbmount</command> will prompt for a passeword, unless the guest option is - given. </para></listitem> + given. </para> + + <para> + Note that password which contain the arguement delimiter + character (i.e. a comma ',') will failed to be parsed correctly + on the command line. However, the same password defined + in the PASSWD environment variable or a credentials file (see + below) will be read correctly. + </para> + </listitem> </varlistentry> <varlistentry> diff --git a/docs/htmldocs/smbmount.8.html b/docs/htmldocs/smbmount.8.html index c8c9727be91..4642dfe8910 100644 --- a/docs/htmldocs/smbmount.8.html +++ b/docs/htmldocs/smbmount.8.html @@ -129,6 +129,13 @@ CLASS="COMMAND" > will prompt for a passeword, unless the guest option is given. </P +><P +> Note that password which contain the arguement delimiter + character (i.e. a comma ',') will failed to be parsed correctly + on the command line. However, the same password defined + in the PASSWD environment variable or a credentials file (see + below) will be read correctly. + </P ></DD ><DT >credentials=<filename></DT @@ -311,7 +318,7 @@ CLASS="PARAMETER" ><DIV CLASS="REFSECT1" ><A -NAME="AEN119" +NAME="AEN120" ></A ><H2 >ENVIRONMENT VARIABLES</H2 @@ -343,7 +350,7 @@ CLASS="ENVAR" ><DIV CLASS="REFSECT1" ><A -NAME="AEN127" +NAME="AEN128" ></A ><H2 >BUGS</H2 @@ -371,7 +378,7 @@ NAME="AEN127" ><DIV CLASS="REFSECT1" ><A -NAME="AEN134" +NAME="AEN135" ></A ><H2 >SEE ALSO</H2 @@ -382,7 +389,7 @@ NAME="AEN134" ><DIV CLASS="REFSECT1" ><A -NAME="AEN137" +NAME="AEN138" ></A ><H2 >AUTHOR</H2 diff --git a/docs/manpages/smbmount.8 b/docs/manpages/smbmount.8 index 1ee1a1bdfcc..695df8b86de 100644 --- a/docs/manpages/smbmount.8 +++ b/docs/manpages/smbmount.8 @@ -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 "SMBMOUNT" "8" "03 May 2001" "" "" +.TH "SMBMOUNT" "8" "22 June 2001" "" "" .SH NAME smbmount \- mount an smbfs filesystem .SH SYNOPSIS @@ -48,6 +48,12 @@ option is not given then the environment variable no password \fBsmbmount\fR will prompt for a passeword, unless the guest option is given. + +Note that password which contain the arguement delimiter +character (i.e. a comma ',') will failed to be parsed correctly +on the command line. However, the same password defined +in the PASSWD environment variable or a credentials file (see +below) will be read correctly. .TP \fBcredentials=<filename>\fR specifies a file that contains a username |