module Nn_authticket:Management of authentication ticketssig
..end
val create : string -> int64
Raises Not_found
if this user does not exist.
val renew : int64 -> unit
val principal : int64 -> Unix.passwd_entry * string * Plasma_util.StrSet.t
(pw_entry, main_group, groups)
. Raises Not_found
if
the ticket does not exist or has timed out.val delete : int64 -> unit
val post_start_hook : Netmcore.res_id -> unit
pool