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

Module Krb_internal_public.Keytab_entrySource

Sourcetype t

krb5_keytab_entry

A keytab entry consists of

  • a principal -- the identity of an actor we want to authenticate
  • a keyblock -- encryption keys derived from the principal's password
  • a key version number (kvno) -- a sequence number indicating which of the principal's historical passwords the keyblock was derived from.

You can think of a keytab as the set of identities one may take on as the holder of a particular password.

principal and keyblock return copies of underlying kerberos structures.

Sourceval kvno : t -> int
Sourcemodule Raw : sig ... end
OCaml

Innovation. Community. Security.