Community technical support mailing list was retired 2010 and replaced with a professional technical support team. For assistance please contact: Pre-sales Technical support via email to sales@march-hare.com.
Clayton Harbour wrote: > As you can see my client is hanging after the negotiate message. > Although in cvsnt all 3 items seem to be exchanged on the same line I > tried terminating the message with a \n because I thought the server > might be waiting for some sort of termination but this did not seem to > work. The strings being sent appear identical in any case so I am > really lost as to what is going on here, any help would be appreciated. Everything after the Negotiate message is generated by the SSPI system itself.. you just ask it for data and pass it between server and client - generally you'll get an error message back from AcceptSecurityContext if there's a problem. Make sure you really are supporting Negotiate (SPNEGO) otherwise it'll get confused. Tony