1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19
|
Source: libapache-htpasswd-perl
Section: perl
Priority: optional
Build-Depends: debhelper (>= 4.0.0), perl (>= 5.6.0-17), cdbs (>= 0.4.26-2), libdigest-sha1-perl, libcrypt-passwdmd5-perl
Maintainer: Tatsuki Sugiura <sugi@nemui.org>
Homepage: http://search.cpan.org/~kmeltz/Apache-Htpasswd/
Standards-Version: 3.8.0
Package: libapache-htpasswd-perl
Architecture: all
Depends: ${perl:Depends}, ${misc:Depends}, libcrypt-passwdmd5-perl, libdigest-sha1-perl
Description: Manage Unix crypt-style password file
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 passwords file is a flat-file with login name 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.
|