diff options
author | Andrew Tridgell <tridge@samba.org> | 2000-12-04 04:27:53 +0000 |
---|---|---|
committer | Andrew Tridgell <tridge@samba.org> | 2000-12-04 04:27:53 +0000 |
commit | e9a4389d2e2e5569f163fb8f3b638558b255e111 (patch) | |
tree | f9320be62803a7a8a4f92a2db1a66c8f77160d3b | |
parent | ca784bb0280205cdbacca704f0b4c94d8e79e621 (diff) | |
download | samba-e9a4389d2e2e5569f163fb8f3b638558b255e111.tar.gz samba-e9a4389d2e2e5569f163fb8f3b638558b255e111.tar.bz2 samba-e9a4389d2e2e5569f163fb8f3b638558b255e111.zip |
document -U change
(This used to be commit 309fab281d569f325615dd2ae71af554b88601c9)
-rw-r--r-- | docs/yodldocs/smbclient.1.yo | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/docs/yodldocs/smbclient.1.yo b/docs/yodldocs/smbclient.1.yo index fd2c11a15c..01cc9ee6fc 100644 --- a/docs/yodldocs/smbclient.1.yo +++ b/docs/yodldocs/smbclient.1.yo @@ -268,6 +268,9 @@ 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 |