<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>The Cool-ade Blog: Mac-Windows, Information Security and Technology. &#187; Mac-Windows</title>
	<atom:link href="http://www.cool-ade.co.uk/category/mac-windows/feed" rel="self" type="application/rss+xml" />
	<link>http://www.cool-ade.co.uk</link>
	<description>The Cool-ade Blog: Mac-Windows, Information Security and Technology.</description>
	<lastBuildDate>Sat, 24 Jul 2010 20:02:42 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.6</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Major Exchange Support Improvements for Office 2011 for Mac</title>
		<link>http://www.cool-ade.co.uk/major-exchange-support-improvements-for-office-2011-for-mac</link>
		<comments>http://www.cool-ade.co.uk/major-exchange-support-improvements-for-office-2011-for-mac#comments</comments>
		<pubDate>Fri, 21 May 2010 08:00:54 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Mac OS X]]></category>
		<category><![CDATA[Mac-Windows]]></category>
		<category><![CDATA[Entourage]]></category>
		<category><![CDATA[MacOS X]]></category>
		<category><![CDATA[Mircosoft]]></category>
		<category><![CDATA[Office 2011]]></category>

		<guid isPermaLink="false">http://www.cool-ade.co.uk/?p=387</guid>
		<description><![CDATA[Microsoft are getting their act together with Office 2011 for Mac.  There are major improvements which include improved support for Exchange and the reincorporation of support for Visual Basic for Applications. [...]]]></description>
			<content:encoded><![CDATA[<p>Microsoft are getting their act together with Office 2011 for Mac.  There are major improvements which include improved support for Exchange and the reincorporation of support for Visual Basic for Applications. See the latest info at: <a href="http://www.appleinsider.com/articles/10/05/06/road_to_office_2011_new_looks_support_for_exchange_vba.html" target="_blank">http://www.appleinsider.com/articles/10/05/06/road_to_office_2011_new_looks_support_for_exchange_vba.html</a>.</p>
<p>The Exchange improvements are well overdue as the current Entourage is a disaster with slow synchronisation, corrupting databases, inability to save custom distribution group, etc… Bringing back Visual Basic for Applications will also resolve the headache of not being able to use macro enabled Excel spreadsheets in a mixed Mac/PC workgroup.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.cool-ade.co.uk/major-exchange-support-improvements-for-office-2011-for-mac/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Snow Leopard Ditched Resource Forks</title>
		<link>http://www.cool-ade.co.uk/snow-leopard-ditched-resources-forks</link>
		<comments>http://www.cool-ade.co.uk/snow-leopard-ditched-resources-forks#comments</comments>
		<pubDate>Mon, 01 Mar 2010 11:00:40 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Mac OS X]]></category>
		<category><![CDATA[Mac-Windows]]></category>
		<category><![CDATA[Isilon]]></category>
		<category><![CDATA[Leopard]]></category>
		<category><![CDATA[MacOS X]]></category>
		<category><![CDATA[Snow Leopard]]></category>

		<guid isPermaLink="false">http://www.cool-ade.co.uk/?p=404</guid>
		<description><![CDATA[Yes, the dot underscore<em> (DS_Store and ._ AppleDouble files)</em> are gone. They have been replaced using SMB Alternative Data Streams (ADS) also known as NTFS Streams. As a network administrator, I welcome this but it may have repercussions. [...]]]></description>
			<content:encoded><![CDATA[<p>Yes, the dot underscore<em> (DS_Store and ._ AppleDouble files)</em> are gone. They have been replaced using SMB Alternative Data Streams (ADS) also known as NTFS Streams. See <a href="http://www.symantec.com/connect/articles/windows-ntfs-alternate-data-streams" target="_blank">http://www.symantec.com/connect/articles/windows-ntfs-alternate-data-streams</a> for  detailed information on ADS.</p>
<p>As a network administrator, I welcome this but it may have repercussions. For example, you have a bunch of Quark files without extension names on an SMB share in the AppleDouble format created by a 10.4 client. By default a 10.6 client wouldn&#8217;t be able to read the Quark files because it doesn&#8217;t read the AppleDouble dot underscore file and there are no extension names. Therefore, Apple have made it easy to re-enable the feature. This is possible be editing the nsmb.conf file.</p>
<p><span style="text-decoration: underline;">To disable  named streams as a default for your Mac OS X client user account</span></p>
<p>Execute these two commands in Terminal:</p>
<pre><tt>echo "[default]" &gt;&gt;  ~/Library/Preferences/nsmb.conf</tt>
<tt>echo "streams=no" &gt;&gt; ~/Library/Preferences/nsmb.conf
</tt></pre>
<p><span style="text-decoration: underline;">To disable named streams as a default for <em>all</em> Mac OS X  client user accounts on a Mac<br />
</span></p>
<p>Log in to Mac OS X with an admin user account if you aren&#8217;t already  logged in as an admin, then execute these two commands in Terminal:</p>
<pre><tt>echo "[default]" | sudo tee -a /etc/nsmb.conf</tt>
<tt>echo "streams=no" | sudo tee -a /etc/nsmb.conf</tt></pre>
<p>See the man page on <a onclick="s_objectID=&quot;http://developer.apple.com/Mac/library/documentation/Darwin/Reference/ManPages/man5/nsmb.conf.5.h_1&quot;;return  this.s_oc?this.s_oc(e):true" href="http://developer.apple.com/Mac/library/documentation/Darwin/Reference/ManPages/man5/nsmb.conf.5.html">nsmb.conf</a> for more details about how to configure it.</p>
<p>To re-enable streams on 10.6 or to enable it on 10.5 change <span style="text-decoration: underline;">streams=no</span> to <span style="text-decoration: underline;">streams=yes</span></p>
]]></content:encoded>
			<wfw:commentRss>http://www.cool-ade.co.uk/snow-leopard-ditched-resources-forks/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Mac Leopard not saving resource forks on Isilon OneFS</title>
		<link>http://www.cool-ade.co.uk/mac-leopard-not-saving-resource-foks-on-isilon-onefs</link>
		<comments>http://www.cool-ade.co.uk/mac-leopard-not-saving-resource-foks-on-isilon-onefs#comments</comments>
		<pubDate>Sat, 02 Jan 2010 09:00:27 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Mac-Windows]]></category>
		<category><![CDATA[Isilon]]></category>
		<category><![CDATA[Leopard]]></category>
		<category><![CDATA[MacOS X]]></category>
		<category><![CDATA[OneFS]]></category>
		<category><![CDATA[Tiger]]></category>

		<guid isPermaLink="false">http://www.cool-ade.co.uk/?p=261</guid>
		<description><![CDATA[MacOS X Leopard (10.5) doesn’t save resource fork information (._ hidden files) on the Isilon by default. Leopard uses the Isilon SMB Alternate Data Streams (ADS) feature which allows metadata such as resource fork data to be stored. However, MacOS X Tiger (10.4) cannot use ADS. Therefore, files (without extensions) written to the Isilon from Leopard(10.5) cannot be identified by Tiger (10.4) unless ADS is disabled. [...]]]></description>
			<content:encoded><![CDATA[<p>MacOS X Leopard (10.5) doesn’t save resource fork information (._ hidden files) on the Isilon by default. Leopard uses the Isilon SMB Alternate Data Streams (ADS) feature which allows metadata such as resource fork data to be stored. However, MacOS X Tiger (10.4) cannot use ADS. Therefore, files (without extensions) written to the Isilon from Leopard(10.5) cannot be identified by Tiger (10.4) unless ADS is disabled.</p>
<p>To disable support for ADS for all shares in a cluster, edit the file /etc/mcp/override/smbd.xml and add the following text to the file immediately after any line that begins &lt;/add-tag&gt;:</p>
<address> <strong>&lt;add-tag id=&#8221;smbdglobal&#8221;&gt;</strong></address>
<address><strong> &lt;field name=&#8221;ignore named streams&#8221; value=&#8221;yes&#8221;&gt;&lt;/field&gt;</strong></address>
<address><strong> &lt;/add-tag&gt;</strong></address>
<address> </address>
<p>This has to be done via the command line so you will need to SSH into the isilon cluster. Once you have made this change, wait 60 seconds for it to propagate to all nodes in your cluster, then run following command to restart all SMB connections to the cluster, in order to take advantage of this change:</p>
<address><strong>isi_for_array -q &#8216;killall smbd&#8217;</strong></address>
<address> </address>
<p>If the change made to the global smbd.xml file doesn&#8217;t work, edit the file /etc/mcp/override/smbd_shares.xml and add the following entry <strong>&lt;field name=&#8221;ignore named streams&#8221; value=&#8221;yes&#8221;&gt;&lt;/field&gt;</strong> into the individual share. See the example below: -</p>
<address>&lt;share name=&#8221;DataShare&#8221;&gt;</address>
<address> &lt;field name=&#8221;path&#8221; value=&#8221;/ifs/datashare&#8221;&gt;&lt;/field&gt;</address>
<address> &lt;field name=&#8221;guest ok&#8221; value=&#8221;yes&#8221;&gt;&lt;/field&gt;</address>
<address> &lt;field name=&#8221;no notify change&#8221; value=&#8221;yes&#8221;&gt;&lt;/field&gt;</address>
<address> &lt;field name=&#8221;write list&#8221; value=&#8221;Everyone&#8221;&gt;&lt;/field&gt;</address>
<address> &lt;field name=&#8221;comment&#8221; value=&#8221;mactest&#8221;&gt;&lt;/field&gt;</address>
<address><strong> &lt;field name=&#8221;ignore named streams&#8221; value=&#8221;yes&#8221;&gt;&lt;/field&gt;</strong></address>
<address>&lt;/share&gt;</address>
<address> </address>
<p>Once again when you have made this change, wait 60 seconds for it to propagate to all nodes in your cluster, then run following command to restart all SMB connections to the cluster, in order to take advantage of this change:</p>
<address><strong>isi_for_array -q &#8216;killall smbd&#8217;</strong></address>
<address> </address>
<p><strong>Please DO NOT atempt this if you are not familar with the command line environment.</strong></p>
]]></content:encoded>
			<wfw:commentRss>http://www.cool-ade.co.uk/mac-leopard-not-saving-resource-foks-on-isilon-onefs/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Firefox and Windows Integrated Authentication</title>
		<link>http://www.cool-ade.co.uk/firefox-and-windows-integrated-authentication</link>
		<comments>http://www.cool-ade.co.uk/firefox-and-windows-integrated-authentication#comments</comments>
		<pubDate>Fri, 01 Jan 2010 09:00:46 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Mac-Windows]]></category>
		<category><![CDATA[Active Directory]]></category>
		<category><![CDATA[Firefox]]></category>

		<guid isPermaLink="false">http://www.cool-ade.co.uk/?p=174</guid>
		<description><![CDATA[Firefox can authenticate with Active Directory using Kerberos single sign-on. It works on both Macs and PCs. This allows automatic authentication to intranets or specific internal company websites.

See http://www.mozilla.org/projects/netlib/integrated-auth.html for the specifics on how it works. [...]
]]></description>
			<content:encoded><![CDATA[<p>Firefox can authenticate with Active Directory using Kerberos single sign-on. It works on both Macs and PCs. This allows automatic authentication to intranets or specific internal company websites.</p>
<p>See<a href="http://www.mozilla.org/projects/netlib/integrated-auth.html" target="_blank"> http://www.mozilla.org/projects/netlib/integrated-auth.html</a> for the specifics on how it works.</p>
<p>Launch Firefox.  In the URL Field type <strong>about:config<br />
<img class="size-full wp-image-187 alignnone" style="border: 1px solid black; padding: 3px; margin-top: 6px; margin-bottom: 4px;" title="ffadac1" src="http://www.cool-ade.co.uk/wordpress/wp-content/uploads/ffadac1.png" alt="ffadac1" width="480" height="342" /></strong></p>
<p>Look for the following three preference names:</p>
<ul>
<li>
<address>network.automatic-ntlm-auth.trusted-uris</address>
</li>
<li>
<address>network.negotiate-auth.delegation-uris</address>
</li>
<li>
<address>network.negotiate-auth.trusted-uris.</address>
</li>
</ul>
<p>Double click on each preference name and add<strong> ‘http://yourwebsite-1, http://yourwebsite-2, yourActiveDirectoryDomainName’</strong> to its value field. You can add more sites as required.</p>
<p>Close the about:config windows and the following entries will be written into your prefs.js file which resides in the the Firefox User Profile directory:</p>
<ul>
<li>
<address>user_pref(&#8221;network.automatic-ntlm-auth.trusted-uris&#8221;, &#8220;http://yourwebsite-1, http://yourwebsite-2, yourADdomain&#8221;);</address>
</li>
<li>
<address>user_pref(&#8221;network.negotiate-auth.delegation-uris&#8221;, &#8220;http://yourwebsite-1, http://yourwebsite-2, yourADdomain.com&#8221;);</address>
</li>
<li>
<address>user_pref(&#8221;network.negotiate-auth.trusted-uris&#8221;, &#8220;http://yourwebsite-1, http://yourwebsite-2, yourADdomain.com&#8221;</address>
</li>
</ul>
<p>You have now configured Firefox to use Integrated Authentication on your network.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.cool-ade.co.uk/firefox-and-windows-integrated-authentication/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
