GSS_ACCEPT_SECURITY_CONTEXT

2005-09-27 Thread Balakrishnan, Sivakumar
Hi, I am trying to implement a custom Kerberos authentication for my IIS application using an ISAPI filter. I am expecting the gss_accept_security_context tor return me AP-REP if I passed a input token(contains AP-REQ) with mutual_authentication flag set in its AP-options. But in my program

Re: GSS_ACCEPT_SECURITY_CONTEXT

2005-09-27 Thread Jeffrey Hutzelman
On Tuesday, September 27, 2005 10:11:56 AM -0500 Balakrishnan, Sivakumar [EMAIL PROTECTED] wrote: I am trying to implement a custom Kerberos authentication for my IIS application using an ISAPI filter. I am expecting the gss_accept_security_context tor return me AP-REP if I passed a input

RE: GSS_ACCEPT_SECURITY_CONTEXT

2005-09-27 Thread Balakrishnan, Sivakumar
gss_accept_security_context with appropriate parameter and expected to get a return token with AP-REP. 6. But just got the GSS_S_COMPLETE with a output token that contains the logged in user principal. Thanks Siva -Original Message- From: Jeffrey Hutzelman [mailto:[EMAIL PROTECTED