mirror of
https://github.com/curl/curl.git
synced 2026-07-22 22:07:17 +03:00
docs: Escaped single backslash
This commit is contained in:
parent
c4410c85ab
commit
75be5a6681
3 changed files with 3 additions and 3 deletions
|
|
@ -1637,7 +1637,7 @@ without the domain, if there is a single domain and forest in your setup
|
|||
for example.
|
||||
|
||||
To specify the domain name use either Down-Level Logon Name or UPN (User
|
||||
Principal Name) formats. For example, EXAMPLE\user and user@example.com
|
||||
Principal Name) formats. For example, EXAMPLE\\user and user@example.com
|
||||
respectively.
|
||||
|
||||
If you use a Windows SSPI-enabled curl binary and perform Kerberos V5,
|
||||
|
|
|
|||
|
|
@ -47,7 +47,7 @@ without the domain name should the server be part of a single domain and
|
|||
forest.
|
||||
|
||||
To include the domain name use either Down-Level Logon Name or UPN (User
|
||||
Principal Name) formats. For example, EXAMPLE\user and user@example.com
|
||||
Principal Name) formats. For example, EXAMPLE\\user and user@example.com
|
||||
respectively.
|
||||
|
||||
Some HTTP servers (on Windows) support inclusion of the domain for Basic
|
||||
|
|
|
|||
|
|
@ -41,7 +41,7 @@ without the domain name should the server be part of a single domain and
|
|||
forest.
|
||||
|
||||
To specify the domain name use either Down-Level Logon Name or UPN (User
|
||||
Principal Name) formats. For example, EXAMPLE\user and user@example.com
|
||||
Principal Name) formats. For example, EXAMPLE\\user and user@example.com
|
||||
respectively.
|
||||
|
||||
Some HTTP servers (on Windows) support inclusion of the domain for Basic
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue