aboutsummaryrefslogtreecommitdiff
path: root/security/Makefile
diff options
context:
space:
mode:
authorHenrik Brix Andersen <brix@FreeBSD.org>2008-06-01 21:01:12 +0000
committerHenrik Brix Andersen <brix@FreeBSD.org>2008-06-01 21:01:12 +0000
commit5027b59c5ed7683d2224aa1ab039307d2bbe3bce (patch)
treee6a2184e94cc6677769a56dcfacc1aa404f21656 /security/Makefile
parentdd297c811228fcbd10075d78018eb9aedbca17bf (diff)
downloadports-5027b59c5ed7683d2224aa1ab039307d2bbe3bce.tar.gz
ports-5027b59c5ed7683d2224aa1ab039307d2bbe3bce.zip
This is the base class for a system of objects that encapsulate
passphrases. An object of this type is a passphrase recogniser: its job is to recognise whether an offered passphrase is the right one. For security, such passphrase recognisers usually do not themselves know the passphrase they are looking for; they can merely recognise it when they see it. There are many schemes in use to achieve this effect, and the intent of this class is to provide a consistent interface to them all, hiding the details. The CPAN package Authen::Passphrase contains implementations of several specific passphrase schemes in addition to the base class. WWW: http://search.cpan.org/dist/Authen-Passphrase/ Approved by: erwin (mentor)
Notes
Notes: svn path=/head/; revision=214156
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 49d3706f1f7c..987a05574e35 100644
--- a/security/Makefile
+++ b/security/Makefile
@@ -335,6 +335,7 @@
SUBDIR += p5-Authen-NTLM
SUBDIR += p5-Authen-PAAS
SUBDIR += p5-Authen-PAM
+ SUBDIR += p5-Authen-Passphrase
SUBDIR += p5-Authen-PluggableCaptcha
SUBDIR += p5-Authen-Radius
SUBDIR += p5-Authen-SASL