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_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.