package krb

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type
type t =
  1. | User
    (*

    $USER.keytab in Config.user_keytab_dir

    *)
  2. | Host
    (*

    Config.host_keytab_path

    *)
  3. | File of string
include Ppx_compare_lib.Comparable.S with type t := t
val compare : t -> t -> int
include Ppx_hash_lib.Hashable.S with type t := t
val hash_fold_t : Base.Hash.state -> t -> Base.Hash.state
val hash : t -> Base.Hash.hash_value
val sexp_of_t : t -> Sexplib0.Sexp.t
val filename : t -> string

The keytab path for the currently running user

val user_keytab : user:string -> string

user_keytab user gets the filename for user's keytab.

val optional_flag : t option Async.Command.Param.t