Decrypting kerberos ticket
    Sam Hartman 
    hartmans at MIT.EDU
       
    Tue Jul 20 14:20:42 EDT 2004
    
    
  
>>>>> "Noolyg" == Noolyg  <noolyg at yahoo.com> writes:
    Noolyg> Hi, I use MIT's kerberos library, and I have got several
    Noolyg> problems...  I was wondering what is the best way to
    Noolyg> decrypt a kerberos ticket (krb5_ticket)?  I saw the
    Noolyg> krb5_decrypt_ticket_part func but it is private...  Is
    Noolyg> there an alternative?
You should not be decrypting a ticket except as part of an
authenticator; use krb5_rd_req.
    Noolyg> And another thing is how do I get the krb5_keyblock? I can
    Noolyg> have the kerberos key as a string, but how do I convert it
    Noolyg> to a keyblock?
krb5_c_string_to_key_with_params
    
    
More information about the Kerberos
mailing list