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

Module Keytab.PathSource

Sourcetype t =
  1. | User
    (*

    $USER.keytab in Config.user_keytab_dir

    *)
  2. | Host
    (*

    Config.host_keytab_path

    *)
  3. | File of string
include Ppx_compare_lib.Comparable.S with type t := t
Sourceval compare : t Base__Ppx_compare_lib.compare
include Ppx_hash_lib.Hashable.S with type t := t
Sourceval hash_fold_t : t Base__Ppx_hash_lib.hash_fold
Sourceval hash : t -> Base__Ppx_hash_lib.Std.Hash.hash_value
Sourceval sexp_of_t : t -> Sexplib0.Sexp.t
Sourceval filename : t -> string

The keytab path for the currently running user

Sourceval user_keytab : user:string -> string

user_keytab user gets the filename for user's keytab.

Sourceval anon : t Async.Command.Anons.t
Sourceval flag : t Async.Command.Param.t
Sourceval optional_flag : t option Async.Command.Param.t
OCaml

Innovation. Community. Security.