Re: [squid-users] help with reverse proxy sending user to peer

2019-05-16 Thread Amos Jeffries
On 17/05/19 2:56 am, jmperrote wrote: > > OK now I want to know it is posible to get or recover from the ldap an > attribute for later deliver this attribute to the peer server on same > way that I deliver on the header the username. See

Re: [squid-users] help with reverse proxy sending user to peer

2019-05-16 Thread jmperrote
Hello again Amos, finally on my reverse-proxy a could deliver to the upstream peer/server the data (username) that I need, using the directive request_header_add X-Remote-User "%ul" This is the user captured from authentication (%ul  User name) and validated for --> auth_param basic program au

Re: [squid-users] help with reverse proxy sending user to peer

2019-05-16 Thread jmperrote
Thanks a lot Amos, a try to use this for testing. Regards. El 16/5/19 a las 06:24, Amos Jeffries escribió: On 16/05/19 3:26 am, jmperrote wrote: Hello Amos, we use --> auth_param basic program ./.../auth.php for authenticate teh user to the reverse proxy. auth_param is full HTTP auth

Re: [squid-users] help with reverse proxy sending user to peer

2019-05-15 Thread Amos Jeffries
On 15/05/19 12:09 pm, jmperrote wrote: > hello I need a help to know it is posible with squid to pass the > username autenticated on reverse proxy to the peer ? > Firstly, please be aware that the username you may see in proxy logs is not required to be authenticated. In modern Squid it just has

[squid-users] help with reverse proxy sending user to peer

2019-05-14 Thread jmperrote
hello I need a help to know it is posible with squid to pass the username autenticated on reverse proxy to the peer ? I have a reverse proxy, with external autentification type on ldap repository, once the user is validated on reverse proxy and redirect to the peer, I need to send the username,