package krb

  1. Overview
  2. Docs
Legend:
Page
Library
Module
Module type
Parameter
Class
Class type
Source

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.