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.16.0.tar.gz
sha256=353675621e4c5a888f2483dc1bb7281bd17ce4ed7dfd2f40142257f98db7c77d

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

Module Krb_internal_public.Config_genSource

include Config_gen_intf.Config_gen
Sourcetype 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. sandboxing_state : [ `None | `Sandboxed | `Exempted ] option;
}
Sourceval sexp_of_t : t -> Sexplib0.Sexp.t
Sourceval environment_variable : string
Sourceval username_template : string
Sourcemodule type S = Config_gen_intf.S with type t = t
Sourceval make : default:t -> help_message: (default:t -> environment_variable:string -> field_descriptions:string -> string) -> (module S)
OCaml

Innovation. Community. Security.