Is it possible to authorize a local karaf client without providing login information?

2011-10-25 Thread mst
Hi! I'm working on a karaf installation, which runs as a windows service. It can be accessed through SSH using a PropertiesLoginModule with encrypted passwords. I'm executing some of my bundle commands using the local karaf client using a simple command.bat. Right now I have to authenticate

Re: Is it possible to authorize a local karaf client without providing login information?

2011-10-25 Thread Jean-Baptiste Onofré
Correct, the release is not available, and no, it's not yet scheduled. Feel free to create the Jira (or I will do it if you want). Regards JB On 10/25/2011 10:45 AM, mst wrote: Hi JB, thanks for the quick response. I guess ...we can enhance the client... means that this feature is not

Re: Is it possible to authorize a local karaf client without providing login information?

2011-10-25 Thread Guillaume Nodet
Fwiw, we'd have to also enhance our ssh server integration to support certificate based authentication. The sshd code itself can support that, but we'd have to implement an org.apache.sshd.server.PublickeyAuthenticator and provide the needed means to manage the certificates in Karaf. On Tue, Oct

Re: Is it possible to authorize a local karaf client without providing login information?

2011-10-25 Thread Achim Nierbeck
JB, do we have a jira-improvement for this? Another thing came cross my mind, there is some tool out there for SSO with ActiveDirectory support, we might consider also supporting this. I once had this question for pax web and found those two links: -

Re: Is it possible to authorize a local karaf client without providing login information?

2011-10-25 Thread Jean-Baptiste Onofré
Hi Achim, Jira has not been raised about that for now. And agree for the SSO (using ActiveDirectory, Kerberos, whatever), it could be interesting for others projects too (like Camel, CXF, or ServiceMix). Regards JB On 10/25/2011 11:14 AM, Achim Nierbeck wrote: JB, do we have a

Re: Is it possible to authorize a local karaf client without providing login information?

2011-10-25 Thread Achim Nierbeck
JB, yep I can see those benefits, and even pax web would profit from it ;) regards, Achim 2011/10/25 Jean-Baptiste Onofré j...@nanthrax.net Hi Achim, Jira has not been raised about that for now. And agree for the SSO (using ActiveDirectory, Kerberos, whatever), it could be interesting for

Re: Is it possible to authorize a local karaf client without providing login information?

2011-10-25 Thread mst
JB, reading through all the replies, I think it would be better if you create the issue. It seems that there is more behind the simple question I raised... Best Markus -- View this message in context:

Re: Wrong Execution Environment Names in Karaf 2.2.4?

2011-10-25 Thread Gareth
Hello Jean-Baptiste, I second the request for JavaSE-1.6/JavaSE-1.7 execution environments. As well, I tried to add in the Equinox implementation of Declarative Services (unless I missed it, I didn't see a Karaf feature for Declarative Services). When I tried to install

Re: Wrong Execution Environment Names in Karaf 2.2.4?

2011-10-25 Thread Jean-Baptiste Onofré
Thanks for the update Gareth. I'm going take a look. Regards JB On 10/25/2011 06:38 PM, Gareth wrote: Hello Jean-Baptiste, I second the request for JavaSE-1.6/JavaSE-1.7 execution environments. As well, I tried to add in the Equinox implementation of Declarative Services (unless I missed

karaf pax-exam question

2011-10-25 Thread Dan Tran
I am testing out this framework [1] and running to this stack trace when start the test [1] java.lang.RuntimeException: Could not resolve version. Did you configured the plugin in your maven project?Or maybe you did not run the maven build and you are using an IDE? at