1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19
|
Source: libapache2-mod-auth-memcookie
Section: libs
Priority: extra
Maintainer: Eva Ramon Salinas <debian@empanadilla.net>
Build-Depends: debhelper (>= 8.0.0), apache2-prefork-dev, libmemcache-dev
Standards-Version: 3.9.3
Homepage: http://authmemcookie.sourceforge.net
Package: libapache2-mod-auth-memcookie
Architecture: any
Depends: ${shlibs:Depends}, ${misc:Depends}, apache2-mpm-prefork | apache2-mpm-itk, apache2.2-common
Description: Apache2 authentication and authorization module.
AuthMemCookie is an Apache v2.0 authentication and authorization
module based on the cookie authentication mechanism. The module
does not make authentication by itself; it verifies if the
authentication cookie is valid for each url protected by the
module. The module also validates if the authenticated user has
authorization to access the url.
|