1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-20 20:09:11 +00:00
freebsd-ports/security/pam_helper/pkg-descr
Joe Marcus Clarke 55278cda1b Add pam_helper, a small utility which allows non-PAM or non-setuid
applications to make use of PAM's authentication services.
2008-08-09 07:53:16 +00:00

6 lines
336 B
Plaintext

Pam_helper is a small utility which allows non-PAM, or non-setuid
applications to make use of PAM's authentication services. It was mainly
created to allow gnome-screensaver to make use of PAM, but any application
could use it. It accepts two arguments, the PAM service name, and a
username. It reads the user's password from stdin.