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

Module Krb_internal_public.Krb_infoSource

Sourcetype 'a t = {
  1. function_ : string;
  2. tag_arguments : Async.Sexp.t Core.Lazy.t option;
  3. tag_result : ('a -> Async.Sexp.t) option;
  4. tag_error : (Krb_error.t -> Async.Sexp.t Async.Deferred.t) option;
}
Sourceval create : ?tag_arguments:Async.Sexp.t Core.Lazy.t -> ?tag_result:('a -> Async.Sexp.t) -> ?tag_error:(Krb_error.t -> Async.Sexp.t Async.Deferred.t) -> string -> 'a t
Sourceval tags : _ t -> Krb_error.t -> Async.Sexp.t option Async.Deferred.t
Sourceval sandbox_tag : Async.Sexp.t option

If Some, contains a suggestion to use a Kerberos sandbox. None if we're not in tests or already inside a sandbox.

OCaml

Innovation. Community. Security.