<?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"
	>

<channel>
	<title>Zenoss Blog &#187; Zope</title>
	<atom:link href="http://blog.zenoss.com/category/zope/feed" rel="self" type="application/rss+xml" />
	<link>http://blog.zenoss.com</link>
	<description>No Node Left Behind</description>
	<pubDate>Tue, 18 Nov 2008 15:24:20 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.6.3</generator>
	<language>en</language>
			<item>
		<title>Tip of the Month: Improving LDAP Performance</title>
		<link>http://blog.zenoss.com/2008/09/19/tip-of-the-month-improving-ldap-performance/</link>
		<comments>http://blog.zenoss.com/2008/09/19/tip-of-the-month-improving-ldap-performance/#comments</comments>
		<pubDate>Fri, 19 Sep 2008 17:57:10 +0000</pubDate>
		<dc:creator>Matt Ray</dc:creator>
		
		<category><![CDATA[Best Practices]]></category>

		<category><![CDATA[Community]]></category>

		<category><![CDATA[Systems Management]]></category>

		<category><![CDATA[Tips]]></category>

		<category><![CDATA[Zope]]></category>

		<category><![CDATA[ldap]]></category>

		<category><![CDATA[tip]]></category>

		<category><![CDATA[Zenoss]]></category>

		<guid isPermaLink="false">http://blog.zenoss.com/?p=474</guid>
		<description><![CDATA[Community member Nathaniel McCallum&#8217;s provided instructions for making Zenoss use LDAP or ActiveDirectory for Authentication and Authorization recently had a very important update from Scott Haskell.  Users were reporting very slow UI response times and Scott narrowed it down to those installations using LDAP.  He tracked down the Zope RAM Cache Manager and [...]]]></description>
			<content:encoded><![CDATA[<!-- sphereit start --><p>Community member Nathaniel McCallum&#8217;s provided instructions for making Zenoss use <a href="http://www.zenoss.com/community/docs/howtos/how-to-authenticate-via-ldap" >LDAP or ActiveDirectory for Authentication and Authorization</a> recently had a very important update from <a href="http://www.zenoss.com/Members/shaskell/" >Scott Haskell</a>.  Users were reporting very slow UI response times and Scott narrowed it down to those installations using LDAP.  He tracked down the Zope RAM Cache Manager and updated the documentation on how to greatly improve performance:</p>
<p>
<strong>Enabling Caching</strong></p>
<p>LDAPMultiPlugins has the ability to cache expensive LDAP look-ups and other operations. This ability, however, is not enabled by default. To enable caching:</p>
<ul>
<li>Login to the ZMI (Zope Management Interface) at http://servername:8080/zport/manage</li>
<li>Click on &#8216;acl_users(PAS)&#8217; from the center pane or the top-level &#8216;acl_users&#8217; from the left navigation pane</li>
<li>From the drop-down list in the upper right, select &#8216;RAM Cache Manager&#8217; and click add.</li>
<li>Give the RAM Cache Object a name; e.g. - LDAP Cache</li>
<li>Click on the newly created object to configure it</li>
<li>Tweak the properties as needed</li>
<li>Click on the &#8216;Associate&#8217; tab</li>
<li>Click &#8216;Locate&#8217;</li>
<li>Your LDAPMultiPlugins object (whatever you named it) and userManager will appear as objects that you can associate with the RAM Cache.</li>
<li>Check your LDAPMultiPlugin object and select &#8216;Save Changes&#8217;.</li>
</ul>
<p>
 Caching is now enabled for LDAP.
</p>
<p>Scott went even further and documented his <a href="http://www.zenoss.com/Members/shaskell/enabling-caching-for-ldap-authentication" >debugging and troubleshooting of the problem</a>. Thanks again to Scott for this great tip!</p>
<!-- sphereit end --><span style="margin-bottom:40px; border-bottom:none;"><a class="iconsphere" title="Sphere: Related Content" onclick="return Sphere.Widget.search('http://blog.zenoss.com/2008/09/19/tip-of-the-month-improving-ldap-performance/')" href="http://www.sphere.com/search?q=sphereit:http://blog.zenoss.com/2008/09/19/tip-of-the-month-improving-ldap-performance/" onclick="javascript:pageTracker._trackPageview('/outbound/article/http://www.sphere.com/search?q=sphereit:http://blog.zenoss.com/2008/09/19/tip-of-the-month-improving-ldap-performance/');">Sphere: Related Content</a></span><br/><br/>
<!-- start wp-tags-to-technorati 1.01 -->

<p class='technorati-tags'>Tags: <a class='technorati-link' href='http://technorati.com/tag/Community' rel='tag' target='_self'>Community</a>, <a class='technorati-link' href='http://technorati.com/tag/ldap' rel='tag' target='_self'>ldap</a>, <a class='technorati-link' href='http://technorati.com/tag/tip' rel='tag' target='_self'>tip</a>, <a class='technorati-link' href='http://technorati.com/tag/Zenoss' rel='tag' target='_self'>Zenoss</a>, <a class='technorati-link' href='http://technorati.com/tag/Zope' rel='tag' target='_self'>Zope</a></p>

<!-- end wp-tags-to-technorati -->
]]></content:encoded>
			<wfw:commentRss>http://blog.zenoss.com/2008/09/19/tip-of-the-month-improving-ldap-performance/feed/</wfw:commentRss>
		</item>
		<item>
		<title>writer2LaTeX</title>
		<link>http://blog.zenoss.com/2007/08/18/writer2latex/</link>
		<comments>http://blog.zenoss.com/2007/08/18/writer2latex/#comments</comments>
		<pubDate>Sun, 19 Aug 2007 04:41:10 +0000</pubDate>
		<dc:creator>oubiwann</dc:creator>
		
		<category><![CDATA[Open Source]]></category>

		<category><![CDATA[Python]]></category>

		<category><![CDATA[Zenoss Software]]></category>

		<category><![CDATA[Zope]]></category>

		<guid isPermaLink="false">http://blog.zenoss.com/2007/08/18/writer2latex/</guid>
		<description><![CDATA[This is probably going to be my last post to the Zenoss Blog, seeing as how I&#8217;ve only got 2 weeks left on my contract, but I wanted to take the time to shout out to Henrik Just and writer2LaTeX. Henrik&#8217;s software, which is now also integrated into OpenOffice, is fantastic. The last big project [...]]]></description>
			<content:encoded><![CDATA[<!-- sphereit start --><p>This is probably going to be my last post to the Zenoss Blog, seeing as how I&#8217;ve only got 2 weeks left on my contract, but I wanted to take the time to shout out to Henrik Just and writer2LaTeX. Henrik&#8217;s software, which is now also integrated into OpenOffice, is fantastic. The last big project I worked on for Zenoss was the OpenOffice (.sxw) to Plone converter for the HTML-ization of the Zenoss Guide. The purpose of generating an HTML version, split by section, was to </p>
<ul>
<li>provide an easily accessible on-line version (non-OpenOffice, non-PDF)</li>
<li>have multiple versions of the Guide be searchable</li>
<li>provide users with the utility of being able to comment on each section of the guide</li>
</ul>
<p>There was XML-wrangling, HTML post-processing, and Plone content type generation involved &#8212; lots of moving parts. At times, we ran into issues such as Java problems (what writer2LaTeX is written in) or obscure/hidden formatting issues in our source document. Other times, we needed specific features that weren&#8217;t in writer2LaTeX.</p>
<p>Enter Henrik: he helped us out a great deal, not only by discovering the root issues of several of our problems, but in addition addressed the features we needed with instant patches. He and I worked together to test these features and make sure everything was running as expected. His responses and contributions ended up saving Zenoss big $ and me big time. Thanks again, Henrik!</p>
<!-- sphereit end --><span style="margin-bottom:40px; border-bottom:none;"><a class="iconsphere" title="Sphere: Related Content" onclick="return Sphere.Widget.search('http://blog.zenoss.com/2007/08/18/writer2latex/')" href="http://www.sphere.com/search?q=sphereit:http://blog.zenoss.com/2007/08/18/writer2latex/" onclick="javascript:pageTracker._trackPageview('/outbound/article/http://www.sphere.com/search?q=sphereit:http://blog.zenoss.com/2007/08/18/writer2latex/');">Sphere: Related Content</a></span><br/><br/>
<!-- start wp-tags-to-technorati 1.01 -->

<!-- end wp-tags-to-technorati -->
]]></content:encoded>
			<wfw:commentRss>http://blog.zenoss.com/2007/08/18/writer2latex/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Zenoss Over SSL</title>
		<link>http://blog.zenoss.com/2007/04/19/zenoss-over-ssl/</link>
		<comments>http://blog.zenoss.com/2007/04/19/zenoss-over-ssl/#comments</comments>
		<pubDate>Thu, 19 Apr 2007 15:06:35 +0000</pubDate>
		<dc:creator>Mark Hinkle</dc:creator>
		
		<category><![CDATA[News Items]]></category>

		<category><![CDATA[Tips]]></category>

		<category><![CDATA[Zenoss Software]]></category>

		<category><![CDATA[Zope]]></category>

		<guid isPermaLink="false">http://blog.zenoss.com/2007/04/19/zenoss-over-ssl/</guid>
		<description><![CDATA[Nathan, has a nice tidbit on running Zenoss over SSL on his blog:
Since Zenoss runs inside of Zope, you have to do a couple of things to get it to run over ssl. There are zope plugins, and perhaps there is another way that Zenoss would recommend, but I have never been one for reading [...]]]></description>
			<content:encoded><![CDATA[<!-- sphereit start --><p>Nathan, has a <a href="http://blog.zenoss.com/Since%20Zenoss%20runs%20inside%20of%20Zope,%20you%20have%20to%20do%20a%20couple%20of%20things%20to%20get%20it%20to%20run%20over%20ssl.%20There%20are%20zope%20plugins,%20and%20perhaps%20there%20is%20another%20way%20that%20Zenoss%20would%20recommend,%20but%20I%20have%20never%20been%20one%20for%20reading%20when%20I%20can%20stomp%20full%20speed%20ahead%20:%29" >nice tidbit</a> on running Zenoss over SSL on his <a href="http://nathanpowell.org/blog/archives/284" onclick="javascript:pageTracker._trackPageview('/outbound/article/http://nathanpowell.org/blog/archives/284');">blog</a>:</p>
<blockquote><p><em>Since <a href="http://zenoss.com/" >Zenoss</a> runs inside of Zope, you have to do a couple of things to get it to run over ssl. There are zope plugins, and perhaps there is another way that Zenoss would recommend, but I have never been one for reading when I can stomp full speed ahead <img src='http://blog.zenoss.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </em></p>
</blockquote>
<p>Does anyone else have Zenoss running over SSL? If so, what&#8217;s your recipe?</p>
<!-- sphereit end --><span style="margin-bottom:40px; border-bottom:none;"><a class="iconsphere" title="Sphere: Related Content" onclick="return Sphere.Widget.search('http://blog.zenoss.com/2007/04/19/zenoss-over-ssl/')" href="http://www.sphere.com/search?q=sphereit:http://blog.zenoss.com/2007/04/19/zenoss-over-ssl/" onclick="javascript:pageTracker._trackPageview('/outbound/article/http://www.sphere.com/search?q=sphereit:http://blog.zenoss.com/2007/04/19/zenoss-over-ssl/');">Sphere: Related Content</a></span><br/><br/>
<!-- start wp-tags-to-technorati 1.01 -->

<!-- end wp-tags-to-technorati -->
]]></content:encoded>
			<wfw:commentRss>http://blog.zenoss.com/2007/04/19/zenoss-over-ssl/feed/</wfw:commentRss>
		</item>
		<item>
		<title>LDAP Ate my Brainz</title>
		<link>http://blog.zenoss.com/2007/02/19/ldap-ate-my-brainz/</link>
		<comments>http://blog.zenoss.com/2007/02/19/ldap-ate-my-brainz/#comments</comments>
		<pubDate>Tue, 20 Feb 2007 03:33:41 +0000</pubDate>
		<dc:creator>oubiwann</dc:creator>
		
		<category><![CDATA[Open Source]]></category>

		<category><![CDATA[Python]]></category>

		<category><![CDATA[Zope]]></category>

		<guid isPermaLink="false">http://blog.zenoss.com/2007/02/19/ldap-ate-my-brainz/</guid>
		<description><![CDATA[
Well, not really. But it if did, it&#8217;s okay by me: I really like LDAP. I&#8217;ve only had to work with it a little bit in the past, but I have been in deep LDAP immersion for the past 2 months. The thing that really pi**es me off is PHP. Now, that crap DID eat [...]]]></description>
			<content:encoded><![CDATA[<!-- sphereit start --><p><a onclick="window.open('http://blog.zenoss.com/wp-content/uploads/2007/02/zombie.jpg','popup','width=230,height=291,scrollbars=no,resizable=yes,toolbar=no,directories=no,location=no,menubar=no,status=yes,left=0,top=0');return false" href="http://blog.zenoss.com/wp-content/uploads/2007/02/zombie.jpg"  rel="lightbox[74]"><img width="79" vspace="4" hspace="4" height="100" border="1" align="left" alt="Zombie" src="http://blog.zenoss.com/wp-content/uploads/2007/02/zombie-tm.jpg" /></a><br />
Well, not really. But it if did, it&#8217;s okay by me: I really like LDAP. I&#8217;ve only had to work with it a little bit in the past, but I have been in deep LDAP immersion for the past 2 months. The thing that really pi**es me off is PHP. Now, that crap DID eat my damn brainz. Fortunately, I was able to do most of the work in python.</p>
<p>This was all for the first draft of <a href="http://community.zenoss.com" >http://community.zenoss.com</a>. We were initially just trying to get a mailman-to-forums bridge up, but we needed to integrate with LDAP for our future user management plans. THEN, we found out that the forum software was read-only for LDAP, so users couldn&#8217;t manage their data. Thus enter Plone, one phase earlier than planned.</p>
<p>Needless to say, it has been quite an adventure. And minus the PHP, it&#8217;s been most enjoyable, if tiring. There are some very cool upshots, though: I will most likely (given the time) 1) be writing a Plone 2.5 + PAS + LDAP HowTo, and 2) writing a Zenoss LDAP HowTo.</p>
<p>But right now, I&#8217;m gonna go play some WoW. It&#8217;s not like I&#8217;ve got any brainz left to worry about&#8230;</p>
<!-- sphereit end --><span style="margin-bottom:40px; border-bottom:none;"><a class="iconsphere" title="Sphere: Related Content" onclick="return Sphere.Widget.search('http://blog.zenoss.com/2007/02/19/ldap-ate-my-brainz/')" href="http://www.sphere.com/search?q=sphereit:http://blog.zenoss.com/2007/02/19/ldap-ate-my-brainz/" onclick="javascript:pageTracker._trackPageview('/outbound/article/http://www.sphere.com/search?q=sphereit:http://blog.zenoss.com/2007/02/19/ldap-ate-my-brainz/');">Sphere: Related Content</a></span><br/><br/>
<!-- start wp-tags-to-technorati 1.01 -->

<!-- end wp-tags-to-technorati -->
]]></content:encoded>
			<wfw:commentRss>http://blog.zenoss.com/2007/02/19/ldap-ate-my-brainz/feed/</wfw:commentRss>
		</item>
	</channel>
</rss>
