mirror of https://github.com/winsw/winsw
commit
cb8553b5c0
|
@ -164,9 +164,9 @@ For servers requiring authentication some parameters must be specified depending
|
||||||
* `none`: default, must not be specified
|
* `none`: default, must not be specified
|
||||||
* `sspi`: Microsoft [authentication](https://en.wikipedia.org/wiki/Security_Support_Provider_Interface) including Kerberos, NTLM etc.
|
* `sspi`: Microsoft [authentication](https://en.wikipedia.org/wiki/Security_Support_Provider_Interface) including Kerberos, NTLM etc.
|
||||||
* `basic`: Basic authentication, sub-parameters:
|
* `basic`: Basic authentication, sub-parameters:
|
||||||
* `user=“UserName”`
|
* `user="UserName"`
|
||||||
* `password=“Passw0rd”`
|
* `password="Passw0rd"`
|
||||||
* `unsecureAuth=“true”: default=“false"`
|
* `unsecureAuth="true": default="false"`
|
||||||
|
|
||||||
The parameter “unsecureAuth” is only effective when the transfer protocol is HTTP - unencrypted data transfer. This is a security vulnerability because the credentials are send in clear text! For a SSPI authentication this is not relevant because the authentication tokens are encrypted.
|
The parameter “unsecureAuth” is only effective when the transfer protocol is HTTP - unencrypted data transfer. This is a security vulnerability because the credentials are send in clear text! For a SSPI authentication this is not relevant because the authentication tokens are encrypted.
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue