@@ -78,7 +78,7 @@ authentication may fail.
7878
7979## NTP Configuration
8080
81- Time needs to be syncronised with Windows Domain Controllers for
81+ Time needs to be synchronised with Windows Domain Controllers for
8282authentication, configure the proxy to obtain time from them and test to
8383ensure they are working as expected.
8484
@@ -165,7 +165,7 @@ use it to create our kerberos computer object in Active directory.
165165
166166 kinit administrator
167167
168- It should return without errors. You can see if you succesfully obtained
168+ It should return without errors. You can see if you successfully obtained
169169a ticket with:
170170
171171 klist
@@ -227,7 +227,7 @@ users will not be able to authenticate with Squid.
227227Add the following to cron so it can automatically updates the computer
228228account in active directory when it expires (typically 30 days). Pipe it
229229through logger so I can see any errors in syslog if necessary. As stated
230- msktutil uses the default ` /etc/krb5.conf ` file for its paramaters so be
230+ msktutil uses the default ` /etc/krb5.conf ` file for its parameters so be
231231aware of that if you decide to make any changes in it.
232232
233233 00 4 * * * msktutil --auto-update --verbose --computer-name squidproxy-k | logger -t msktutil
@@ -263,7 +263,7 @@ Now join the proxy to the domain.
263263```
264264net ads join -U Administrator
265265```
266- Start samba and winbind and test acces to the domain.
266+ Start samba and winbind and test access to the domain.
267267```
268268wbinfo -t
269269```
@@ -324,7 +324,7 @@ chgrp proxy /etc/squid3/ldappass.txt
324324## Install negotiate_wrapper
325325
326326Firstly we need to install negotiate_wrapper. Install the necessary
327- build tools on Debian intall ` build-essential linux-headers-$(uname -r) `
327+ build tools on Debian install ` build-essential linux-headers-$(uname -r) `
328328Then compile and install.
329329
330330``` bash
0 commit comments