diff options
author | David O'Neill <dmo@samba.org> | 2000-12-05 18:05:23 +0000 |
---|---|---|
committer | David O'Neill <dmo@samba.org> | 2000-12-05 18:05:23 +0000 |
commit | 1f6214f5327051676b4c49fdc2fde6b2a28de9ce (patch) | |
tree | 656def98d9dbb8d6fef6f0bada99400171143213 /docs/htmldocs | |
parent | e3d7d9a1f4f72810e058f9f90670c2ba5a11bfc7 (diff) | |
download | samba-1f6214f5327051676b4c49fdc2fde6b2a28de9ce.tar.gz samba-1f6214f5327051676b4c49fdc2fde6b2a28de9ce.tar.xz samba-1f6214f5327051676b4c49fdc2fde6b2a28de9ce.zip |
Changes from APPLIANCE_HEAD:
- clean up some confusing variable names, remove unreachable 'break'
statements.
(source/printing/nt_printing.c)
- reformatted to fit 80 columns
(docs/docbook/docbook.txt)
- configure.developer now runs configure in `dirname $0`
(source/configure.developer)
- syncup of smbclient docs
(docs/htmldocs/smbclient.1.html docs/manpages/smbclient.1
docs/yodldocs/smbclient.1.yo)
- fix to debugging code
(testsuite/printing/psec.c)
Diffstat (limited to 'docs/htmldocs')
-rw-r--r-- | docs/htmldocs/smbclient.1.html | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/docs/htmldocs/smbclient.1.html b/docs/htmldocs/smbclient.1.html index 69d29ab07cc..f0a6ced61b6 100644 --- a/docs/htmldocs/smbclient.1.html +++ b/docs/htmldocs/smbclient.1.html @@ -228,6 +228,7 @@ user <code>"fred"</code> with password <code>"secret"</code>, you would specify. <p><br><code>-U fred%secret</code> <br> <p><br>on the command line. Note that there are no spaces around the percent symbol. +<p><br>You can specify a domain name as part of the username by using a username of the form "DOMAIN/user" or "DOMAIN\user". <p><br>If you specify the password as part of username then the <a href="smbclient.1.html#minusN"><strong>-N</strong></a> option (suppress password prompt) is assumed. <p><br>If you specify the password as a parameter <em>AND</em> as part of username |