auth
auth
Module
auth
Module summary
Erlang network authentication server.
Description
This module is deprecated. For a description of the Magic Cookie system, refer to Distributed Erlang
in the Erlang Reference Manual.
Data types
cookie() = atom()
Exports
cookie() -> Cookie
Types:
Cookie = cookie()
Use erlang:get_cookie()
in ERTS instead.
cookie(TheCookie) -> true
Types:
TheCookie = Cookie | [Cookie]
The cookie can also be specified as a list with a single atom element.
Cookie = cookie()
Use erlang:set_cookie(node(),Cookie)in E