aboutsummaryrefslogtreecommitdiff
path: root/security/Makefile
diff options
context:
space:
mode:
authorPawel Pekala <pawel@FreeBSD.org>2012-12-17 15:00:26 +0000
committerPawel Pekala <pawel@FreeBSD.org>2012-12-17 15:00:26 +0000
commit19c526e63e1e7e4efca64e6d5f41c13ca5b53f79 (patch)
treed57b29072a2b867940da1a695afa3acc7e9fe5cb /security/Makefile
parent024b82553025c7c0ec11a5b572cb56166d3caf3a (diff)
downloadports-19c526e63e1e7e4efca64e6d5f41c13ca5b53f79.tar.gz
ports-19c526e63e1e7e4efca64e6d5f41c13ca5b53f79.zip
This PAM service module allows PAM-enabled applications to check if
the target user is in some arbitrary plaintext list. Similar to module pam_ftpusers from the FreeBSD Project and is based on it's code. WWW: http://sourceforge.net/projects/pam-search-list/ PR: ports/169877 Submitted by: Victor Popov
Notes
Notes: svn path=/head/; revision=309099
Diffstat (limited to 'security/Makefile')
-rw-r--r--security/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/security/Makefile b/security/Makefile
index b8198a6efdb2..b691755efb3c 100644
--- a/security/Makefile
+++ b/security/Makefile
@@ -611,6 +611,7 @@
SUBDIR += pam_pseudo
SUBDIR += pam_pwdfile
SUBDIR += pam_require
+ SUBDIR += pam_search_list
SUBDIR += pam_smb
SUBDIR += pam_ssh_agent_auth
SUBDIR += pamtester