~umgeher/canola

2507f698 — Martin Sumner 2 years ago
Merge pull request #3 from basho/develop-3.2
15ca8c80 — Martin Sumner 2 years ago
Empty test in GHA

refs

ut/include-fix
browse  log 

clone

read-only
https://git.sr.ht/~umgeher/canola
read/write
git@git.sr.ht:~umgeher/canola

You can also use your local clone with git send-email.

#Canola

Canola, a PAM port driver for the GPL intolerant.

#Usage

1> P = canola:open().
#Port<0.741>
2> canola:auth(<<"andrew">>, <<"password">>, <<"service">>, P).
ok
3> canola:auth(<<"andrew">>, <<"badpassword">>, <<"service">>, P).
error
4> canola:close(P).
true
5>