From 1454e3ca365bc16286870cf1bfed729a69316531 Mon Sep 17 00:00:00 2001 From: NextTurn <45985406+NextTurn@users.noreply.github.com> Date: Sat, 13 Apr 2019 00:00:00 +0800 Subject: [PATCH] Remove locale from docs.ms link --- doc/xmlConfigFile.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/xmlConfigFile.md b/doc/xmlConfigFile.md index 2d72ee9..1d5ac3d 100644 --- a/doc/xmlConfigFile.md +++ b/doc/xmlConfigFile.md @@ -173,7 +173,7 @@ This operation runs when the service is started, before the application specifie For servers requiring authentication some parameters must be specified depending on the type of authentication. Only the basic authentication requires additional sub-parameters. Supported authentication types are: * `none`: default, must not be specified -* `sspi`: Windows [Security Support Provider Interface](https://docs.microsoft.com/en-us/windows/win32/secauthn/sspi) including Kerberos, NTLM etc. +* `sspi`: Windows [Security Support Provider Interface](https://docs.microsoft.com/windows/win32/secauthn/sspi) including Kerberos, NTLM etc. * `basic`: Basic authentication, sub-parameters: * `user="UserName"` * `password="Passw0rd"`