File: control

package info (click to toggle)
libapache-authznetldap-perl 0.07-7
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, forky, sid, trixie
  • size: 124 kB
  • sloc: perl: 433; makefile: 2
file content (35 lines) | stat: -rw-r--r-- 1,512 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
27
28
29
30
31
32
33
34
35
Source: libapache-authznetldap-perl
Maintainer: Debian Perl Group <pkg-perl-maintainers@lists.alioth.debian.org>
Section: perl
Testsuite: autopkgtest-pkg-perl
Priority: optional
Build-Depends: debhelper-compat (= 13)
Build-Depends-Indep: perl,
                     libapache2-mod-perl2,
                     libconvert-asn1-perl,
                     libextutils-autoinstall-perl,
                     libmime-base64-urlsafe-perl,
                     libnet-ldap-perl,
                     liburi-perl
Standards-Version: 3.9.6
Vcs-Browser: https://salsa.debian.org/perl-team/modules/packages/libapache-authznetldap-perl
Vcs-Git: https://salsa.debian.org/perl-team/modules/packages/libapache-authznetldap-perl.git
Homepage: https://metacpan.org/release/Apache-AuthzNetLDAP

Package: libapache-authznetldap-perl
Architecture: all
Depends: ${perl:Depends},
         ${misc:Depends},
         libapache2-mod-perl2,
         libconvert-asn1-perl,
         libmime-base64-urlsafe-perl,
         libnet-ldap-perl,
         liburi-perl
Description: Apache-Perl module that enables to authorize a user with LDAP attributes
 After you have authenticated a user (perhaps with Apache::AuthNetLDAP ;)
 you can use Apache::AuthzNetLDAP to determine whether they are authorized to
 access  the Web resource under this modules control.
 .
 You can control authorization via one of four methods. The first two are
 the pretty standard user and valid-user require, the second two are group or
 ldap-url which are unique to LDAP.