Re: Java app as Windows Service w/JGSS+Kerberos - should it work?

2009-03-18 Thread Chris
On Mar 11, 5:08 pm, Chris wrote: > I know this is a fairly specific configuration but I'm hoping someone > may have some experience to offer - have you been able to get a GSS- > API-enabled Java server application running as a Windows Service with > a local KeyTab file? If you have gotten this to

Java app as Windows Service w/JGSS+Kerberos - should it work?

2009-03-11 Thread Chris
I have a JBoss webservice app that's configured for GSS-API (Kerberos) authentication of context tokens received from clients. It gets the GSS-API output token in a soap message and calls acceptSecContext(). GSS-API is configured wtih a Krb5LoginModule and a local keyTab file (exported from AD). A