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

Module Cred_cache.ExpertSource

Sourceval resolve : string -> t Async.Deferred.Or_error.t
Sourceval full_name : t -> string
Sourceval get_credentials_for_user : ?tag_error_with_all_credentials:bool -> ?ensure_cached_valid_for_at_least:Core.Time_float.Span.t -> flags:Krb_flags.Get_credentials.t list -> t -> request:Credentials.t -> Credentials.t Async.Deferred.Or_error.t

See docs for get_credentials. The difference is that this function can get fresh tickets from the KDC where principal t is the server principal, rather than the client. The client may be any existing principal.

OCaml

Innovation. Community. Security.