Skip to content
forked from basho/canola

Simple PAM port driver for erlang

License

Notifications You must be signed in to change notification settings

OpenRiak/canola

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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>

About

Simple PAM port driver for erlang

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C 60.4%
  • Erlang 37.6%
  • Makefile 2.0%