Apache 2.4 vs 2.2 authz/authnz model

Phil Ehrens pehrens at ligo.caltech.edu
Tue Mar 15 17:53:35 EDT 2016


Hi Folks,

I formerly used this construct to do shib authentication
and authnz_external group authorization in Apache 2.2:

        ShibRequireAll On
        AuthzShibAuthoritative Off
        Require group foo

Should I expect to get (approximately) the same behavior
with Apache 2.4 like this, without setting any special
Shibboleth flag?:

        ShibRequestSetting requireSession 1
        <RequireAll>
          Require shib-session
          Require group foo
        </RequireAll>

Phil
-- 
Phil Ehrens <phil.ehrens at ligo.org> |              mm
The LIGO Laboratory, MS 100-36     |           /^(  )^\
California Institute of Technology |           \,(..),/
1200 East California Blvd.         |             V~~V
Pasadena, CA 91125 USA             | My gpg public key:
Phone:(626)395-8518                | http://www.imbe.net/peligo.asc


More information about the users mailing list