summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThomas Deutschmann <whissi@gentoo.org>2019-08-13 17:11:48 +0200
committerThomas Deutschmann <whissi@gentoo.org>2019-08-13 17:14:26 +0200
commit32a94b30617252fdfceb981bef4542e46aadd948 (patch)
tree757b51d30544de44734ac714e6bfd215ff520a3b /profiles
parentwww-servers/apache: add mod_auth_form support (diff)
downloadgentoo-32a94b30617252fdfceb981bef4542e46aadd948.tar.gz
gentoo-32a94b30617252fdfceb981bef4542e46aadd948.tar.bz2
gentoo-32a94b30617252fdfceb981bef4542e46aadd948.zip
www-servers/apache: add mod_authn_socache support
Closes: https://bugs.gentoo.org/675584 Package-Manager: Portage-2.3.71, Repoman-2.3.17 Signed-off-by: Thomas Deutschmann <whissi@gentoo.org>
Diffstat (limited to 'profiles')
-rw-r--r--profiles/desc/apache2_modules.desc1
1 files changed, 1 insertions, 0 deletions
diff --git a/profiles/desc/apache2_modules.desc b/profiles/desc/apache2_modules.desc
index 8f6258033d4c..630aa0a522da 100644
--- a/profiles/desc/apache2_modules.desc
+++ b/profiles/desc/apache2_modules.desc
@@ -18,6 +18,7 @@ authn_dbd - User authentication using an SQL database
authn_dbm - User authentication using DBM files
authn_default - Authentication fallback module
authn_file - User authentication using text files
+authn_socache - Maintains a cache of authentication credentials, so that a new backend lookup is not required for every authenticated request
authz_core - Provides core authorization capabilities to various authorization/authorization modules, such as authn_file and authz_user
authz_dbd - Provides authorization capabilities via SQL database so that authenticated users can be allowed or denied access to portions of the web site by group membership
authz_dbm - Group authorization using DBM files