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

Module Krb_flags.Get_credentialsSource

Sourcetype t =
  1. | KRB5_GC_CACHED
    (*

    Want a cached ticket. If this is specified, getting credentials from a cred cache that doesn't have them will fail, instead of reaching out to the KDC to get them.

    *)
  2. | KRB5_GC_USER_USER
    (*

    Want a user-user ticket

    *)
  3. | KRB5_GC_NO_STORE
    (*

    Do not store in credential cache

    *)
include Ppx_compare_lib.Equal.S with type t := t
Sourceval equal : t Base__Ppx_compare_lib.equal
OCaml

Innovation. Community. Security.