aboutsummaryrefslogtreecommitdiff
path: root/security/pamtester/pkg-descr
diff options
context:
space:
mode:
authorThierry Thomas <thierry@FreeBSD.org>2005-05-29 09:48:19 +0000
committerThierry Thomas <thierry@FreeBSD.org>2005-05-29 09:48:19 +0000
commit32750301293a8003f7afb6ec09ce38ad0d7946d6 (patch)
treed24fffa9a99377df7533eecdfdbe3e146a9b8f53 /security/pamtester/pkg-descr
parent98a50651a263680914873ec80fbd6559681f0e68 (diff)
downloadports-32750301293a8003f7afb6ec09ce38ad0d7946d6.tar.gz
ports-32750301293a8003f7afb6ec09ce38ad0d7946d6.zip
Add pamtester 0.1.0, a command line pam authentication tester.
PR: 81427 Submitted by: andy (at) fud.org.nz
Notes
Notes: svn path=/head/; revision=136374
Diffstat (limited to 'security/pamtester/pkg-descr')
-rw-r--r--security/pamtester/pkg-descr11
1 files changed, 11 insertions, 0 deletions
diff --git a/security/pamtester/pkg-descr b/security/pamtester/pkg-descr
new file mode 100644
index 000000000000..30f279274a14
--- /dev/null
+++ b/security/pamtester/pkg-descr
@@ -0,0 +1,11 @@
+pamtester is a tiny utility program to test the pluggable authentication
+modules (PAM) facility, which is a de facto standard of unified authentication
+management mechanism in many unices and similar OSes including Solaris, HP-UX,
+*BSD, MacOSX and Linux.
+
+While specifically designed to help PAM module authors to test their modules,
+that might also be handy for system administrators interested in building a
+centralised authentication system using common standards such as NIS, SASL and
+LDAP.
+
+WWW: http://pamtester.sourceforge.net/