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.
|