Re: Adding users on the fly ACTIVEMQ

2008-04-30 Thread rbramley
s,dc=acme,dc=com" roleName=cn roleSearchMatching="(member:=uid={1})" roleSearchSubtree=true ; }; 3. Fire it up... You can then perform your runtime tasks using the LDAP admin tool. Hope this helps, Robin http://www.nabble.com/file/p16984528/sample.ldif

Re: Adding users on the fly ACTIVEMQ

2008-04-24 Thread greenapple
BC right now, but I know one of these days soon I'm going to >>> have to write one because all my JAAS stuff is in there (I did write a >>> JAAS auth module for JDBC which works). You'll probably need something >>> like that too in order to authenticate the users from your data store. >>> As a guess I'd say it might take a couple days to unravel the >>> AuthorizationMap interface and implement something that works. Have a go >>> at it! >>> >> >> > > -- View this message in context: http://www.nabble.com/Adding-users-on-the-fly-ACTIVEMQ-tp16825211s2354p16887454.html Sent from the ActiveMQ - User mailing list archive at Nabble.com.

Re: Adding users on the fly ACTIVEMQ

2008-04-24 Thread Abdul Alhazred
something like that >> too in order to authenticate the users from your data store. As a guess >> I'd say it might take a couple days to unravel the AuthorizationMap >> interface and implement something that works. Have a go at it! >> > > -- View this message in context: http://www.nabble.com/Adding-users-on-the-fly-ACTIVEMQ-tp16825211s2354p16851064.html Sent from the ActiveMQ - User mailing list archive at Nabble.com.

Re: Adding users on the fly ACTIVEMQ

2008-04-24 Thread greenapple
th module > for JDBC which works). You'll probably need something like that too in > order to authenticate the users from your data store. As a guess I'd say > it might take a couple days to unravel the AuthorizationMap interface and > implement something that works.

Re: Adding users on the fly ACTIVEMQ

2008-04-23 Thread Abdul Alhazred
say it might take a couple days to unravel the AuthorizationMap interface and implement something that works. Have a go at it! -- View this message in context: http://www.nabble.com/Adding-users-on-the-fly-ACTIVEMQ-tp16825211s2354p16834707.html Sent from the ActiveMQ - User mailing list archive at Nabble.com.

Re: Adding users on the fly ACTIVEMQ

2008-04-22 Thread Dejan Bosanac
w? > -- > View this message in context: > http://www.nabble.com/Adding-users-on-the-fly-ACTIVEMQ-tp16825211s2354p16825211.html > Sent from the ActiveMQ - User mailing list archive at Nabble.com. > >

Adding users on the fly ACTIVEMQ

2008-04-22 Thread greenapple
I have activemq running and a new user asks for an account. Is it possible to add users and groups on the fly to the list of users and groups in activemq without restarting it? If so, how? -- View this message in context: http://www.nabble.com/Adding-users-on-the-fly-ACTIVEMQ