Skip to content

Commit

Permalink
6294 - Trivial updates to mc getting started guide + example config file
Browse files Browse the repository at this point in the history
Change password in example file to match the text in the Getting Started (with Redhat) document

Signed-off-by: R.I.Pienaar <rip@devco.net>
  • Loading branch information
robinbowes authored and ripienaar committed Feb 11, 2011
1 parent 7bfd358 commit 044205a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ext/activemq/examples/single-broker/activemq.xml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
<statisticsBrokerPlugin/>
<simpleAuthenticationPlugin>
<users>
<authenticationUser username="mcollective" password="example" groups="mcollective,everyone"/>
<authenticationUser username="mcollective" password="marionette" groups="mcollective,everyone"/>
<authenticationUser username="admin" password="secret" groups="mcollective,admin,everyone"/>
</users>
</simpleAuthenticationPlugin>
Expand Down

0 comments on commit 044205a

Please sign in to comment.