You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@activemq.apache.org by ENP <pr...@stc.donpac.ru> on 2006/06/12 08:12:39 UTC

Master/Slave and authentication/authorization

Hi,

Can I use jaasAuthenticationPlugin and authorizationPlugin with Master/Slave
configuration? Where can I define users,passwords,groups and authorization
policy? Need I configure only master or both? What will be happen after
master failure in first case?

--
View this message in context: http://www.nabble.com/Master-Slave-and-authentication-authorization-t1772261.html#a4823801
Sent from the ActiveMQ - User forum at Nabble.com.


Re: Master/Slave and authentication/authorization

Posted by James Strachan <ja...@gmail.com>.
On 6/13/06, amerigo5 <am...@hotmail.com> wrote:
>
> James, it would be great if the links you posted can be added into the
> Security section of ActiveMQ.org.

BTW the documentation is all a wiki - so you can go ahead and edit any
page you like - just hit the edit button (bottom right)...

http://incubator.apache.org/activemq/how-does-the-website-work.html


> Post here: http://incubator.apache.org/activemq/security.html
>
> These Links:
>
> http://svn.apache.org/repos/asf/incubator/activemq/trunk/activemq-core/src/test/resources/login.config
>
> http://svn.apache.org/repos/asf/incubator/activemq/trunk/activemq-core/src/test/resources/org/apache/activemq/security/

Done. FWIW the apache site takes a while to update sometimes, here's
the activemq.org page...

http://activemq.org/site/security.html

-- 

James
-------
http://radio.weblogs.com/0112098/

Re: Master/Slave and authentication/authorization

Posted by amerigo5 <am...@hotmail.com>.
James, it would be great if the links you posted can be added into the
Security section of ActiveMQ.org.

Post here: http://incubator.apache.org/activemq/security.html

These Links:

http://svn.apache.org/repos/asf/incubator/activemq/trunk/activemq-core/src/test/resources/login.config

http://svn.apache.org/repos/asf/incubator/activemq/trunk/activemq-core/src/test/resources/org/apache/activemq/security/

Thanks. 
--
View this message in context: http://www.nabble.com/Master-Slave-and-authentication-authorization-t1772261.html#a4846963
Sent from the ActiveMQ - User forum at Nabble.com.


Re: Master/Slave and authentication/authorization

Posted by James Strachan <ja...@gmail.com>.
On 6/12/06, ENP <pr...@stc.donpac.ru> wrote:
>
> Hi,
>
> Can I use jaasAuthenticationPlugin and authorizationPlugin with Master/Slave
> configuration?

Yes

> Where can I define users,passwords,groups and authorization
> policy?

Users, passwords & groups are defined in JAAS

See http://incubator.apache.org/activemq/security.html

and the referenced example
http://svn.apache.org/repos/asf/incubator/activemq/trunk/activemq-core/src/test/resources/login.config

the users and groups are define dhere
http://svn.apache.org/repos/asf/incubator/activemq/trunk/activemq-core/src/test/resources/org/apache/activemq/security/


> Need I configure only master or both?

Both

> What will be happen after
> master failure in first case?

It fails over to the slave. All client connections will be
re-authenticated & re-authorized on the slave.

-- 

James
-------
http://radio.weblogs.com/0112098/