diff options
Diffstat (limited to 'doc')
| -rw-r--r-- | doc/misc/tramp.texi | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/doc/misc/tramp.texi b/doc/misc/tramp.texi index 4e39728a146..0b13c17dbcf 100644 --- a/doc/misc/tramp.texi +++ b/doc/misc/tramp.texi | |||
| @@ -4144,6 +4144,23 @@ your proxy host. | |||
| 4144 | 4144 | ||
| 4145 | 4145 | ||
| 4146 | @item | 4146 | @item |
| 4147 | @value{tramp} does not connect to Samba or MS Windows hosts running | ||
| 4148 | SMB1 connection protocol. | ||
| 4149 | |||
| 4150 | @vindex tramp-smb-options | ||
| 4151 | Recent versions of @command{smbclient} do not support old connection | ||
| 4152 | protocols by default. In order to connect to such a host, add a | ||
| 4153 | respective option: | ||
| 4154 | |||
| 4155 | @lisp | ||
| 4156 | (add-to-list 'tramp-smb-options "client min protocol=NT1") | ||
| 4157 | @end lisp | ||
| 4158 | |||
| 4159 | @strong{Note} that using a deprecated connection protocol raises | ||
| 4160 | security problems, you should do it only if absolutely necessary. | ||
| 4161 | |||
| 4162 | |||
| 4163 | @item | ||
| 4147 | File name completion does not work with @value{tramp} | 4164 | File name completion does not work with @value{tramp} |
| 4148 | 4165 | ||
| 4149 | @acronym{ANSI} escape sequences from the remote shell may cause errors | 4166 | @acronym{ANSI} escape sequences from the remote shell may cause errors |