tech:squid_-_ntlm_auth
Différences
Ci-dessous, les différences entre deux révisions de la page.
| tech:squid_-_ntlm_auth [2025/03/24 15:06] – créée - modification externe 127.0.0.1 | tech:squid_-_ntlm_auth [2025/04/24 15:13] (Version actuelle) – Jean-Baptiste | ||
|---|---|---|---|
| Ligne 1: | Ligne 1: | ||
| + | < | ||
| + | {{tag> | ||
| + | |||
| + | # Squid - NTLM auth | ||
| + | |||
| + | Voir : https:// | ||
| + | |||
| + | '' | ||
| + | ~~~ | ||
| + | httpd_suppress_version_string on | ||
| + | auth_param ntlm program / | ||
| + | auth_param ntlm children 50 | ||
| + | auth_param ntlm keep_alive off | ||
| + | |||
| + | acl ntlm proxy_auth REQUIRED | ||
| + | |||
| + | http_access allow localnet | ||
| + | ~~~ | ||
| + | |||
| + | ~~~bash | ||
| + | wbinfo -t | ||
| + | wbinfo --ping-dc | ||
| + | |||
| + | ntlm_auth --diagnostics --username=jean --domain=acme.fr | ||
| + | ~~~ | ||
| + | |||
| + | |||
