Skip to content

Latest commit

 

History

History
21 lines (17 loc) · 418 Bytes

README.md

File metadata and controls

21 lines (17 loc) · 418 Bytes

Canola

Canola OpenRiak Status

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>