diff options
author | knu <knu@FreeBSD.org> | 2001-09-03 18:14:44 +0000 |
---|---|---|
committer | knu <knu@FreeBSD.org> | 2001-09-03 18:14:44 +0000 |
commit | a0cc7c4ab430a6c6334f077d568c6b75e71650a6 (patch) | |
tree | 5eda8729edf4605b26979540b2dbcf9f441df04b /security/Makefile | |
parent | 9f54a0b925d13befc222b0838f25731a6b0c46aa (diff) | |
download | FreeBSD-ports-a0cc7c4ab430a6c6334f077d568c6b75e71650a6.zip FreeBSD-ports-a0cc7c4ab430a6c6334f077d568c6b75e71650a6.tar.gz |
Add pam_pwdfile, a PAM module which allows authentication against
alternate passwd files.
PR: 30240
Submitted by: Michael Schout <mschout@gkg.net>
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 0436f41..1f80cd2 100644 --- a/security/Makefile +++ b/security/Makefile @@ -133,6 +133,7 @@ SUBDIR += pam-pgsql SUBDIR += pam_krb5 SUBDIR += pam_ldap + SUBDIR += pam_pwdfile SUBDIR += pam_smb SUBDIR += pam_ssh SUBDIR += pgp |