I know in Windows, once a system is domain joined it automatically gets time information from the Domain Controller (no policies or scripts need to be run to do this).
For OS X I've bound Mavericks systems to our AD, but they still seem to get network time from time.apple.com, which fails because port 123 outbound is blocked.
After binding Mavericks to AD, shouldn't change it's time server from time.apple.com to whichever DC was used for authentication? Or must i run some script or policy to manually tell it to look internally for the time?
I know that sudo systemsetup -setnetworktimeserver "SOMESERVER" should do the trick, but i'd rather not set it statically since the DC might change depending on where the system is.