diff options
author | glarkin <glarkin@FreeBSD.org> | 2009-05-01 01:51:57 +0800 |
---|---|---|
committer | glarkin <glarkin@FreeBSD.org> | 2009-05-01 01:51:57 +0800 |
commit | b0578a5baa58b75694d3a11a157d3bd9462f266d (patch) | |
tree | 25cec415242810c8360469ba385af1a0a0ab0f5a /security/Makefile | |
parent | 510a30b2447f59c3cdf49b7c5cffe0d041d7c05b (diff) | |
download | freebsd-ports-gnome-b0578a5baa58b75694d3a11a157d3bd9462f266d.tar.gz freebsd-ports-gnome-b0578a5baa58b75694d3a11a157d3bd9462f266d.tar.zst freebsd-ports-gnome-b0578a5baa58b75694d3a11a157d3bd9462f266d.zip |
This module comes with a set of methods to use with htaccess password
files. These files (and htaccess) are used to do Basic Authentication
on a web server.
The password file is a flat-file with login names and their associated
crypted password. You can use this for non-Apache files if you wish,
but it was written specifically for .htaccess style files.
WWW: http://search.cpan.org/dist/Apache-Htpasswd/
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 80ecd1360653..7fb198f7514e 100644 --- a/security/Makefile +++ b/security/Makefile @@ -338,6 +338,7 @@ SUBDIR += ossec-hids-server SUBDIR += osslsigncode SUBDIR += outguess + SUBDIR += p5-Apache-Htpasswd SUBDIR += p5-Authen-Bitcard SUBDIR += p5-Authen-Captcha SUBDIR += p5-Authen-CyrusSASL |