PROTON-1935: minor correction to docs/connect_config.md
Project: http://git-wip-us.apache.org/repos/asf/qpid-proton/repo Commit: http://git-wip-us.apache.org/repos/asf/qpid-proton/commit/23a4b4f8 Tree: http://git-wip-us.apache.org/repos/asf/qpid-proton/tree/23a4b4f8 Diff: http://git-wip-us.apache.org/repos/asf/qpid-proton/diff/23a4b4f8 Branch: refs/heads/go1 Commit: 23a4b4f8993fb3814e7be4b2c851034339febfc1 Parents: b164d99 Author: Alan Conway <[email protected]> Authored: Tue Sep 18 14:51:55 2018 -0400 Committer: Alan Conway <[email protected]> Committed: Tue Sep 18 14:51:55 2018 -0400 ---------------------------------------------------------------------- docs/connect_config.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/qpid-proton/blob/23a4b4f8/docs/connect_config.md ---------------------------------------------------------------------- diff --git a/docs/connect_config.md b/docs/connect_config.md index f0419cc..63044be 100644 --- a/docs/connect_config.md +++ b/docs/connect_config.md @@ -29,7 +29,7 @@ values, all properties are optional. "enable": true, // [bool] Enable or disable SASL "mechanisms": null, // [list] List of allowed SASL mechanism names. // If null the library determines the default list. - "allow_insecure": false // [boolean] Allow mechanisms that send clear-text passwords + "allow_insecure": false // [boolean] Allow mechanisms that send unencrypted clear-text passwords }, // Note: it is an error to have a "tls" object unless scheme="amqps" --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
