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_gen_intf/index.html

Module Krb_internal_public.Config_gen_intfSource

Hardcoded constants that affect the behavior of the Krb library.

These can be changed by setting an environment variable, OCAML_KRB_CONFIG, to a sexp representation of the config. Also, setting OCAML_KRB_CONFIG to an invalid sexp (e.g. the empty string), will cause your program to print to stderr a usage message describing how to configure OCAML_KRB_CONFIG, and exit nonzero. For example, the following shell command should print the usage message:

  OCAML_KRB_CONFIG= foo.exe
Sourcemodule type S = sig ... end
Sourcemodule type Config_gen = sig ... end
OCaml

Innovation. Community. Security.