Lwqzx
TODO: Some Actions For Lwqzx
Installation
If available in Hex, the package can be installed
by adding lwqzx to your list of dependencies in mix.exs:
def deps do
[{:lwqzx, "~> 0.0.1"}]
endDocumentation can be generated with ExDoc and published on HexDocs. Once published, the docs can be found at https://hexdocs.pm/lwqzx.
Usage
Just do it in your program
Lwqzx.auth(login,passwd)
if authed, it will return [login: login, uname: realname,groups: [..]] if not authed, it just return []