Hi Henry, Thanks for your response. This C application (shared library) will be used for validating the kerberos credential of a user with KDC on Microsoft AD 2003. Please suggest how we can use/develop a C application to validate user's kerberos credentials with KDC located on different system. Any pointers to this will be of great help. Thanks, Rahul
--- On Wed, 9/10/08, Henry B. Hotz <[EMAIL PROTECTED]> wrote: From: Henry B. Hotz <[EMAIL PROTECTED]> Subject: Re: Application to extract Kerberos Cerdential To: "[EMAIL PROTECTED]" <[EMAIL PROTECTED]> Date: Wednesday, September 10, 2008, 10:45 PM On Sep 10, 2008, at 9:17 AM, [EMAIL PROTECTED] wrote: > Message: 1 > Date: Wed, 10 Sep 2008 07:05:39 -0700 (PDT) > From: Rahul Kohli <[EMAIL PROTECTED]> > Subject: Application to extract Kerberos Cerdentials > To: [EMAIL PROTECTED] > Message-ID: <[EMAIL PROTECTED]> > Content-Type: text/plain; charset=iso-8859-1 > > Hi All, > ? > I am using Kerberos Client installed on HP-UX with?Active Directory > 2003 (KDC Server).?I have verified the setup to be?working fine > using Kinit and Klist utilities installed with Kerberos Client. > ? > I need to develop a sample C/C++ application that can extract User's > kerberos credentials from the browser HTTP request and pass it to > Kerberos Client for validation with KDC Server. > ? > Please suggest how can we extract user's kerberos credentials from > Browser. Where can I get details of the API's to be used for this > purpose. > ? > Thanks, > Rahul > ? I think this kind of question belongs on the [email protected] list, since it's not specific to the MIT implementation. I've set the reply- to header accordingly. I don't understand the application you're proposing. Is it possible that what you want is really a web server module like mod_auth_kerb? I can't imagine why you would want a *browser* to check a user's credentials because the user owns the browser and can run whichever one he/she wants, including a custom-modified one. For the normal usage scenarios the "extraction" process happens automatically as part of some other task. If you can tell us what you're trying to do, then perhaps we can point you at the right API's. _______________________________________________ krbdev mailing list [EMAIL PROTECTED] https://mailman.mit.edu/mailman/listinfo/krbdev ________________________________________________ Kerberos mailing list [email protected] https://mailman.mit.edu/mailman/listinfo/kerberos
