package ocamlnet

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type
type identity = [
  1. | `Effective_user
  2. | `Real_user
  3. | `This_user of int * int * int array * string
]
val client_auth_method : ?identity:identity -> unit -> Rpc_client.auth_method
type user_name_format = [
  1. | `Custom of int32 -> int32 -> int32 array -> string -> string
  2. | `Full
  3. | `UID
]
val server_auth_method : ?lookup_hostname:bool -> ?require_privileged_port:bool -> ?user_name_as:user_name_format -> unit -> Rpc_server.auth_method
val parse_user_name : string -> int * int * int array * string