Plasma GitLab Archive
Projects Blog Knowledge

sig
  type user_name_format = [ `Exported_name | `Plain_name | `Prefixed_name ]
  val server_auth_method :
    ?require_privacy:bool ->
    ?require_integrity:bool ->
    ?shared_context:bool ->
    ?acceptor_cred:Netgssapi.credential ->
    ?user_name_format:Rpc_auth_gssapi.user_name_format ->
    ?seq_number_window:int ->
    Netgssapi.gss_api -> Netgssapi.oid -> Rpc_server.auth_method
  type support_level = [ `If_possible | `None | `Required ]
  type user_name_interpretation =
      [ `Exported_name | `Plain_name of Netgssapi.oid | `Prefixed_name ]
  val client_auth_method :
    ?privacy:Rpc_auth_gssapi.support_level ->
    ?integrity:Rpc_auth_gssapi.support_level ->
    ?user_name_interpretation:Rpc_auth_gssapi.user_name_interpretation ->
    Netgssapi.gss_api -> Netgssapi.oid -> Rpc_client.auth_method
  module Debug : sig val enable : bool Pervasives.ref end
end
This web site is published by Informatikbüro Gerd Stolpmann
Powered by Caml