diff options
| author | Michael Goulish <mgoulish@apache.org> | 2010-12-16 21:10:38 +0000 |
|---|---|---|
| committer | Michael Goulish <mgoulish@apache.org> | 2010-12-16 21:10:38 +0000 |
| commit | 3f6e6e7dd760661b572256f778ff523c3db8ecba (patch) | |
| tree | 2efe67efabf2a011b5aeffd011897ef3008ee953 /cpp/src/tests/sasl.mk | |
| parent | d31ec31c41f54d21afd0c8c0fd0af043eac76216 (diff) | |
| download | qpid-python-3f6e6e7dd760661b572256f778ff523c3db8ecba.tar.gz | |
In broker::ConectionHandler, use the security settings, if any,
provided by the transport layer when starting SASL.
This allows the SASL mechanism EXTERNAL to be satisfied with
SSL transport security.
The test, sasl_fed_ex, uses this SASL/SSL security on a
federated link between two brokers.
git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@1050162 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'cpp/src/tests/sasl.mk')
| -rw-r--r-- | cpp/src/tests/sasl.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cpp/src/tests/sasl.mk b/cpp/src/tests/sasl.mk index 334a4b9c81..2d62eb73b6 100644 --- a/cpp/src/tests/sasl.mk +++ b/cpp/src/tests/sasl.mk @@ -30,7 +30,7 @@ check_PROGRAMS+=sasl_version sasl_version_SOURCES=sasl_version.cpp sasl_version_LDADD=$(lib_client) -TESTS += run_cluster_authentication_test sasl_fed +TESTS += run_cluster_authentication_test sasl_fed sasl_fed_ex LONG_TESTS += run_cluster_authentication_soak EXTRA_DIST += run_cluster_authentication_test sasl_fed run_cluster_authentication_soak |
