diff options
| author | Bhupendra Bhusman Bhardwaj <bhupendrab@apache.org> | 2007-04-06 13:32:56 +0000 |
|---|---|---|
| committer | Bhupendra Bhusman Bhardwaj <bhupendrab@apache.org> | 2007-04-06 13:32:56 +0000 |
| commit | 53e4b49b9d9e6dd48321cbb39d09971b56f8dea2 (patch) | |
| tree | 424c97e6fcc743164133c760c8f0b58931b7c903 /java/distribution/src | |
| parent | 9d4509f2acd38b2668f0dc81cc49e18ec4c7d540 (diff) | |
| download | qpid-python-53e4b49b9d9e6dd48321cbb39d09971b56f8dea2.tar.gz | |
QPID-444 : Enabling the Qpid to use SASL. jmxmp can be plugged into for SASL. Can be configured to use security.
git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/branches/M2@526157 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'java/distribution/src')
| -rw-r--r-- | java/distribution/src/main/assembly/bin.xml | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/java/distribution/src/main/assembly/bin.xml b/java/distribution/src/main/assembly/bin.xml index 88a8a68f55..7ec325b00c 100644 --- a/java/distribution/src/main/assembly/bin.xml +++ b/java/distribution/src/main/assembly/bin.xml @@ -83,6 +83,12 @@ <fileMode>420</fileMode> </file> <file> + <source>../broker/etc/jmxremote.access</source> + <outputDirectory>qpid-${qpid.version}/etc</outputDirectory> + <destName>jmxremote.access</destName> + <fileMode>420</fileMode> + </file> + <file> <source>../broker/etc/transient_config.xml</source> <outputDirectory>qpid-${qpid.version}/etc</outputDirectory> <destName>transient_config.xml</destName> |
