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 30 31 32 33 34 35 36 37
|
Source: libapache2-authcassimple-perl
Maintainer: Debian Perl Group <pkg-perl-maintainers@lists.alioth.debian.org>
Uploaders: Damyan Ivanov <dmn@debian.org>,
Xavier Guimard <yadd@debian.org>
Section: perl
Testsuite: autopkgtest-pkg-perl
Priority: optional
Build-Depends: debhelper-compat (= 13), libmodule-install-perl
Build-Depends-Indep: libauthen-cas-client-perl,
libapache-session-wrapper-perl,
libapache2-mod-perl2,
libtest-pod-coverage-perl,
libtest-pod-perl,
liburi-perl
Standards-Version: 3.9.6
Vcs-Browser: https://salsa.debian.org/perl-team/modules/packages/libapache2-authcassimple-perl
Vcs-Git: https://salsa.debian.org/perl-team/modules/packages/libapache2-authcassimple-perl.git
Homepage: https://metacpan.org/release/Apache2-AuthCASSimple
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,
libcrypt-ssleay-perl,
liburi-perl
Description: Apache2 module to authenticate 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 authenticated with 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 to the
CAS server login form.
|