<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	>
<channel>
	<title>Comments for Tech Tips, News and Tribal Knowledge</title>
	<atom:link href="http://www.os.com/comments/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.os.com</link>
	<description>All the news that fits!</description>
	<pubDate>Tue, 06 Jan 2009 02:36:36 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.5.1</generator>
	<xhtml:meta xmlns:xhtml="http://www.w3.org/1999/xhtml" name="robots" content="noindex" />
	<item>
		<title>Comment on E-mail sent to a SharePoint document library requires text in the message by Craig Shrimpton</title>
		<link>http://www.os.com/blog/e-mail-sent-to-a-sharepoint-document-library-requires-text-in-the-message/#comment-53</link>
		<dc:creator>Craig Shrimpton</dc:creator>
		<pubDate>Thu, 18 Dec 2008 18:37:51 +0000</pubDate>
		<guid isPermaLink="false">http://www.os.com/?p=35#comment-53</guid>
		<description>After some experimentation I've discovered this behavior exists only if you are sending the e-mail in either plain or rich text.  If it's sent using the HTML mail format, the attachment is delivered to the document library with or without any content in the message body.</description>
		<content:encoded><![CDATA[<p>After some experimentation I&#8217;ve discovered this behavior exists only if you are sending the e-mail in either plain or rich text.  If it&#8217;s sent using the HTML mail format, the attachment is delivered to the document library with or without any content in the message body.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Ticket expirations as a cause of Kerberos authentication failures by admin</title>
		<link>http://www.os.com/blog/ticket-expirations-as-a-cause-of-kerberos-authentication-failures/#comment-52</link>
		<dc:creator>admin</dc:creator>
		<pubDate>Wed, 17 Dec 2008 03:46:45 +0000</pubDate>
		<guid isPermaLink="false">http://www.os.com/?p=13#comment-52</guid>
		<description>You need to "renew" the Kerberos ticket with a logoff/logon.  I have not tested a lock/unlock, but it may do the same thing.  You can test that with kerbtray app from MS.  Use it to delete your tickets and try a lock/unlock and see if the ticket is renewed.</description>
		<content:encoded><![CDATA[<p>You need to &#8220;renew&#8221; the Kerberos ticket with a logoff/logon.  I have not tested a lock/unlock, but it may do the same thing.  You can test that with kerbtray app from MS.  Use it to delete your tickets and try a lock/unlock and see if the ticket is renewed.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Ticket expirations as a cause of Kerberos authentication failures by Mona</title>
		<link>http://www.os.com/blog/ticket-expirations-as-a-cause-of-kerberos-authentication-failures/#comment-51</link>
		<dc:creator>Mona</dc:creator>
		<pubDate>Mon, 15 Dec 2008 20:55:07 +0000</pubDate>
		<guid isPermaLink="false">http://www.os.com/?p=13#comment-51</guid>
		<description>Great article. 
I have similar issue with I query AD in my Web application (.NET 2005). User has to restart his computer to fix error "An operations error occurred."

When you say re-authenticate you mean 'restart' or 'logoff', or lock the computer? If user logins after 'Screen Saver' comes up, is that the process of re-authenticate or not?</description>
		<content:encoded><![CDATA[<p>Great article.<br />
I have similar issue with I query AD in my Web application (.NET 2005). User has to restart his computer to fix error &#8220;An operations error occurred.&#8221;</p>
<p>When you say re-authenticate you mean &#8216;restart&#8217; or &#8216;logoff&#8217;, or lock the computer? If user logins after &#8216;Screen Saver&#8217; comes up, is that the process of re-authenticate or not?</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on SharePoint Kerberos KRB_AP_ERR_MODIFIED Event ID 4 by Gavin Pollock</title>
		<link>http://www.os.com/blog/sharepoint-kerberos-krb_ap_err_modified-event-id-4/#comment-47</link>
		<dc:creator>Gavin Pollock</dc:creator>
		<pubDate>Wed, 29 Oct 2008 12:00:20 +0000</pubDate>
		<guid isPermaLink="false">http://www.os.com/?p=28#comment-47</guid>
		<description>Hey there,
We are running 2 load balanced servers, with a shared IP address for the farm. There are two sites:
intranet  (A record, with reverse DNS)
mysites   (CNAME to intranet)

Is this going to be an issue in terms of reverse DNS? Cos I would have thought there was no way to have each as A records with reverse lookups for the same IP address.

Thanks!
Gavin</description>
		<content:encoded><![CDATA[<p>Hey there,<br />
We are running 2 load balanced servers, with a shared IP address for the farm. There are two sites:<br />
intranet  (A record, with reverse DNS)<br />
mysites   (CNAME to intranet)</p>
<p>Is this going to be an issue in terms of reverse DNS? Cos I would have thought there was no way to have each as A records with reverse lookups for the same IP address.</p>
<p>Thanks!<br />
Gavin</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Capture and Redirect HTTP to HTTPS with SharePoint 2007 by Ringo</title>
		<link>http://www.os.com/blog/capture-and-redirect-http-to-https-with-sharepoint-2007/#comment-43</link>
		<dc:creator>Ringo</dc:creator>
		<pubDate>Wed, 15 Oct 2008 13:33:45 +0000</pubDate>
		<guid isPermaLink="false">http://www.os.com/?p=9#comment-43</guid>
		<description>We're using the 403.4 error page to redirect, but we haven't worked all the bugs out yet. (Think there's something wrong with the cert.)

------------


            
                        &lt;!--if browser does not support javascript just send them to the login page--&gt;
                        
                        
                        

                        
                                    function doLoad()
                                    {
                                        setTimeout( "rewriteURL()", 0000 );
                                        document.getElementById('redirect').innerHTML = window.location.href.replace("http","https");
                                    }
                                    
                                    function rewriteURL()
                                    {
                                                window.location.href = window.location.href.replace("http","https");
                                    }
                                    
                        
            




</description>
		<content:encoded><![CDATA[<p>We&#8217;re using the 403.4 error page to redirect, but we haven&#8217;t worked all the bugs out yet. (Think there&#8217;s something wrong with the cert.)</p>
<p>&#8212;&#8212;&#8212;&#8212;</p>
<p>                        <!--if browser does not support javascript just send them to the login page--></p>
<p>                                    function doLoad()<br />
                                    {<br />
                                        setTimeout( &#8220;rewriteURL()&#8221;, 0000 );<br />
                                        document.getElementById(&#8217;redirect&#8217;).innerHTML = window.location.href.replace(&#8221;http&#8221;,&#8221;https&#8221;);<br />
                                    }</p>
<p>                                    function rewriteURL()<br />
                                    {<br />
                                                window.location.href = window.location.href.replace(&#8221;http&#8221;,&#8221;https&#8221;);<br />
                                    }</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on SharePoint Kerberos KRB_AP_ERR_MODIFIED Event ID 4 by admin</title>
		<link>http://www.os.com/blog/sharepoint-kerberos-krb_ap_err_modified-event-id-4/#comment-40</link>
		<dc:creator>admin</dc:creator>
		<pubDate>Thu, 02 Oct 2008 17:57:49 +0000</pubDate>
		<guid isPermaLink="false">http://www.os.com/?p=28#comment-40</guid>
		<description>Just make sure both forward and reverse DNS are properly setup.  If forward is good, but reverse is not, Kerberos may still fail.</description>
		<content:encoded><![CDATA[<p>Just make sure both forward and reverse DNS are properly setup.  If forward is good, but reverse is not, Kerberos may still fail.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on SharePoint Kerberos KRB_AP_ERR_MODIFIED Event ID 4 by yury</title>
		<link>http://www.os.com/blog/sharepoint-kerberos-krb_ap_err_modified-event-id-4/#comment-39</link>
		<dc:creator>yury</dc:creator>
		<pubDate>Tue, 30 Sep 2008 19:35:04 +0000</pubDate>
		<guid isPermaLink="false">http://www.os.com/?p=28#comment-39</guid>
		<description>Great info.
Thanks.
I'm about to change an IP of my Sharepoint server.
Any tips on what to look out for?</description>
		<content:encoded><![CDATA[<p>Great info.<br />
Thanks.<br />
I&#8217;m about to change an IP of my Sharepoint server.<br />
Any tips on what to look out for?</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Capture and Redirect HTTP to HTTPS with SharePoint 2007 by SharePoint HTTP to HTTPS Redirection &#171; Kerry&#8217;s MOSS Blog</title>
		<link>http://www.os.com/blog/capture-and-redirect-http-to-https-with-sharepoint-2007/#comment-38</link>
		<dc:creator>SharePoint HTTP to HTTPS Redirection &#171; Kerry&#8217;s MOSS Blog</dc:creator>
		<pubDate>Mon, 15 Sep 2008 16:40:14 +0000</pubDate>
		<guid isPermaLink="false">http://www.os.com/?p=9#comment-38</guid>
		<description>[...] Here&#8217;s a good description of the problem and fix [...]</description>
		<content:encoded><![CDATA[<p>[...] Here&#8217;s a good description of the problem and fix [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Cloning or Renaming a MOSS web application by Bookmarks about Imported</title>
		<link>http://www.os.com/blog/cloning-or-renaming-a-moss-web-application/#comment-35</link>
		<dc:creator>Bookmarks about Imported</dc:creator>
		<pubDate>Mon, 08 Sep 2008 12:16:12 +0000</pubDate>
		<guid isPermaLink="false">http://www.os.com/?p=19#comment-35</guid>
		<description>[...] - bookmarked by 2 members originally found by kenmck on 2008-09-05  Cloning or Renaming a MOSS web application  http://www.os.com/?p=19 - bookmarked by 4 members originally found by JRStone29 on 2008-08-16  [...]</description>
		<content:encoded><![CDATA[<p>[...] - bookmarked by 2 members originally found by kenmck on 2008-09-05  Cloning or Renaming a MOSS web application  <a href="http://www.os.com/?p=19"  rel="nofollow">http://www.os.com/?p=19</a> - bookmarked by 4 members originally found by JRStone29 on 2008-08-16  [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Capture and Redirect HTTP to HTTPS with SharePoint 2007 by Craig Shrimpton</title>
		<link>http://www.os.com/blog/capture-and-redirect-http-to-https-with-sharepoint-2007/#comment-25</link>
		<dc:creator>Craig Shrimpton</dc:creator>
		<pubDate>Tue, 12 Aug 2008 15:00:04 +0000</pubDate>
		<guid isPermaLink="false">http://www.os.com/?p=9#comment-25</guid>
		<description>Using a DNS trick, you can do wildcard redirection of sites with host headers.  I'd need to do some testing to see if that's possible with MOSS.  In the meantime, do a search on "iis wildcard host headers" and take a look at this site: http://msmvps.com/blogs/bernard/archive/2005/03/22/39218.aspx</description>
		<content:encoded><![CDATA[<p>Using a DNS trick, you can do wildcard redirection of sites with host headers.  I&#8217;d need to do some testing to see if that&#8217;s possible with MOSS.  In the meantime, do a search on &#8220;iis wildcard host headers&#8221; and take a look at this site: <a href="http://msmvps.com/blogs/bernard/archive/2005/03/22/39218.aspx" onclick="javascript:pageTracker._trackPageview('/outbound/comment/msmvps.com');" rel="nofollow">http://msmvps.com/blogs/bernard/archive/2005/03/22/39218.aspx</a></p>
]]></content:encoded>
	</item>
</channel>
</rss>
