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 | 2334bf397dff89a81592c3abd8ed4a28d6192bd4 (patch) | |
| tree | a6e3605975510d8619e6352d860ea0f5a893576f /qpid/cpp/src/tests/sasl.mk | |
| parent | adad1797bc8e7427742d76baf52b32d5b29d85b5 (diff) | |
| download | qpid-python-2334bf397dff89a81592c3abd8ed4a28d6192bd4.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@1050162 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'qpid/cpp/src/tests/sasl.mk')
| -rw-r--r-- | qpid/cpp/src/tests/sasl.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/qpid/cpp/src/tests/sasl.mk b/qpid/cpp/src/tests/sasl.mk index 334a4b9c81..2d62eb73b6 100644 --- a/qpid/cpp/src/tests/sasl.mk +++ b/qpid/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 |
