Blue_Cookeh Posted September 16, 2013 Posted September 16, 2013 Hey guys, Got Dansguardian/Squid authenticating to AD just fine but now I've got a problem with MS Office asking for domain credentials every time it's started now, putting in the correct credentials don't do anything, it just keeps prompting for them for every internet site it connects to. Anyone know how I can stop this? We're running Office 2013 and I don't really want to turn off Internet access for it in the Office settings... Perhaps it's something to do with DG/Squid? I'm not too sure. We're using Endian Firewall. Thanks
Iain Posted September 16, 2013 Posted September 16, 2013 Office 2013 only uses Kerberos auth, and not NTLM. You'll need to setup Dansguardian and Squid to use this instead.
Duke5A Posted September 16, 2013 Posted September 16, 2013 Hey guys, Got Dansguardian/Squid authenticating to AD just fine but now I've got a problem with MS Office asking for domain credentials every time it's started now, putting in the correct credentials don't do anything, it just keeps prompting for them for every internet site it connects to. Anyone know how I can stop this? We're running Office 2013 and I don't really want to turn off Internet access for it in the Office settings... Perhaps it's something to do with DG/Squid? I'm not too sure. We're using Endian Firewall. Thanks As Iain said Office only talks Kerberos now. Setting it up though can be a pain in the neck, so if you're just looking for a quick fix you can these domains to an ACL that doesn't require authentication. .microsoft.com .msecnd.net .windowsupdate.com I did this a while back until I had time to build new Squid proxies around Kerberos.
safcphil Posted October 9, 2013 Posted October 9, 2013 As Iain said Office only talks Kerberos now. Setting it up though can be a pain in the neck, so if you're just looking for a quick fix you can these domains to an ACL that doesn't require authentication. .microsoft.com .msecnd.net .windowsupdate.com I did this a while back until I had time to build new Squid proxies around Kerberos. this hasnt worked for me. any other ideas? doesnt seem to be any consistency in it asking for credentials but its very annoying.
Duke5A Posted October 10, 2013 Posted October 10, 2013 Office 2013 might be calling out to different domains then. Just monitor your Squid access log while you recreate the issue on a test machine and whitelist the domains that are getting blocked. tail -f /var/log/squid3/access.log | grep
Guest monkeyx Posted October 11, 2013 Posted October 11, 2013 Just to confirm we got this working via acls for on the squid.conf by adding the 2 sites below .microsoft.com .msecnd.net
safcphil Posted October 11, 2013 Posted October 11, 2013 This seems to have improved situation but it still comes up occasionally. Thanks.
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now