File: control

package info (click to toggle)
libapache2-authcassimple-perl 0.07-1~lenny1
  • links: PTS, VCS
  • area: main
  • in suites: lenny
  • size: 200 kB
  • ctags: 138
  • sloc: perl: 1,880; makefile: 15
file content (26 lines) | stat: -rw-r--r-- 1,330 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
22
23
24
25
26
Source: libapache2-authcassimple-perl
Section: perl
Priority: optional
Build-Depends: debhelper (>= 7)
Build-Depends-Indep: perl (>= 5.8.0), libauthen-cas-client-perl,
 libapache-session-wrapper-perl, libapache2-mod-perl2,
 libtest-pod-coverage-perl, libtest-pod-perl
Maintainer: Debian Perl Group <pkg-perl-maintainers@lists.alioth.debian.org>
Uploaders: AGOSTINI Yves <agostini@univ-metz.fr>
Standards-Version: 3.8.1
Homepage: http://search.cpan.org/dist/Apache2-AuthCASSimple/
Vcs-Svn: svn://svn.debian.org/pkg-perl/trunk/libapache2-authcassimple-perl/
Vcs-Browser: http://svn.debian.org/viewsvn/pkg-perl/trunk/libapache2-authcassimple-perl/

Package: libapache2-authcassimple-perl
Architecture: all
Depends: ${perl:Depends} , ${misc:Depends}, libapache-session-wrapper-perl,
 libapache2-mod-perl2, libauthen-cas-client-perl, libapache2-request-perl
Description: Apache2 module to authentificate trough a CAS server
 Apache2::AuthCASSimple is an authentication module for Apache2/mod_perl2.
 .
 It allows you to authenticate users through a Yale CAS server. It means you
 don't need to give login/password if you've already be authenticate by the
 CAS server, only tickets are exchanged between Web client, Apache2 server and
 CAS server. If you are not authenticated yet, you will be redirected on the
 CAS server login form.