Thanks to everybody for their support. With trace8 loglevel I saw the
problem was with the Active directory group membership. I reverted to
what I was using in apache 2.2 for that part:
Require ldap-filter
memberOf:1.2.840.113556.1.4.1941:=cn=XymonAccess,OU=Aplicaciones,OU=Usuarios,DC=arsyslan,DC
Eduardo,
It looks like you're trying to get it working with Xymon so you might want
to ask on that list as well. I had a heck of a time getting it to work but
I ended up using mod_authnz_external.c to configure it to use PAM. This is
the config I use:
# Require SSL connection for p
Can you crank up the loglevel to trace8? I believe there are some
spurious error messages when authz modules are reporting their
individual results vs. getting rolled up to RequireAny.
On Fri, Oct 13, 2017 at 11:46 AM, Eduardo Mayoral wrote:
> Hi, Eric,
>
> Thanks for your fast answer. The re
Hi, Eric,
Thanks for your fast answer. The reason for the provider aliases is
that once I get this config working I would like to re-use it for about
6 different directories.
However, I have tried to flatten the configuration according to your
suggestion. I repeated the tests, exact same
On Fri, Oct 13, 2017 at 10:06 AM, Eduardo Mayoral wrote:
> Hi,
>
> I am trying to move a web application from httpd 2.2 to httpd 2.4 ,
I don't think all of those provider-aliases are necessary. Did you a
try a more simpler/direct port of the config?
--
Hi,
I am trying to move a web application from httpd 2.2 to httpd 2.4 ,
and I need some assistance with a particular configuration
The Authorization / Authentication schema in httpd 2.2 is as follows
(this goes inside a tag ):
AuthUserFile /etc/hobbit/hobbitpasswd
AuthGroupFile