File: control

package info (click to toggle)
mod-authz-securepass 0~20150105.gitda462d3-1
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 156 kB
  • ctags: 106
  • sloc: ansic: 1,070; makefile: 27; sh: 17
file content (29 lines) | stat: -rw-r--r-- 1,099 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
Source: mod-authz-securepass
Section: httpd
Priority: optional
Maintainer: Debian SecurePass <pkg-securepass-devel@lists.alioth.debian.org>
Uploaders: Alessio Treglia <alessio@debian.org>
Build-Depends:
 apache2-dev,
 debhelper (>= 9~),
 dh-apache2,
 libcurl4-gnutls-dev
Standards-Version: 3.9.6
Homepage: https://github.com/gplll/mod_authz_securepass
Vcs-Git: git://anonscm.debian.org/pkg-securepass/mod-authz-securepass.git
Vcs-Browser: http://anonscm.debian.org/cgit/pkg-securepass/mod-authz-securepass.git

Package: libapache2-mod-authz-securepass
Architecture: any
Depends:
 ${misc:Depends},
 ${shlibs:Depends}
Description: Apache2 module for authorizing SecurePass users
 SecurePass provides web single sign-on through the CAS protocol.
 .
 This module enhances the Apache authorization features by introducing two
 rules to restrict access to the Apache resources:
  * the first rule allows only users belonging to specific SecurePass
    realm(s) to access the Apache resource
  * the second rule allows only users belonging to specific SecurePass
    group(s) to access the Apache resource