package krb

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type
type t = {
  1. pre_v5_assumed_realm : string option;
  2. host_keytab_path : string option;
  3. user_keytab_dir_template : string option;
  4. default_domain : string option option;
  5. debug_log_config : Debug_log_config.t option;
  6. verbose_errors : bool option;
  7. am_sandboxed : bool option;
}
val sexp_of_t : t -> Sexplib0.Sexp.t
val environment_variable : string
val username_template : string
module type S = S with type t = t
val make : default:t -> help_message: (default:t -> environment_variable:string -> field_descriptions:string -> string) -> (module S)