File: control

package info (click to toggle)
pam-http 3-1
  • links: PTS
  • area: main
  • in suites: etch, etch-m68k
  • size: 88 kB
  • ctags: 13
  • sloc: ansic: 133; makefile: 57
file content (20 lines) | stat: -rw-r--r-- 711 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
Source: pam-http
Priority: extra
Maintainer: Anand Kumria <wildfire@progsoc.org>
Build-Depends: debhelper (>= 4.0.0), libpam0g-dev, libcurl3-dev
Standards-Version: 3.6.2
Section: libs

Package: libpam-http
Section: admin
Architecture: any
Depends: ${shlibs:Depends}, ${misc:Depends}
Description: a PAM module to authenticate via http/https
 This lets you check passwords against a HTTP server such as Apache.  
 .
 This can be useful because:
  - most web servers supports lots of authentication mechanisms
    (for example, Apache supports over 26)
  - HTTP can be transparently load-balanced
  - you can authenticate to a server anywhere in the world 
    (HTTP is generally accessible from behind firewalls)