What is JLibPam?
JLibPam is a small java library that allows you to access the PAM security layer of your Operating System.
Using jlibpam is easy. To authenticate a user on the system you need to run:
Pam.authenticate("system", "user", "password");
JLibPam is a small java library that allows you to access the PAM security layer of your Operating System.
Using jlibpam is easy. To authenticate a user on the system you need to run:
Pam.authenticate("system", "user", "password");