On Thu, Feb 21, 2019 at 02:35:22AM +, Jie Gao (j@sydney.edu.au) wrote:
> * Jobst Schmalenbach wrote:
>
> Not sure how you went with this issue, but you might want to try this instead:
>
>
> Require user USER1 USER2
>
> Require ip 127.0.0.1
> Require host localho
* Jobst Schmalenbach wrote:
> Date: Wed, 20 Feb 2019 12:33:22 +1100
> From: Jobst Schmalenbach
> To: modperl@perl.apache.org
> Subject: Apache upgrade 2.2 -> 2.4 and "PerlAuthenHandler
> Authen::Simple::IMAP"
> User-Agent: Mutt/1.9.1 (2017-09-22)
>
> I posted this first on the Apache mailing l
On Wed, Feb 20, 2019 at 05:56:48PM -0500, Edward J. Sabol wrote:
> Any pointers to a working AuthzProvider written in Perl (like for the
> "species" one) in your examples? It's not perfectly clear to me how to
> go about that.
I wrote one for CAS auth a while back:
https://github.com/pbhenson/Ap
On Feb 20, 2019, at 11:28 AM, Michael Schout wrote:
> As for AuthCookieDBI, you may not even need to change it to use
> Apache2_4::AuthCookie base, as eventually I managed to get all of the
> changes needed to work togehter in Apache2::AuthCookie. I left
> Apache2_4::AuthCookie for historical rea
On Wed, Feb 20, 2019 at 02:11:14PM +, John Dunlap (j...@lariat.co) wrote:
> Have you tried adding "Require all granted" inside the directory tag?
That would defeat the purpose of my problem.
If I do "Require all granted" the directory would not be protected,
he password query would not come up
On 20.02.2019 17:28, Michael Schout wrote:
On 2/12/19 1:25 PM, Edward J. Sabol wrote:
I know AuthCookie has been updated by the magnificient Michael Schout to
Thanks for the kind compliments Ed :).
I would like to add mine : ++.
As for AuthCookieDBI, you may not even need to change it to
On 2/12/19 1:25 PM, Edward J. Sabol wrote:
> I know AuthCookie has been updated by the magnificient Michael Schout to
Thanks for the kind compliments Ed :).
As for AuthCookieDBI, you may not even need to change it to use
Apache2_4::AuthCookie base, as eventually I managed to get all of the
change
Have you tried adding "Require all granted" inside the directory tag?
On Wed, Feb 20, 2019 at 5:11 AM Jobst Schmalenbach
wrote:
> On Tue, Feb 19, 2019 at 06:14:53PM -0800, Paul B. Henson (hen...@acm.org)
> wrote:
> > On 2/19/2019 6:02 PM, Jie Gao wrote:
> > > Found this on CPAN:
> > >
> > > Modu