<?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"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
		>
<channel>
	<title>Comments for Evan Hoffman&#039;s silly writings.</title>
	<atom:link href="http://www.evanhoffman.com/evan/comments/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.evanhoffman.com/evan</link>
	<description>Stuff, and more stuff.</description>
	<lastBuildDate>Wed, 27 Jan 2010 20:32:54 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>Comment on My Apple tablet prediction. by evan</title>
		<link>http://www.evanhoffman.com/evan/2010/01/23/my-apple-tablet-prediction/comment-page-1/#comment-263</link>
		<dc:creator>evan</dc:creator>
		<pubDate>Wed, 27 Jan 2010 20:32:54 +0000</pubDate>
		<guid isPermaLink="false">http://www.evanhoffman.com/evan/?p=334#comment-263</guid>
		<description>I was wrong.  And it is, apparently, just a big iPod touch.  Boring.</description>
		<content:encoded><![CDATA[<p>I was wrong.  And it is, apparently, just a big iPod touch.  Boring.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on LDAP-Active Directory authentication, Part 3 by evan</title>
		<link>http://www.evanhoffman.com/evan/2010/01/08/ldap-active-directory-authentication-part-3/comment-page-1/#comment-215</link>
		<dc:creator>evan</dc:creator>
		<pubDate>Sat, 09 Jan 2010 15:11:29 +0000</pubDate>
		<guid isPermaLink="false">http://www.evanhoffman.com/evan/?p=309#comment-215</guid>
		<description>From &lt;a href=&quot;http://support.microsoft.com/kb/263991&quot; rel=&quot;nofollow&quot;&gt;Microsoft&lt;/a&gt;:

&lt;blockquote&gt;There are two ways to modify the unicodePwd attribute. The first is analogous to a typical user change-password operation. In this case, the modify request must contain both a delete operation and an add operation. The delete operation must contain the current password enclosed in quotation marks and be Base64 encoded as described in RFC 1521. The add operation must contain the new password enclosed in quotation marks and be Base64 encoded.&lt;/blockquote&gt;

This, however, doesn&#039;t work when I bind as the user, only when I bind as an admin.</description>
		<content:encoded><![CDATA[<p>From <a href="http://support.microsoft.com/kb/263991" rel="nofollow">Microsoft</a>:</p>
<blockquote><p>There are two ways to modify the unicodePwd attribute. The first is analogous to a typical user change-password operation. In this case, the modify request must contain both a delete operation and an add operation. The delete operation must contain the current password enclosed in quotation marks and be Base64 encoded as described in RFC 1521. The add operation must contain the new password enclosed in quotation marks and be Base64 encoded.</p></blockquote>
<p>This, however, doesn&#8217;t work when I bind as the user, only when I bind as an admin.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Got my first FiOS bill today&#8230; by evan</title>
		<link>http://www.evanhoffman.com/evan/2009/12/26/got-my-first-fios-bill-today/comment-page-1/#comment-195</link>
		<dc:creator>evan</dc:creator>
		<pubDate>Fri, 01 Jan 2010 22:48:18 +0000</pubDate>
		<guid isPermaLink="false">http://www.evanhoffman.com/evan/?p=275#comment-195</guid>
		<description>Got this resolved, I think.  New first bill amount: $42.17.</description>
		<content:encoded><![CDATA[<p>Got this resolved, I think.  New first bill amount: $42.17.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Single sign-on with Linux clients and Active Directory LDAP, Part 1 by evan</title>
		<link>http://www.evanhoffman.com/evan/2009/12/25/single-sign-on-with-linux-clients-and-active-directory-ldap-part-1/comment-page-1/#comment-194</link>
		<dc:creator>evan</dc:creator>
		<pubDate>Fri, 25 Dec 2009 22:14:31 +0000</pubDate>
		<guid isPermaLink="false">http://www.evanhoffman.com/evan/?p=271#comment-194</guid>
		<description>Thanks a lot, Jim!  I had seen some of that stuff when I was looking into this, but haven&#039;t had time to try it out yet.</description>
		<content:encoded><![CDATA[<p>Thanks a lot, Jim!  I had seen some of that stuff when I was looking into this, but haven&#8217;t had time to try it out yet.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Single sign-on with Linux clients and Active Directory LDAP, Part 1 by Jim Willeke</title>
		<link>http://www.evanhoffman.com/evan/2009/12/25/single-sign-on-with-linux-clients-and-active-directory-ldap-part-1/comment-page-1/#comment-193</link>
		<dc:creator>Jim Willeke</dc:creator>
		<pubDate>Fri, 25 Dec 2009 20:29:26 +0000</pubDate>
		<guid isPermaLink="false">http://www.evanhoffman.com/evan/?p=271#comment-193</guid>
		<description>Microsoft provides a neat trick to work with bitmasks.

They have defined a matchingrules. We documented this at: 
http://ldapwiki.willeke.com/wiki/LDAP%20Query%20using%20a%20bitwise%20filter

So putting this to use, you can determine the disabled users with an LDAP filter:
http://ldapwiki.willeke.com/wiki/LDAP%20Queries%20AD%20Integration%20Specific#section-LDAP+Queries+AD+Integration+Specific-AllUsersWhoseAccountIsDisabled

Now, figure put how to determine if the password it expired is a bit more involved.
-jim</description>
		<content:encoded><![CDATA[<p>Microsoft provides a neat trick to work with bitmasks.</p>
<p>They have defined a matchingrules. We documented this at:<br />
<a href="http://ldapwiki.willeke.com/wiki/LDAP%20Query%20using%20a%20bitwise%20filter" rel="nofollow">http://ldapwiki.willeke.com/wiki/LDAP%20Query%20using%20a%20bitwise%20filter</a></p>
<p>So putting this to use, you can determine the disabled users with an LDAP filter:<br />
<a href="http://ldapwiki.willeke.com/wiki/LDAP%20Queries%20AD%20Integration%20Specific#section-LDAP+Queries+AD+Integration+Specific-AllUsersWhoseAccountIsDisabled" rel="nofollow">http://ldapwiki.willeke.com/wiki/LDAP%20Queries%20AD%20Integration%20Specific#section-LDAP+Queries+AD+Integration+Specific-AllUsersWhoseAccountIsDisabled</a></p>
<p>Now, figure put how to determine if the password it expired is a bit more involved.<br />
-jim</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on I guess I&#8217;m getting FiOS&#8230; Farewell Cablevision by switched</title>
		<link>http://www.evanhoffman.com/evan/2009/12/01/i-guess-im-getting-fios-farewell-cablevision/comment-page-1/#comment-189</link>
		<dc:creator>switched</dc:creator>
		<pubDate>Thu, 24 Dec 2009 15:35:02 +0000</pubDate>
		<guid isPermaLink="false">http://www.evanhoffman.com/evan/?p=231#comment-189</guid>
		<description>I hadCablevision for years, they kept dropping channels so I switches to FIOS triple play.  With the boxes, movies and taxes about $150 a month.  Switched bact to Cablevision - got free boost, silver package, 3 hd (1DVR), 2 yr price gurantee (not in writing) $121 per month.  The TV isn&#039;t even close to FIOS.  I see no difference with the phone or internet.  Now Fios has offered me $69.99 amonth with 150 cash back.  Think I&#039;ve got to go back to FIOS.</description>
		<content:encoded><![CDATA[<p>I hadCablevision for years, they kept dropping channels so I switches to FIOS triple play.  With the boxes, movies and taxes about $150 a month.  Switched bact to Cablevision &#8211; got free boost, silver package, 3 hd (1DVR), 2 yr price gurantee (not in writing) $121 per month.  The TV isn&#8217;t even close to FIOS.  I see no difference with the phone or internet.  Now Fios has offered me $69.99 amonth with 150 cash back.  Think I&#8217;ve got to go back to FIOS.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Adsense? by evan</title>
		<link>http://www.evanhoffman.com/evan/2009/11/16/adsense/comment-page-1/#comment-159</link>
		<dc:creator>evan</dc:creator>
		<pubDate>Sat, 05 Dec 2009 22:34:08 +0000</pubDate>
		<guid isPermaLink="false">http://www.evanhoffman.com/evan/?p=203#comment-159</guid>
		<description>So far it looks like... I was right!</description>
		<content:encoded><![CDATA[<p>So far it looks like&#8230; I was right!</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on FiOS it is. by evan</title>
		<link>http://www.evanhoffman.com/evan/2009/12/05/fios-it-is/comment-page-1/#comment-158</link>
		<dc:creator>evan</dc:creator>
		<pubDate>Sat, 05 Dec 2009 22:22:21 +0000</pubDate>
		<guid isPermaLink="false">http://www.evanhoffman.com/evan/?p=264#comment-158</guid>
		<description>26 mbps down, 21 mbps up with FiOS to my Mac Mini - over wifi!

&lt;a href=&quot;http://www.speedtest.net/result/643657612.png&quot; rel=&quot;nofollow&quot;&gt;&lt;img src=&quot;http://www.speedtest.net/result/643657612.png&quot;&gt;&lt;/a&gt;</description>
		<content:encoded><![CDATA[<p>26 mbps down, 21 mbps up with FiOS to my Mac Mini &#8211; over wifi!</p>
<p><a href="http://www.speedtest.net/result/643657612.png" rel="nofollow"><img src="http://www.speedtest.net/result/643657612.png"/></a></p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Oops&#8230; sorry FiOS, I&#8217;m sticking with Cablevision. by The Kraken</title>
		<link>http://www.evanhoffman.com/evan/2009/12/03/oops-sorry-fios-im-sticking-with-cablevision/comment-page-1/#comment-157</link>
		<dc:creator>The Kraken</dc:creator>
		<pubDate>Sat, 05 Dec 2009 21:12:44 +0000</pubDate>
		<guid isPermaLink="false">http://www.evanhoffman.com/evan/?p=247#comment-157</guid>
		<description>FiOS sucks balls! Good call on sticking with your cable operator.
I hate FiOS.</description>
		<content:encoded><![CDATA[<p>FiOS sucks balls! Good call on sticking with your cable operator.<br />
I hate FiOS.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Error returning browse list: NT_STATUS_NOT_SUPPORTED by evan</title>
		<link>http://www.evanhoffman.com/evan/2009/10/24/error-returning-browse-list-nt_status_not_supported/comment-page-1/#comment-139</link>
		<dc:creator>evan</dc:creator>
		<pubDate>Sun, 15 Nov 2009 00:40:05 +0000</pubDate>
		<guid isPermaLink="false">http://www.evanhoffman.com/evan/?p=183#comment-139</guid>
		<description>Hmm... This seems to work fine on my CentOS 5.4 box, with smbclient 3.0.33.

&lt;pre&gt;[evan@lunix ~]$ smbclient --version
Version 3.0.33-3.15.el5_4
[evan@lunix ~]$ rpm -qi samba
Name        : samba                        Relocations: (not relocatable)
Version     : 3.0.33                            Vendor: CentOS
Release     : 3.15.el5_4                    Build Date: Tue 27 Oct 2009 04:34:56 PM EDT
Install Date: Sun 01 Nov 2009 12:46:13 PM EST      Build Host: builder16.centos.org
Group       : System Environment/Daemons    Source RPM: samba-3.0.33-3.15.el5_4.src.rpm
Size        : 31830159                         License: GNU GPL Version 2
Signature   : DSA/SHA1, Wed 28 Oct 2009 07:36:59 AM EDT, Key ID a8a447dce8562897
URL         : http://www.samba.org/
Summary     : The Samba SMB server.
Description :
&lt;/pre&gt;</description>
		<content:encoded><![CDATA[<p>Hmm&#8230; This seems to work fine on my CentOS 5.4 box, with smbclient 3.0.33.</p>
<pre>[evan@lunix ~]$ smbclient --version
Version 3.0.33-3.15.el5_4
[evan@lunix ~]$ rpm -qi samba
Name        : samba                        Relocations: (not relocatable)
Version     : 3.0.33                            Vendor: CentOS
Release     : 3.15.el5_4                    Build Date: Tue 27 Oct 2009 04:34:56 PM EDT
Install Date: Sun 01 Nov 2009 12:46:13 PM EST      Build Host: builder16.centos.org
Group       : System Environment/Daemons    Source RPM: samba-3.0.33-3.15.el5_4.src.rpm
Size        : 31830159                         License: GNU GPL Version 2
Signature   : DSA/SHA1, Wed 28 Oct 2009 07:36:59 AM EDT, Key ID a8a447dce8562897
URL         : <a href="http://www.samba.org/" rel="nofollow">http://www.samba.org/</a>
Summary     : The Samba SMB server.
Description :
</pre>
]]></content:encoded>
	</item>
</channel>
</rss>
