<?xml version="1.0" encoding="UTF-8" ?>
<?xml-stylesheet type="text/xsl" href="http://myitforum.com/cs2/utility/FeedStylesheets/rss.xsl" media="screen"?><rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/" xmlns:wfw="http://wellformedweb.org/CommentAPI/"><channel><title>Matt Broadstock at myITforum - All Comments</title><link>http://myitforum.com/cs2/blogs/mbroadstock/default.aspx</link><description>Scripting away in Margaritaville</description><dc:language>en</dc:language><generator>CommunityServer 2007.1 (Build: 20917.1142)</generator><item><title>SMS 2003 Distribution Point Issues - Resolved!</title><link>http://myitforum.com/cs2/blogs/mbroadstock/pages/16231.aspx#17493</link><pubDate>Mon, 19 Dec 2005 14:50:00 GMT</pubDate><guid isPermaLink="false">8e8f7986-475c-475d-bdc9-a1b3a63b955b:17493</guid><dc:creator>TrackBack</dc:creator><description>&lt;img src="http://myitforum.com/cs2/aggbug.aspx?PostID=17493" width="1" height="1"&gt;</description></item><item><title>Blog comments/feedback still don't work?</title><link>http://myitforum.com/cs2/blogs/mbroadstock/pages/16231.aspx#17379</link><pubDate>Mon, 12 Dec 2005 21:41:00 GMT</pubDate><guid isPermaLink="false">8e8f7986-475c-475d-bdc9-a1b3a63b955b:17379</guid><dc:creator>TrackBack</dc:creator><description>&lt;img src="http://myitforum.com/cs2/aggbug.aspx?PostID=17379" width="1" height="1"&gt;</description></item><item><title>Looks like I'm not alone in hating cut and paste blogs</title><link>http://myitforum.com/cs2/blogs/mbroadstock/archive/2005/10/05/15507.aspx#15545</link><pubDate>Thu, 06 Oct 2005 17:11:00 GMT</pubDate><guid isPermaLink="false">8e8f7986-475c-475d-bdc9-a1b3a63b955b:15545</guid><dc:creator>TrackBack</dc:creator><description>Roger and Matt both agree with me:&amp;amp;nbsp; Cutting and pasting someone else's blog entry, and adding NOTHING...&lt;img src="http://myitforum.com/cs2/aggbug.aspx?PostID=15545" width="1" height="1"&gt;</description></item><item><title>re: More annoyances with Lotus Notes</title><link>http://myitforum.com/cs2/blogs/mbroadstock/archive/2005/09/07/14214.aspx#14286</link><pubDate>Fri, 09 Sep 2005 14:49:00 GMT</pubDate><guid isPermaLink="false">8e8f7986-475c-475d-bdc9-a1b3a63b955b:14286</guid><dc:creator>mbroadstock</dc:creator><description>OK.  Stupid error message.  It's changed multiple times over the years.  At one point I believe it was something like &amp;quot;Sharing violation: If you want to access a database from more than one computer you must put it on a Domino server&amp;quot;.  That makes it pretty easy to see what the problem is.  I'm guessing that some programmer changed it to make it more descriptive for a specific situation without realizing that the same message was being used in a lot of other circumstances.  Worth reporting to IBM, maybe, depending on what version of the client was being used.&lt;br&gt;&lt;br&gt;Items 1 and 2.... Problem: No backups, no shared address book.  Solution: replicate the address book to the Domino server.  Whenever you configure another computer, replicate it back down from the server and replace the empty one that the Notes install puts on the new machine for you.  Other important data: your bookmarks, desktop configuration db, id file, etc can also be backed up to your file server via a login script.  And in Notes 6.5x and above, you can use the &amp;quot;Roaming User&amp;quot; configuration feature to automate the process of maintining the replica of the address book and all other locally stored Notes data on your Domino server.&lt;br&gt;&lt;br&gt;Item 3:  What other email system does that?  How about what other system in general?  The answer is: any system that wants to be truly secure.  Since you mentioned that this is a CEO, you've raised the perfect case.  The type of security I'm talking about is the type that is capable of keeping a CEO's data secure, even from the eyes of a sysadmin with full admin privileges on the server.  &lt;br&gt;&lt;br&gt;So, what other systems besides Notes are designed around the idea of a local id file and password?  Let's start with your browser if you use SSL3 certificates for authentication.  Not too many people do that, but the support is there and it's far more secure than the cookie-based schemes that most sites use for authentication.  Also, any other email program that supports S/MIME encryption is going to have to have something equivalent to the Notes DI.  In both cases, your X.509 certificate is stored in a keyring file locally, and if you bother to password protect it (which you should, unless of course you don't actually care that your secure data isn't secure after all) the password is going to be applied locally.  Any certificate-based security system that doesn't do this is making a compromise of some sort.  &lt;br&gt;&lt;br&gt;In the interest of balance, however, the majority of people don't need the level of security that the Notes ID and password scheme provides, and many companies don't want all their users to have this level of security since it creates a lot of potential administrative problems. Also, the rise of compliance regulations that require archiving of email messages creates a whole new set of problems if you enable security that locks out admins -- because archived messages can't be decrypted if admins can't get to the users' private keys.  Still, ask a CEO if s/he'd like to have a system that gives iron-clad assurance that entry-level sysadmins aren't reading senior executive emails, and I think I know what the answer will be.  &lt;br&gt;&lt;br&gt;People have been asking Lotus for years to make the ID/password system optional so people who need encryption get it, and other people don't.  It's not an easy thing for them to do because their entire identity management system is tied in with the crypto keys, but I know it's been considered many times and someday might happen.  It's also worth noting that Domino Web Access uses regular name and password authentication, and it's a doggone good web-based mail interface that was built on AJAX technology years before GMail, and years before the term &amp;quot;AJAX&amp;quot; had even been coined.  &lt;br&gt;&lt;br&gt;Final note: What Lotus has been doing for fifteeen years is two-factor authentication.  This is, in fact, becoming much more common these days for network authentication.   As an example, I have RSA SecureID tokens from several of my clients,  which I have to use in combination with a name and password.  It's a similar principle, a little less clunky than the Notes ID file though because of the use of the pseudo-random number generator instead of a password to unlock the token.  There are, btw, smartcard options for Notes authentication that can be used as an alternative to just using the Notes ID file, making the process pretty similar to using a SecureID token. &lt;br&gt;&lt;br&gt;-rhs&lt;img src="http://myitforum.com/cs2/aggbug.aspx?PostID=14286" width="1" height="1"&gt;</description></item></channel></rss>