1
0
mirror of https://github.com/samba-team/samba.git synced 2024-12-27 03:21:53 +03:00

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)
This commit is contained in:
David O'Neill 0001-01-01 00:00:00 +00:00
parent c9e4dea1cb
commit 3483be1d76
3 changed files with 7 additions and 3 deletions

View File

@ -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

View File

@ -259,6 +259,9 @@ to set the environment variable to be \f(CWUSER=username%password\fP so
that a password is not passed on the command line (where it may be
seen by the ps command)\&.
.IP
You can specify a domain name as part of the username by using a
username of the form "DOMAIN/user" or "DOMAIN\euser"\&.
.IP
If the service you are connecting to requires a password, it can be
supplied using the \fB-U\fP option, by appending a percent symbol ("%")
then the password to username\&. For example, to attach to a service as

View File

@ -263,14 +263,14 @@ to set the environment variable to be tt(USER=username%password) so
that a password is not passed on the command line (where it may be
seen by the ps command).
You can specify a domain name as part of the username by using a
username of the form "DOMAIN/user" or "DOMAIN\user".
If the service you are connecting to requires a password, it can be
supplied using the link(bf(-U))(minusU) option, by appending a percent symbol ("%")
then the password to username. For example, to attach to a service as
user tt("fred") with password tt("secret"), you would specify. nl()
You can specify a domain name as part of the username by using a
username of the form "DOMAIN/user" or "DOMAIN\user".
tt(-U fred%secret) nl()
on the command line. Note that there are no spaces around the percent