Re: [Acegisecurity-developer] JAAS Integration - JBoss hijacking?

2006-07-24 Thread Benjamin Brown
Apologies - initially it was sent from the wrong email address and left in a pending state with the moderator (since I wasn't a group member). I then changed my email address in account settings and sent it again few minutes later. The second post was likely the one held by the mod. I've not so

Re: [Acegisecurity-developer] JAAS Integration - JBoss hijacking?

2006-07-22 Thread Ray Krueger
Benjamin, you posted this thread once already. Myself and some others already replied. Please read the replies to your previous post. On 7/20/06, Benjamin Brown <[EMAIL PROTECTED]> wrote: > Hi, > > I'm new to Acegi but I understand the basic concepts well enough to > configure it with our Spring b

[Acegisecurity-developer] JAAS Integration - JBoss hijacking?

2006-07-22 Thread Benjamin Brown
Hi, I'm new to Acegi but I understand the basic concepts well enough to configure it with our Spring based webapp. I'm having a particular problem with JAAS and Kerberos integration - it appears our JBoss application server is possibly hijacking authentication calls by JAAS but I'm unsure why.

Re: [Acegisecurity-developer] JAAS Integration - JBoss hijackingKerberos authentication mechanism

2006-07-20 Thread Sergio Berna
-developer@lists.sourceforge.net Asunto: [Acegisecurity-developer] JAAS Integration - JBoss hijackingKerberos authentication mechanism Hi, I'm new to Acegi but I understand the basic concepts well enough to configure it with our Spring based webapp. I'm having a particular problem wit

Re: [Acegisecurity-developer] JAAS Integration - JBoss hijacking Kerberos authentication mechanism

2006-07-20 Thread Ray Krueger
Unfortunately JBoss is causing this issue. Which means the answer is buried deep in one of many cryptic xml files. By default JBoss does come with some amount of JAAS configuration pre-established. If you go to Jboss.org and get a hold of the administrator docs you can look over how JBoss Security

[Acegisecurity-developer] JAAS Integration - JBoss hijacking Kerberos authentication mechanism

2006-07-20 Thread Benjamin Brown
Hi, I'm new to Acegi but I understand the basic concepts well enough to configure it with our Spring based webapp. I'm having a particular problem with JAAS and Kerberos integration - it appears our JBoss application server is possibly hijacking authentication calls by JAAS but I'm unsure why. It

Re: [Acegisecurity-developer] JAAS integration

2004-07-25 Thread Ben Alex
[EMAIL PROTECTED] wrote: Hi, I’ve been successfully using Acegi for a couple of months (web application), with a setup that includes the DaoAuthenticationProvider and my own user database. Congratulations to all members of the project for the simplicity of the solution. Now i’m facing a new scen

[Acegisecurity-developer] JAAS integration

2004-07-25 Thread rmatinata
Hi, I’ve been successfully using Acegi for a couple of months (web application), with a setup that includes the DaoAuthenticationProvider and my own user database. Congratulations to all members of the project for the simplicity of the solution. Now i’m facing a new scenario, within JBOSS, wh