Plasma GitLab Archive
Projects Blog Knowledge

(* $Id: qserver_auth_sys.ml 286 2006-04-29 16:21:42Z gerd $ *)

(* Configure qserver for system authentication (UNSAFE) *)

Qserver.pluggable_auth_module :=
  ( "auth_sys",
    (`Socket(Rpc.Tcp, Rpc_server.Portmapped, Rpc_server.default_socket_config)),
    (fun srv ->
       Rpc_server.set_auth_methods
	 srv
	 [ Rpc_auth_sys.server_auth_method
	      ~require_privileged_port:false 
	      ~user_name_as:`UID
	      () ]
    )
  )
;;

This web site is published by Informatikbüro Gerd Stolpmann
Powered by Caml