package krb

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type
type 'a with_init_args = Principal.t -> [ `Keytab of Keytab.t | `User_to_user of Keyblock.t ] -> ap_req:Ap_req.t -> 'a

Read the KRB_AP_REQ. To decrypt, either look for a key in the supplied keytab, or use the supplied keyblock. Return the client's principal.