Login
[x]
Log in using an account from:
Fedora Account System
Red Hat Associate
Red Hat Customer
Or login using a Red Hat Bugzilla account
Forgot Password
Login:
Hide Forgot
Create an Account
Red Hat Bugzilla – Attachment 928658 Details for
Bug 1131847
authzprovideralias and authnprovideralias-defined provider can't be used in virtualhost .
[?]
New
Simple Search
Advanced Search
My Links
Browse
Requests
Reports
Current State
Search
Tabular reports
Graphical reports
Duplicates
Other Reports
User Changes
Plotly Reports
Bug Status
Bug Severity
Non-Defaults
|
Product Dashboard
Help
Page Help!
Bug Writing Guidelines
What's new
Browser Support Policy
5.0.4.rh83 Release notes
FAQ
Guides index
User guide
Web Services
Contact
Legal
This site requires JavaScript to be enabled to function correctly, please enable it.
Patch for mod_authn_core
httpd-2.4.6-r1556818.patch (text/plain), 973 bytes, created by
Sébastien Andreatta
on 2014-08-20 07:11:46 UTC
(
hide
)
Description:
Patch for mod_authn_core
Filename:
MIME Type:
Creator:
Sébastien Andreatta
Created:
2014-08-20 07:11:46 UTC
Size:
973 bytes
patch
obsolete
># ./pullrev.sh r1556818 >http://svn.apache.org/viewvc?view=revision&revision=r1556818 >--- httpd-2.4.6/modules/aaa/mod_authn_core.c 2014/01/09 14:30:23 1556817 >+++ httpd-2.4.6/modules/aaa/mod_authn_core.c 2014/01/09 14:32:47 1556818 >@@ -179,6 +179,12 @@ > return (void *) authcfg; > } > >+/* Only per-server directive we have is GLOBAL_ONLY */ >+static void *merge_authn_alias_svr_config(apr_pool_t *p, void *basev, void *overridesv) >+{ >+ return basev; >+} >+ > static const authn_provider authn_alias_provider = > { > &authn_alias_check_password, >@@ -373,7 +379,7 @@ > create_authn_core_dir_config, /* dir config creater */ > merge_authn_core_dir_config, /* dir merger --- default is to override */ > create_authn_alias_svr_config, /* server config */ >- NULL, /* merge server config */ >+ merge_authn_alias_svr_config, /* merge server config */ > authn_cmds, > register_hooks /* register hooks */ > };
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Raw
Actions:
View
Attachments on
bug 1131847
: 928658 |
930390