NOTICE: This package has been removed from pkgsrc

./wip/ap22-authz-ldap, Apache LDAP Authorization module

[ CVSweb ] [ Homepage ] [ RSS ] [ Required by ]


Branch: CURRENT, Version: 0.30, Package name: ap22-authz-ldap-0.30, Maintainer: filip

This Apache LDAP authentication/authorization module tries to solve
the following problems that other such modules may not solve in all cases:

* Map the short form of the distinguished name of a certificate and its
issuer obtained from the environment of mod_ssl to a user distinguished
name in an LDAP directory.
* Check the age of a password in an LDAP directory, denying authorization
in case the password is to old.
* Authorize a user based on roles or an arbitrary LDAP filter expression.
* Authorize a user based on whether he owns a file or belongs to the group
owning a file.


Required to build:
[www/apache22]

Master sites:

SHA1: c0a02b12de1be1dbf9ff1e78f59e219c3234a088
RMD160: 10214013d5885a5685369169923fec6ceef66a18
Filesize: 377.746 KB

Version history: (Expand)


CVS history: (Expand)


   2014-02-17 13:20:36 by Filip Hajny | Files touched by this commit (5) | Package removed
Log message:
Remove ap22-authz-ldap, it's existed as www/ap22-authz-ldap for a long time.
   2013-12-09 10:45:28 by Filip Hajny | Files touched by this commit (1)
Log message:
Also supports apache24

   2013-06-04 15:54:52 by Filip Hajny | Files touched by this commit (2)
Log message:
Update to 0.30:
* remove a duplicate ldap protocol version setting
* fix a bug in certmap.c: https://bugzilla.redhat.com/show_bug.cgi?id=192829
   2012-09-24 18:56:26 by Aleksej Saushev | Files touched by this commit (144)
Log message:
Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days.
Mark packages that don't and might probably not have staged installation.
   2012-09-19 16:22:17 by Filip Hajny | Files touched by this commit (5)
Log message:
Import ap22-authz-ldap-0.29 as wip/ap22-authz-ldap.

This Apache LDAP authentication/authorization module tries to solve
the following problems that other such modules may not solve in all cases:

  * Map the short form of the distinguished name of a certificate and its
    issuer obtained from the environment of mod_ssl to a user distinguished
    name in an LDAP directory.
  * Check the age of a password in an LDAP directory, denying authorization
    in case the password is to old.
  * Authorize a user based on roles or an arbitrary LDAP filter expression.
  * Authorize a user based on whether he owns a file or belongs to the group
    owning a file.