Differences between revisions 1 and 2
Revision 1 as of 2009-05-05 21:21:06
Size: 449
Editor: PieterSmit
Comment:
Revision 2 as of 2009-05-05 21:59:23
Size: 696
Editor: PieterSmit
Comment:
Deletions are marked like this. Additions are marked like this.
Line 7: Line 7:


I joined the domain using "net rpc join -S PDC -U Administrator"
# wbinfo -t
> checking the trust secret via RPC calls succeeded
>
# wbinfo -u
# wbinfo -g

http://www.cyberciti.biz/faq/squid-ntlm-authentication-configuration-howto/

Squid web proxy

  • My goal is to keep notes on how to enable Windows AD authentication on Squid3.x

I joined the domain using "net rpc join -S PDC -U Administrator" # wbinfo -t > checking the trust secret via RPC calls succeeded > # wbinfo -u # wbinfo -g

http://www.cyberciti.biz/faq/squid-ntlm-authentication-configuration-howto/

  • Not tested
    #auth_param negotiate program /usr/local/squid/bin/ntlm_auth --helper-protocol=gs
    s-spnego

domain=> [domain] auth_param ntlm program /usr/lib/squid3/ntlm_auth -d domain/serv1 domain/serv2 ...


CategoryLinux

linux/squidproxy (last edited 2022-05-05 19:32:03 by PieterSmit)