regarding kerberos for different plateforms

2007-09-12 Thread sharda saiwan
Hello all, I have an application in which client is running in c++ and the server is running on Java plateform. Now I want to make the communication channel secure using Kerberos. How can I setup Kerberos on both sides (client and server) having different plateforms? Any idea? Plz Help

Randomly BasicAuthBox

2007-09-12 Thread Djihangiroff, Matthias (KC-DD)
Hello, its me again. Ive changed the LogLevel to "debug" Here is a snap of the error log from a randomly appearing BasicAuth Box All is running fine "Verifying client data using SPNEGO GSS-API" until suddenly " Verifying client data using KRB5 GSS-API" and the BasicAuthBox is popping up. I dont

Re: regarding kerberos for different plateforms

2007-09-12 Thread Fred Dushin
Um, you'll probably need to provide more information. What communications protocols are being used between the client and server? What Quality of Service/Protection do you need (authentication, mutual or otherwise, encryption, integrity?) On Sep 12, 2007, at 5:30 AM, sharda saiwan wrote: >

Re: Is kfw thread safe ?

2007-09-12 Thread Danny Mayer
Markus Moeller wrote: > I have an application running on w2k3 compiled with VisualStudio 2005 > Express Edition which calls gss_init_sec_context from different threads with > a memory cache and I get from time to time the following if I run it under > debug in VS 2005: > > First-chance exceptio