[jboss-user] [Remoting] - Re: non-ssl user authentication?

2007-06-25 Thread cupdike
I opened an issue for this: http://jira.jboss.com/jira/browse/JBREM-759 I'm kind of amazed that I'm the first one to request non-ssl client username/password authentication like this. -Clark View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4057392#4057392

[jboss-user] [Remoting] - Re: non-ssl user authentication?

2007-06-02 Thread cupdike
Thanks for the reply Ron. Just to be clear (before I submit any JIRA issues)... I've used JNDI lookups to access EJB session beans in the past where the context is used to authenticate the client to the server, and the user principal is then accessible in the EJB context. I'd like to do the

[jboss-user] [Remoting] - Re: non-ssl user authentication?

2007-06-01 Thread [EMAIL PROTECTED]
Hi Clark, I'm not quite sure what you want to achieve, but it's not likely that Remoting does what you want. It's true that you can pass username and password when creating a JNDI InitialContext. For example, the following lines taken from the Sun JNDI tutorial at