package krb
sectionYPositions = computeSectionYPositions($el), 10)"
x-init="setTimeout(() => sectionYPositions = computeSectionYPositions($el), 10)"
>
A library for using Kerberos for both Rpc and Tcp communication
Install
dune-project
Dependency
Authors
Maintainers
Sources
krb-v0.16.0.tar.gz
sha256=353675621e4c5a888f2483dc1bb7281bd17ce4ed7dfd2f40142257f98db7c77d
doc/krb.public/Krb_public/Tgt/index.html
Module Krb_public.TgtSource
Source
val check_valid :
?valid_for_at_least:Krb_public__.Import.Time.Span.t ->
cred_cache:Krb_internal_public.Std.Cred_cache.t ->
Principal.Name.t ->
unit Async.Deferred.Or_error.tCheck cred_cache for a tgt that will still be valid after valid_for_at_least.
Source
val ensure_valid :
?valid_for_at_least:Krb_public__.Import.Time.Span.t ->
?keytab:Keytab.Path.t ->
cred_cache:Krb_internal_public.Std.Cred_cache.t ->
Principal.Name.t ->
unit Async.Deferred.Or_error.tTry to initialize cred_cache with a tgt for principal if a valid one does not exist. Attempt to acquire a new TGT in the following ways:
- Move a valid TGT from the default cred cache (if different from
cred_cache) - Get a new TGT using
keytab(if supplied) - Renew an existing TGT in
cred_cache
Source
val initialize_in_new_cred_cache :
?cache_type:Krb_internal_public.Std.Cache_type.t ->
?keytab:Keytab.Path.t ->
Principal.Name.t ->
Krb_internal_public.Std.Cred_cache.t Async.Deferred.Or_error.tCreate a new, empty credential cache and use keytab and principal to get and store a tgt into the cache.
Creating a new cred cache of types FILE or DIR leaks files on disk. The finalizer for Cred_cache.t closes the file and frees the memory associated with it, but the file doesn't get removed from disk.
Source
val get_cached_tgt :
?valid_for_at_least:Krb_public__.Import.Time.Span.t ->
cred_cache:Krb_internal_public.Std.Cred_cache.t ->
Principal.Name.t ->
Krb_internal_public.Std.Credentials.t Async.Deferred.Or_error.tSource
val keep_valid_indefinitely :
?refresh_every:Krb_public__.Import.Time.Span.t ->
?on_error:[ `Ignore | `Raise | `Call of Core.Error.t -> unit ] ->
?keytab:Keytab.Path.t ->
?abort:unit Async.Deferred.t ->
cred_cache:Cred_cache.t ->
Principal.Name.t ->
unit Async.Deferred.Or_error.tEnsure an initial tgt. Upon success an ensure_tgt_valid job is scheduled to run every refresh_every. If one of these background jobs fails, the on_error of the first caller determines how to handle the error.
sectionYPositions = computeSectionYPositions($el), 10)"
x-init="setTimeout(() => sectionYPositions = computeSectionYPositions($el), 10)"
>