libapache-authznetldap-perl 0.07-4 source package in Ubuntu

Changelog

libapache-authznetldap-perl (0.07-4) unstable; urgency=low

  * Reintroduce package with patch for recent apache2 (Closes: #481497)

libapache-authznetldap-perl (0.7-3) unstable; urgency=low

  * Updated section to "perl"
  * Change dependency on libapache-authnetldap-perl to suggests
  * Remove apache-perl from dependency condition (it depends on libapache-mod-perl now, anyway)

libapache-authznetldap-perl (0.7-2) unstable; urgency=low

  * Add build dependency on libapache-mod-perl (Closes: #238072)

libapache-authznetldap-perl (0.7-1) unstable; urgency=low

  * New upstream release
  * Update packaging stuff to be reasonably modern
  * Change depends on libapache-mod-perl to allow for apache-perl or libapache2-mod-perl2
  * Default to version 3 binds-- override with "LDAPVersion" in Apache config (e.g. "PerlSetVar LDAPVersion 2")
  (Closes: #190325)

libapache-authznetldap-perl (0.3-3) unstable; urgency=low

  * Changed BUild-Depends to Build-Depends-Indep
  * Updated Standards-Version
  * Use the binary-indep target, not binary-arch (Closes: 157541)
  * Added the copyright notice from /usr/share/doc/perl/copyright into the
    copyright file (Closes: 157541)

libapache-authznetldap-perl (0.3-2) unstable; urgency=low

  * Updated to catch up with Perl policy (vendor install dirs)
  * Added Build-Depends on debhelper and perl

libapache-authznetldap-perl (0.3-1) unstable; urgency=low

  * Initial Release.

 -- Ubuntu Archive Auto-Sync <email address hidden>   Fri,  07 Nov 2008 16:19:47 +0000

Upload details

Uploaded by:
Ubuntu Archive Auto-Sync
Uploaded to:
Jaunty
Original maintainer:
Debian Perl Group
Architectures:
all
Section:
perl
Urgency:
Low Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Precise release universe perl

Builds

Jaunty: [FULLYBUILT] i386

Downloads

File Size SHA-256 Checksum
libapache-authznetldap-perl_0.07.orig.tar.gz 6.0 KiB adac8ff82d242e36122fcce80ed9245bca7dbdf6891d56169f7072879fd1f325
libapache-authznetldap-perl_0.07-4.diff.gz 3.6 KiB 5af1dfc8a5c33958fcd10374511eef6e1b95653d592897c14ab644d304aa9555
libapache-authznetldap-perl_0.07-4.dsc 1.5 KiB 0f3dcba9d25f776e7edeed9787d824c979178034c24ea1a13a928872889ff2d5

Available diffs

View changes file

Binary packages built by this source

libapache-authznetldap-perl: 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.