diff options
author | marcus <marcus@FreeBSD.org> | 2008-08-09 15:53:16 +0800 |
---|---|---|
committer | marcus <marcus@FreeBSD.org> | 2008-08-09 15:53:16 +0800 |
commit | 700a38030ea847705c9f8f7c942c860d9e34cd0c (patch) | |
tree | 7a95276fb35c17c71ae3b3964ffcd187b0c42cf2 /security/Makefile | |
parent | a857f234ee779455901ad7182488deb1cac51eb7 (diff) | |
download | freebsd-ports-gnome-700a38030ea847705c9f8f7c942c860d9e34cd0c.tar.gz freebsd-ports-gnome-700a38030ea847705c9f8f7c942c860d9e34cd0c.tar.zst freebsd-ports-gnome-700a38030ea847705c9f8f7c942c860d9e34cd0c.zip |
Add pam_helper, a small utility which allows non-PAM or non-setuid
applications to make use of PAM's authentication services.
Diffstat (limited to 'security/Makefile')
-rw-r--r-- | security/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/security/Makefile b/security/Makefile index b5a2a4009972..fef922b6674e 100644 --- a/security/Makefile +++ b/security/Makefile @@ -528,6 +528,7 @@ SUBDIR += pam_authsrv SUBDIR += pam_bsdbioapi SUBDIR += pam_fprint + SUBDIR += pam_helper SUBDIR += pam_krb5 SUBDIR += pam_ldap SUBDIR += pam_mkhomedir |