[24578] in Kerberos

home help back first fref pref prev next nref lref last post

Re: Kerberos session key

daemon@ATHENA.MIT.EDU (Douglas E. Engert)
Thu Sep 1 14:20:20 2005

Message-ID: <4317462F.5070807@anl.gov>
Date: Thu, 01 Sep 2005 13:19:27 -0500
From: "Douglas E. Engert" <deengert@anl.gov>
MIME-Version: 1.0
To: jan2x <jan.rebada@gmail.com>
In-Reply-To: <1125566545.949806.17240@g44g2000cwa.googlegroups.com>
Content-Type: text/plain; charset=us-ascii; format=flowed
Content-Transfer-Encoding: 7bit
cc: kerberos@mit.edu
Errors-To: kerberos-bounces@mit.edu



jan2x wrote:
> Good day! I am tracing the program from Microsoft which is a SSPI
> program. My question is, is the token returned be the session key of
> the Kerberos session? If not, how can i extract the session key?
> Thanks!
> 

See the LsaCallAuthenticationPackage() to get a service ticket.
Then look at the pTicketResponse.

   pTicket = &(pTicketResponse->Ticket);

   pTicket->SessionKey.Length;
   pTicket->SessionKey.value;


> ________________________________________________
> Kerberos mailing list           Kerberos@mit.edu
> https://mailman.mit.edu/mailman/listinfo/kerberos
> 
> 

-- 

  Douglas E. Engert  <DEEngert@anl.gov>
  Argonne National Laboratory
  9700 South Cass Avenue
  Argonne, Illinois  60439
  (630) 252-5444
________________________________________________
Kerberos mailing list           Kerberos@mit.edu
https://mailman.mit.edu/mailman/listinfo/kerberos

home help back first fref pref prev next nref lref last post