'Squid LDAP Auth in transparente mode
Is possible enabled LDAP Auth and send the current username / password that are login without user's prompt?
Solution 1:[1]
Squid FAQ says, that you can not use any kind of auth in transparent mode. this makes sense, because the client thinks, it is talking to an origin server. you will need to change the "type" of your squid proxy(means don't use transparent mode) in order to be able to use auth
Sources
This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.
Source: Stack Overflow
| Solution | Source |
|---|---|
| Solution 1 | Shouma |
