Outils pour utilisateurs

Outils du site


tech:squid_-_ntlm_auth

Différences

Ci-dessous, les différences entre deux révisions de la page.

Lien vers cette vue comparative

tech:squid_-_ntlm_auth [2025/03/24 15:06] – créée - modification externe 127.0.0.1tech:squid_-_ntlm_auth [2025/04/24 15:13] (Version actuelle) Jean-Baptiste
Ligne 1: Ligne 1:
 +<!DOCTYPE markdown>
 +{{tag>Brouillon Proxy}}
 +
 +# Squid - NTLM auth
 +
 +Voir : https://wiki.squid-cache.org/ConfigExamples/Authenticate/WindowsActiveDirectory
 +
 +''squid.conf''
 +~~~
 +httpd_suppress_version_string on
 +auth_param ntlm program /usr/bin/ntlm_auth --helper-protocol=squid-2.5-ntlmssp --domain=aspaway.fr
 +auth_param ntlm children 50
 +auth_param ntlm keep_alive off
 +
 +acl ntlm proxy_auth REQUIRED
 +
 +http_access allow localnet      ntlm
 +~~~
 +
 +~~~bash
 +wbinfo -t
 +wbinfo --ping-dc
 +
 +ntlm_auth --diagnostics --username=jean --domain=acme.fr
 +~~~
 +
 +
  

Donate Powered by PHP Valid HTML5 Valid CSS Driven by DokuWiki