package krb

  1. Overview
  2. Docs
A library for using Kerberos for both Rpc and Tcp communication

Install

Dune Dependency

Authors

Maintainers

Sources

krb-v0.15.0.tar.gz
sha256=d0b4b946f4e53dff9091d2d02a235e861ab5ad9d64638b17ba1834dedfb4f53d

doc/krb.internal/Krb_internal_public/Config/index.html

Module Krb_internal_public.ConfigSource

include Config_gen_intf.S
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 username_template : string
val environment_variable : string
val t : t
val pre_v5_assumed_realm : string
val host_keytab_path : string
val user_keytab_dir_template : string
val user_keytab_dir : username:string -> string
val default_domain : string option
val debug_log_config : Debug_log_config.t
val verbose_errors : bool
val am_sandboxed : bool
val print_debug_messages : bool

true iff List.length debug_log_config > 0

OCaml

Innovation. Community. Security.