<html><head></head><body><div class="yahoo-style-wrap" style="font-family:Helvetica Neue, Helvetica, Arial, sans-serif;font-size:13px;"><div dir="ltr" data-setdir="false"><div>I know you can map a username to a parent proxy (i.e. cache_peer) using and acl directive, e.g.</div><div><br></div><div><code><br></code></div><div><code>```<br></code></div><div><code>acl parent_proxy_testuser_1 proxy_auth testuser1
</code></div><div><pre><code>
cache_peer <IP> parent <port> 0 proxy-only
cache_peer_access parent1 allow parent_proxy_testuser_1
cache_peer_access parent1 deny !parent_proxy_testuser_1<br>``` <br></code></pre>
<p>But how can you map the user password to a parent proxy?</p>
<p>E.g, so that</p>
<p>testuser1:qvmgPUJ5xW-121@18.234.74.214:3292<br>
testuser1:qvmgPUJ5xW-122@18.234.74.214:3292<br>
testuser1:qvmgPUJ5xW-123@18.234.74.214:3292</p>
<div>map to a different parent proxy?</div><div><br></div><div dir="ltr" data-setdir="false">I know that the external_acl_type directive allows you to create a custom ACL helper, but it does not accept a user password parameter.</div><div dir="ltr" data-setdir="false"><br></div><div dir="ltr" data-setdir="false">Any help appreciated.<br></div></div></div></div></body></html>