File: control

package info (click to toggle)
libapache-htpasswd-perl 1.6.0-1
  • links: PTS
  • area: main
  • in suites: etch, etch-m68k
  • size: 60 kB
  • ctags: 20
  • sloc: perl: 389; makefile: 2
file content (18 lines) | stat: -rw-r--r-- 718 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
Source: libapache-htpasswd-perl
Section: interpreters
Priority: optional
Build-Depends-Indep: debhelper (>= 4.0.0), perl (>= 5.6.0-17), cdbs (>= 0.4.26-2)
Maintainer: Tatsuki Sugiura <sugi@nemui.org>
Standards-Version: 3.6.2

Package: libapache-htpasswd-perl
Architecture: all
Depends: ${perl:Depends}
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.