Skip to content

Commit 8cc4506

Browse files
committed
responding to feedback
1 parent 77a4901 commit 8cc4506

File tree

1 file changed

+11
-24
lines changed
  • src/content/docs/cloudflare-one/connections/connect-networks/use-cases/rdp

1 file changed

+11
-24
lines changed

src/content/docs/cloudflare-one/connections/connect-networks/use-cases/rdp/rdp-browser.mdx

Lines changed: 11 additions & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -182,48 +182,35 @@ Browser-based RDP supports connecting to Windows machines with the following for
182182

183183
SAM-formatted user identifiers are supported with and without spaces.
184184

185-
`domain\user with spaces` format:
185+
`domain\username with spaces` format:
186186
- The domain may have a maximum of 20 characters.
187187
- The username may have a maximum of 15 characters.
188188

189-
`.\user` format:
189+
`.\username` format:
190190
- This uses the default domain.
191191
- The username may have a maximum of 20 characters.
192192

193193
Examples:
194-
- `DOMAIN\user with spaces`
195-
- `DOMAIN\user`
196-
- `Username`
197-
- `User Name`
194+
- `DOMAIN\username with spaces`
195+
- `DOMAIN\username`
196+
- `.\username`
197+
- `.\username with spaces`
198+
- `username`
199+
- `username with space`
198200

199201
#### User Principal Name (UPN)
200202

201203
UPN-formatted user identifiers are supported with spaces, quotes, and unquoted.
202204

203205
Examples:
204-
- `"user with spaces"@domain.org`
205-
- `user with [email protected]`
206-
- `user@domain.org`
206+
- `"username with spaces"@domain.org`
207+
- `username with [email protected]`
208+
- `username@domain.org`
207209

208210
:::note
209211
Cloudflare will not configure any user identifier on the target. Any user identifier used to authenticate must be pre-configured on the server.
210212
:::
211213

212-
### Clipboard file formats
213-
214-
Browser-based RDP supports the following formats for text-based copy and paste actions:
215-
- "text/plain"
216-
- "text/html"
217-
- "image/png"
218-
- "HTML Format" (via CF_HTML)
219-
- CF_UNICODETEXT
220-
- CF_DIBV5 (Windows native bitmap formats)
221-
222-
:::note
223-
File transfer is not supported presently (see Known limitations below). Copying and pasting any file from the local machine to the remote machine or vice versa will not succeed.
224-
:::
225-
226-
227214
### Cloudflare products
228215

229216
<Render file="access/self-hosted-app/product-compatibility" product="cloudflare-one" />

0 commit comments

Comments
 (0)