Now I have always been one of those Techs that said that Microsoft and Apple don’t work together… on anything…
But now that I am older and wiser (well not MUCH older) I have seen the Light. I was fortunate to cross technical swords with a worthy opponent a while back (PJ van Dyk). He is certainly the most talented Mac Architect that I have ever met. Not that I go seeking them out either.. We were thrown together to solve some challenges at a media company we had as common client.
This is where my realization occurred. Microsoft does many thing right but as many things not so right. Apple on the other hand makes really pretty toys. Let’s be honest, there is not many mobile devices as pretty as the iPhone, iPad and Mac Book Air. And between PJ and I we started on the journey of figuring out how well the two technologies can work together.
So there we are at a Academy of Visual Learning. The place where creative design fundie’s go to study. PJ and I were discussing how to manage and report on the internet connection which is being heavily abused (edited)…used… by the students. We came up with a very logical answer of Microsoft’s Threat Management Gateway 2010 (TMG). we chose it for a few good reasons:
- TMG seamlessly integrates with Microsoft Active Directory to facilitate a single point of management
- Microsoft has unbelievable pricing models for the Educational sector
- and Threat Management Gateway with Service Pack 2 support Kerberos Authentication

Now for the less informed among us (which I was one) Kerberos is and awesome authentication protocol which supports single sign on and is also supported fully by both Microsoft and Apple Mac OS. Check out this wikipedia’s informative site for more info.
So adding the Mac’s to Active Directory is pretty straight forward and I won’t go into that here but if you want more info just drop me a comment and I’ll post it. The installation of the TMG is simple if you do your planning right. Read through Microsoft deployment guide, answer the questions before you start and then your set to go. I always say that every extra hour planning equates to 2 hours less troubleshooting.
Now the thing to remember about TMG 2010 is that it didn’t support Kerberos fully until Service Pack 2, and to install Service Pack 2 you have to first install SP1, the rollup patches and then Service Pack 2. (Check the downloads section at the bottom for direct links). Once you have installed TMG and updated to the required SP it is time to start the configuration. We had installed it in a “Single-NIC” scenario which basically means that it doesn’t do much more that a proxy server. There is an important step to remember during the install of TMG, it creates a default system rule that only allows the IP you are connecting from say with Remote Desktop (RDP) to access the server. This can be inconvenient if you run DHCP and want to connect again later when your PC has a new IP. When opening the TMG console its a good idea to start the Web Proxy wizard and configure the user internet access. What is also very cool is that it automatically creates a Blocked sites rule for those users that happen to stumble onto naughty websites.
Now the Windows PC’s that connect through the proxy automatically authenticate if they are joined to the AD. What you won’t figure out unless you running traces on the network activity it defaults to NTLM authentication. The Mac’s don’t like NTLM they will prompt you for the login details. This is where I had to really quickly study up on Kerberos. The basic principle is that Microsoft does most of the hard work for you. All you theoretically need to do is open AD Users and Computers console find your TMG server, right click on it, select Properties. Open the Delegation Tab and check check the box. You can get creative about which services you want to publish with delegated Kerberos authentication or just select “All services with Kerberos”…. but sadly this did not work. The Mac’s still got prompted for user info… WTF..
I must admit the best site I could find that helped me troubleshoot this was a Microsoft site where I downloaded the Server 2003 Troubleshooting Kerberos Delegation (check downloads). The short version of troubleshooting was running the SETSPN command to query the Kerberos SPN records created. Surprise, surprise.. there were no SPN’s created for the TMG server. Easily fixed. you can create the SPN’s manually using the SETSPN utility. Just remember the create SPN’s for HOST/devicename and HOST/FQDN_devicename. Then you need to create the services SPN’s like http/devicename and http/FQDN_devicename. You can add the ‘cifs’ SPN if you have file shares on the server that the Mac’s need to access.
Well there you have. Your Mac’s joined to the AD are using single sign-on with Kerberos accessing the internet through your Threat Management Gateway…. or not… how to configure all these Mac’s to point to the proxy? Easily again… we used the WPAD auto proxy configuration script. When you tick the “Publish this server automatically” box on the TMG it creates the file and publishes it on http://servername/wpad.dat. WPAD’s are really cool but could also be bad if there are malicious gremlins on your network. Basically they allow most browsers today that are set with “automatically detect proxy” to query DNS for the WPAD website and be routed through the configuration in the file. Thats why Microsoft added WPAD to the DNS block-list. So even if you create an A record for WPAD in the local DNS the clients can’t resolve it. This can be changed by overwriting the Block-List using the “dnscmd” command line utility.
Great now I can query the A record for WPAD and the TMG has created the file, it should work.. right? well yes except when the WPAD file was automatically created by the TMG it used the IP address of the TMG in the WPAD.dat file and not the FQDN. This causes Kerberos authentication to fail and then the user is prompted for login credentials again. *sigh*.. luckily fixed by running a simple script and guess what….
WALLA!! Kerberos authentication on your Mac’s joined to AD being proxy’d through Microsoft Threat Management Gateway.
***AWESOME STUFF***
So now I am a Microsoft Tech who runs around with a iPad, iPhone and Mac Book Pro running both Mac OS and Windows….. go figure
Downloads & Links: Microsoft TMG 2010 SP1, TMG Software Update 1 for SP 1, Microsoft TMG 2010 SP2 , Server 2003 Troubleshooting Kerberos Delegation, FQDN on the WPAD, DNSCMD Utility,WPAD How to..
Fantastic points altogether, you simply gained a logo new reader. What might you recommend about your post that you just made a few days ago? Any certain?
Which post? The Blackberry post? Well I would recommend good change management and technical support staff that absolutely live by change control.
The Honey #40 post? Well let me tell you, if you haven’t tried brewing your own beer. It’s worth a shot because this Ale I just brewed is brilliant..
What would you like to hear more about?
Somebody necessarily help to make critically posts I’d state. This is the very first time I frequented your website page and so far? I amazed with the research you made to make this actual publish amazing. Excellent process!
Thnx TV Show Torrents.. Appreciate the feedback
This is exactly what i’m trying to do in a school but having little sucess. It’s great to know that it can be done
Yes it can be done. Your welcome to post any specific questions relating to your challenges here. We deployed this at a school in our scenario.
Mine is also a school, the proxy settings are not a problem and out tmg server is running sp2 it’s the SPN’s that i am having trouble with like what server to create them on and what values they should have.
well why don’t you describe the setup you have and also dump me the output from the command “setspn -L computername” where the computer name is the TMG.
basically you should have a something like this:
C:\Users\administrator>setspn -L Server-tmg01
Registered ServicePrincipalNames for CN=Server-TMG01,OU=Windows,OU=Servers,DC=domain,DC=ac,DC=za:
http/Server-tmg01.domain.ac.za
cifs/Server-tmg01.domain.ac.za
cifs/Server-tmg01
http/Server-tmg01
MSSQLSvc/Server-TMG01.domain.ac.za:ISARS
MSSQLSvc/Server-TMG01.doamin.ac.za:1433
MSSQLSvc/Server-TMG01.domain.ac.za:MSFW
tapinego/Server-TMG01.domain.ac.za
tapinego/Server-TMG01
E3514235-4B06-11D1-AB04-00C04FC2DCD2-ADAM/Server-TMG01:2171
E3514235-4B06-11D1-AB04-00C04FC2DCD2-ADAM/Server-TMG01.openwindow.ac.za:
2171
ldap/Server-TMG01:2171
ldap/Server-TMG01.domain.ac.za:2171
WSMAN/Server-TMG01
WSMAN/Server-TMG01.domain.ac.za
TERMSRV/Server-TMG01
TERMSRV/Server-TMG01.domain.ac.za
RestrictedKrbHost/Server-TMG01
HOST/Server-TMG01
RestrictedKrbHost/Server-TMG01.domain.ac.za
HOST/Server-TMG01.domain.ac.za
mine include SQL and a few other services but if you missing the http SPN you can add them using the command:
setspn -A host/your_ALIAS_name computername
setspn -A host/your_ALIAS_name.company.com computername
Sorry for taking so long to reply, been busy
I finally have been able to get things working. All it took was entering the custom port on our tmg server and everything was good. The current issue is that itunes will not use these settings and asks the user to enter credentials, have you encountered this issue?
Once again thanks for this article it is the only one i was able to find on the internet about this problem