You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@qpid.apache.org by jd...@apache.org on 2019/10/24 22:55:12 UTC

[qpid-proton] branch master updated: PROTON-2124 Disable GS2-KRB5 and GS2-IAKERB SASL mechanisms if they are not explicitly enabled (#199)

This is an automated email from the ASF dual-hosted git repository.

jdanek pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/qpid-proton.git


The following commit(s) were added to refs/heads/master by this push:
     new 2053be5  PROTON-2124 Disable GS2-KRB5 and GS2-IAKERB SASL mechanisms if they are not explicitly enabled (#199)
2053be5 is described below

commit 2053be544f83b7dee10fa89dc8ec35a21879985a
Author: Jiří Daněk <jd...@redhat.com>
AuthorDate: Fri Oct 25 00:55:02 2019 +0200

    PROTON-2124 Disable GS2-KRB5 and GS2-IAKERB SASL mechanisms if they are not explicitly enabled (#199)
---
 c/src/sasl/sasl.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/c/src/sasl/sasl.c b/c/src/sasl/sasl.c
index be040b8..991ac0b 100644
--- a/c/src/sasl/sasl.c
+++ b/c/src/sasl/sasl.c
@@ -38,7 +38,7 @@
 static const pnx_sasl_implementation *global_sasl_impl = NULL;
 
 // List of SASL mechansms to exclude by default as they cause user pain
-static const char* pni_excluded_mechs = "GSSAPI GSS-SPNEGO";
+static const char* pni_excluded_mechs = "GSSAPI GSS-SPNEGO GS2-KRB5 GS2-IAKERB";
 
 //-----------------------------------------------------------------------------
 // pnx_sasl: API for SASL implementations to use


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@qpid.apache.org
For additional commands, e-mail: commits-help@qpid.apache.org