Thanks for the reply.
I have two acls:
acl FAKE-AUTH proxy_auth required
acl CHILD-PROXY src 192.168.0.1
It's working now but I need to tell my parent proxy to accept the two
directive:
http_access allow FAKE-AUTH
http_access allow CHILD-PROXY
With onle the :
http_access allow FAKE-AUTH
or the d
On 9/03/2016 2:08 a.m., Johnatan wrote:
> Hello there,
>
> I have 2 proxy.
> On the first, I perform a Kerberos authentication from my users.
> On the parent proxy I want to retrieve the login (username) information.
> I don't want to perform a real authentication on the parent proxy so I have
> a
Hello there,
I have 2 proxy.
On the first, I perform a Kerberos authentication from my users.
On the parent proxy I want to retrieve the login (username) information.
I don't want to perform a real authentication on the parent proxy so I have
already tested the documentation with the dummy authent