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.public/Krb_public/Client_identity/index.html

Module Krb_public.Client_identitySource

Sourcetype t = {
  1. client_principal : Principal.Name.t;
    (*

    The client principal

    *)
  2. cross_realm_client_principal : Cross_realm_principal_name.t;
    (*

    The client principal with realm information

    *)
  3. request_forwarded_creds : unit -> Cred_cache.t Async.Deferred.Or_error.t;
    (*

    Request a forwarded TGT from the client. The client must have explicitly enabled credential forwarding with on_credential_forwarding_request on connection establishment.

    *)
}
Sourceval request_forwarded_creds : t -> unit -> Cred_cache.t Async.Deferred.Or_error.t
Sourceval cross_realm_client_principal : t -> Cross_realm_principal_name.t
Sourceval client_principal : t -> Principal.Name.t
Sourcemodule Fields : sig ... end
Sourceval sexp_of_t : t -> Sexplib0.Sexp.t
OCaml

Innovation. Community. Security.