diff options
Diffstat (limited to 'docs/manpages')
-rw-r--r-- | docs/manpages/smbclient.1 | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/docs/manpages/smbclient.1 b/docs/manpages/smbclient.1 index 7f01392f18..260cb58c73 100644 --- a/docs/manpages/smbclient.1 +++ b/docs/manpages/smbclient.1 @@ -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 |