File: control

package info (click to toggle)
libapache2-mod-authn-yolo 1.1-1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, bullseye, buster, sid, trixie
  • size: 84 kB
  • sloc: ansic: 30; makefile: 6
file content (21 lines) | stat: -rw-r--r-- 937 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
Source: libapache2-mod-authn-yolo
Section: web
Priority: optional
Maintainer: Hans van Kranenburg <hans@knorrie.org>
Build-Depends: debhelper (>= 10~), dh-apache2, apache2-dev
Standards-Version: 4.2.1.2
Homepage: https://github.com/knorrie/mod-authn-yolo
Vcs-Browser: https://github.com/knorrie/mod-authn-yolo
Vcs-Git: https://github.com/knorrie/mod-authn-yolo.git

Package: libapache2-mod-authn-yolo
Architecture: any
Depends: ${misc:Depends}
Description: Yolo style authentication for Apache 2
 The authn_yolo module is an authentication provider for Basic Authentication
 in the Apache2 web server. It accepts any combination of user and password.
 .
 Sometimes this is useful when testing or building a proof of concept, since
 there's no need to generate a htpasswd file etc. It can also be used to pass a
 user name to Apache in a scenario where verification of the credentials is
 delegated to a reverse proxy in front of Apache.