File: control

package info (click to toggle)
libapache-htpasswd-perl 1.8-1.1
  • links: PTS
  • area: main
  • in suites: jessie, jessie-kfreebsd, wheezy
  • size: 64 kB
  • ctags: 21
  • sloc: perl: 432; makefile: 2
file content (19 lines) | stat: -rw-r--r-- 829 bytes parent folder | download
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), 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
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.