krb.public
Keytab.Path
krb.internal
type t =
| User
$USER.keytab in Config.user_keytab_dir
USER
Config.user_keytab_dir
| Host
Config.host_keytab_path
| File of string
include Ppx_compare_lib.Comparable.S with type t := t
val compare : t Base__Ppx_compare_lib.compare
include Ppx_hash_lib.Hashable.S with type t := t
val hash_fold_t : t Base__Ppx_hash_lib.hash_fold
val hash : t -> Base__Ppx_hash_lib.Std.Hash.hash_value
val sexp_of_t : t -> Sexplib0.Sexp.t
val filename : t -> string
The keytab path for the currently running user
val user_keytab : user:string -> string
user_keytab user gets the filename for user's keytab.
user_keytab user
user
val anon : t Async.Command.Anons.t
val flag : t Async.Command.Param.t
val optional_flag : t option Async.Command.Param.t