Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion src/site/markdown/authentication.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ WinRMClient.builder("server.example.com")

When `authentication(...)` is not called, **NTLM** is used.

### Ordered fallback
## Ordered fallback

Several schemes form an **ordered fallback list**: each is tried in the given order until one
succeeds. `authentication(KERBEROS, NTLM)` attempts Kerberos first and falls back to NTLM — for
Expand Down
Loading