RE: Java GSS client talking to SSPI C++ Server

2011-02-25 Thread Ali Akhavan
going to do this will hit our post here. Cheers, Ali -Original Message- From: Michael B Allen [mailto:iop...@gmail.com] Sent: February-25-11 11:44 AM To: Ali Akhavan Cc: kerberos@mit.edu Subject: Re: Java GSS client talking to SSPI C++ Server On Wed, Feb 23, 2011 at 6:01 PM, Ali Akhavan

Re: Java GSS client talking to SSPI C++ Server

2011-02-25 Thread Michael B Allen
On Wed, Feb 23, 2011 at 6:01 PM, Ali Akhavan wrote: > Hello Kerberosians J > > > >  My intention is to delegate impersonation from a Java client to  a C++ > server. The Java client uses JAAS to authenticate and impersonate using > doAsPriviledged() and finally starts establishing  a security conte

Java GSS client talking to SSPI C++ Server

2011-02-23 Thread Ali Akhavan
Hello Kerberosians J My intention is to delegate impersonation from a Java client to a C++ server. The Java client uses JAAS to authenticate and impersonate using doAsPriviledged() and finally starts establishing a security context with the server. The server is C++ and is supposed to use S