diff options
author | David O'Neill <dmo@samba.org> | 2000-12-04 16:57:17 +0000 |
---|---|---|
committer | David O'Neill <dmo@samba.org> | 2000-12-04 16:57:17 +0000 |
commit | 3483be1d76fe0dae770bdf8ad97bab81645e5fbf (patch) | |
tree | 3462ba7843fe57931fc3ea13dd3566c3d949f139 /docs/htmldocs | |
parent | c9e4dea1cbcf6aa748f5cb10f226345dd2f1adbf (diff) | |
download | samba-3483be1d76fe0dae770bdf8ad97bab81645e5fbf.tar.gz samba-3483be1d76fe0dae770bdf8ad97bab81645e5fbf.tar.xz samba-3483be1d76fe0dae770bdf8ad97bab81645e5fbf.zip |
Changes from APPLIANCE_HEAD:
- clean up yodl doc for the -U changes, update man and html versions
(docs/yodldocs/smbclient.1.yo docs/htmldocs/smbclient.1.html
docs/manpages/smbclient.1)
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 |