https://issues.apache.org/bugzilla/show_bug.cgi?id=55622
--- Comment #14 from Eric Covener <[email protected]> --- (In reply to Eric Covener from comment #13) > (In reply to Eric Covener from comment #12) > > Thanks Adrian, as basic as this sounds, does your symptom go away if you > > define and use your providers in either the same vhost or all in the base > > configuration? > > > > For me, moving the usage into a VH broke my testcase, which meshes with the > > initial analysis in stack overflow (where the poster there finds a NULL > > returned, emphasis on per-server module config in authn_core, and lack of a > > merge function) > > ironically, it's not specific to LDAP. The final magic piece of the puzzle -- this worked in 2.2 because <authaliasprovider> was by itself in a module, but now it shares a module with AuthType, which causes a per-server config to always be created when you use a provider. -- You are receiving this mail because: You are the assignee for the bug. --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
