lua-pam
lua-pam copied to clipboard
A module for lua to use PAM.
1. Refactor the code a bit 2. Provide error handling 3. Don't use explicit global state Closes #8
Please prove me if I am wrong, but ``` static int auth_current_user(lua_State *L) { ... ``` must have a C linkage as well e.g. it must be enclosed in `extern...
Is it possible to support finger print authentication? For reference: https://wiki.archlinux.org/title/fprint
So I know, that this is probably just supposed to be a lightweight, KISS lua implementation of PAM, but I was wondering, if it was possible to add support for...