|
Install Squid 3apt-get install squid3 ldap-utils
Note: Squid configuration takes places after msktutil is configured.
Install and run msktutil
Obtain the msktutil package and install it.
cd /var/cache/apt/archives/wget http://fuhm.net/software/msktutil/releases/msktutil_0.4-2_i386.debapt-get install libsasl2-modules-gssapi-mit libsasl2-modules
dpkg -i msktutil_0.4-2_i386.deb
cd
Initiate a kerberos session to the server so msktutil can use it to create our Proxy object in Active directory that will be used for access.
kinit administratorEnter the domain administrator password.
It should then return without errors. You can see if you successfully obtained a ticket with:
klistNow we configure the proxy in AD with service principles by running msktutil (update the highlighted values with your network).
Warning: You should not move the object from the OU that you use msktutil to create it in.
msktutil -c -b "CNView the Original article