summaryrefslogtreecommitdiff
path: root/java
diff options
context:
space:
mode:
authorMartin Ritchie <ritchiem@apache.org>2007-04-06 13:51:41 +0000
committerMartin Ritchie <ritchiem@apache.org>2007-04-06 13:51:41 +0000
commitced9b99d37dc1bff385759e4f6f0358635017689 (patch)
tree778ada7f9db27d9f19f558f3bbc29d757ae834a3 /java
parent689901365700bd9076020955d0af2b4c16f3d143 (diff)
downloadqpid-python-ced9b99d37dc1bff385759e4f6f0358635017689.tar.gz
QPID-414 - Initial script to run the passwd gen.
git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/branches/M2@526166 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'java')
-rw-r--r--java/broker/bin/passwd21
1 files changed, 21 insertions, 0 deletions
diff --git a/java/broker/bin/passwd b/java/broker/bin/passwd
new file mode 100644
index 0000000000..c1bb05c082
--- /dev/null
+++ b/java/broker/bin/passwd
@@ -0,0 +1,21 @@
+#!/bin/bash
+#
+# Licensed to the Apache Software Foundation (ASF) under one
+# or more contributor license agreements. See the NOTICE file
+# distributed with this work for additional information
+# regarding copyright ownership. The ASF licenses this file
+# to you under the Apache License, Version 2.0 (the
+# "License"); you may not use this file except in compliance
+# with the License. You may obtain a copy of the License at
+#
+# http://www.apache.org/licenses/LICENSE-2.0
+#
+# Unless required by applicable law or agreed to in writing,
+# software distributed under the License is distributed on an
+# "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+# KIND, either express or implied. See the License for the
+# specific language governing permissions and limitations
+# under the License.
+#
+
+. qpid-run org.apache.qpid.server.security.Passwd "$@"