<?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 blurp blog</title>
	<atom:link href="http://jhz.name/blog/feed/" rel="self" type="application/rss+xml" />
	<link>http://jhz.name/blog</link>
	<description></description>
	<lastBuildDate>Sun, 29 Jan 2012 18:01:22 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>WordPress and nginx, some helpfull links</title>
		<link>http://jhz.name/blog/2012/01/29/wordpress-and-nginx-some-helpfull-links/</link>
		<comments>http://jhz.name/blog/2012/01/29/wordpress-and-nginx-some-helpfull-links/#comments</comments>
		<pubDate>Sun, 29 Jan 2012 18:00:44 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[xBSD]]></category>
		<category><![CDATA[nginx]]></category>
		<category><![CDATA[wordpress]]></category>

		<guid isPermaLink="false">http://jhz.name/blog/?p=220</guid>
		<description><![CDATA[http://www.romej.com/archives/515/nginx-rewrite-rules-for-wordpress-redux http://wiki.nginx.org/WordPress]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.romej.com/archives/515/nginx-rewrite-rules-for-wordpress-redux">http://www.romej.com/archives/515/nginx-rewrite-rules-for-wordpress-redux</a></p>
<p><a href="http://wiki.nginx.org/WordPress">http://wiki.nginx.org/WordPress</a></p>
]]></content:encoded>
			<wfw:commentRss>http://jhz.name/blog/2012/01/29/wordpress-and-nginx-some-helpfull-links/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>C and C++ completion with vim and clang</title>
		<link>http://jhz.name/blog/2011/12/03/c-and-c-completion-with-vim-and-clang/</link>
		<comments>http://jhz.name/blog/2011/12/03/c-and-c-completion-with-vim-and-clang/#comments</comments>
		<pubDate>Sat, 03 Dec 2011 12:22:46 +0000</pubDate>
		<dc:creator>jhz</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[clang]]></category>
		<category><![CDATA[completion]]></category>
		<category><![CDATA[vim]]></category>

		<guid isPermaLink="false">http://jhz.name/blog/?p=206</guid>
		<description><![CDATA[There is a &#8220;new&#8221; plugin around that uses clang directly to integrate some nice completion for C and C++ into vim. It&#8217;s called clang_complete and can be found on GitHub. You should use a current clang version tho, because some &#8230; <a href="http://jhz.name/blog/2011/12/03/c-and-c-completion-with-vim-and-clang/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>There is a &#8220;new&#8221; plugin around that uses clang directly to integrate some nice completion for C and C++ into vim.</p>
<p>It&#8217;s called <code>clang_complete</code> and can be found on <a title="clang_complete" href="https://github.com/Rip-Rip/clang_complete">GitHub</a>. You should use a current clang version tho, because some GCC parts already use the new <a title="C++11 Standard" href="http://en.wikipedia.org/wiki/C%2B%2B11">C++11</a> standard and older clang versions will fail to build against those parts.</p>

<div class="wp_syntax"><div class="code"><pre class="vim" style="font-family:monospace;"><span style="color: #adadad; font-style: italic;">&quot; clang</span><span style="color: #adadad; font-style: italic;">
&quot; highlight the warnings and errors</span>
<span style="color: #804040;">let</span> g<span style="color: #000000;">:</span>clang_hl_errors=<span style="color: #000000; font-weight:bold;">1</span><span style="color: #adadad; font-style: italic;">
&quot; open quickfix window on error</span>
<span style="color: #804040;">let</span> g<span style="color: #000000;">:</span>clang_complete_copen=<span style="color: #000000; font-weight:bold;">1</span><span style="color: #adadad; font-style: italic;">
&quot; use libclang directly, fast due to caching</span>
<span style="color: #804040;">let</span> g<span style="color: #000000;">:</span>clang_use_library=<span style="color: #000000; font-weight:bold;">1</span><span style="color: #adadad; font-style: italic;">
&quot; tell clang_complete where to find libclang</span>
<span style="color: #804040;">let</span> g<span style="color: #000000;">:</span>clang_library_path = <span style="color: #C5A22D;">'/usr/lib/llvm/'</span></pre></div></div>

<p><code>clang_complete</code> should automatically run on certain input like <code>std::</code>, but you can also run it manully via <code>C-X C-U</code>.</p>
<p>You can find additional documentation in the git repository.</p>
]]></content:encoded>
			<wfw:commentRss>http://jhz.name/blog/2011/12/03/c-and-c-completion-with-vim-and-clang/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Sony VPCZ1 (also known as VPCZ11C5E), Update 1</title>
		<link>http://jhz.name/blog/2010/10/31/sony-vpcz1-also-known-as-vpcz11c5e-update-1/</link>
		<comments>http://jhz.name/blog/2010/10/31/sony-vpcz1-also-known-as-vpcz11c5e-update-1/#comments</comments>
		<pubDate>Sun, 31 Oct 2010 22:38:19 +0000</pubDate>
		<dc:creator>jhz</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[VPCZ11C5E]]></category>
		<category><![CDATA[VPCZ1]]></category>

		<guid isPermaLink="false">http://jhz.name/blog/?p=180</guid>
		<description><![CDATA[Since about mid October the &#8216;drm-intel-next&#8217; tree is working again with the Sony VPCZ1. At first there were some issues with suspend to ram (and probably also Suspend to Disk, tho I never tried the latter), that manifested themselves in &#8230; <a href="http://jhz.name/blog/2010/10/31/sony-vpcz1-also-known-as-vpcz11c5e-update-1/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>Since about mid October the <a title="Linux Graphics Drivers from Intel" href="http://intellinuxgraphics.org/download.html">&#8216;drm-intel-next&#8217; tree</a> is working again with the Sony VPCZ1. At first there were some issues with suspend to ram (and probably also Suspend to Disk, tho I never tried the latter), that manifested themselves in a black screen after resume which could be fixed by turning the display off and on again via <em>xrandr</em>. Luckily, it was fixed quite fast by Jesse Barnes. The corresponding bug report is: <a title="[Arrandale switchable] resume from suspend does not wake up display properly" href="https://bugs.freedesktop.org/show_bug.cgi?id=30738">[Bug 30738]</a> So at the moment, everything seems to be working, except switching graphics.</p>
<p><strong>Power consumption:</strong></p>
<p>I&#8217;m also fiddling with a few settings that influence power consumption and am currently getting a long term estimate of 11.6W via <a title="PowerTOP" href="http://www.lesswatts.org/projects/powertop/">PowerTop</a> (and Power usage: 12.7W),when I&#8217;m working in a terminal with wireless turned on.This is with CONFIG_INTEL_IDLE set to &#8216;y&#8217;, I&#8217;ll test the default acpi_idle driver later on.</p>
]]></content:encoded>
			<wfw:commentRss>http://jhz.name/blog/2010/10/31/sony-vpcz1-also-known-as-vpcz11c5e-update-1/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Bind mount under Solaris 10</title>
		<link>http://jhz.name/blog/2010/10/03/bind-mount-under-solaris-10/</link>
		<comments>http://jhz.name/blog/2010/10/03/bind-mount-under-solaris-10/#comments</comments>
		<pubDate>Sun, 03 Oct 2010 20:45:00 +0000</pubDate>
		<dc:creator>jhz</dc:creator>
				<category><![CDATA[Solaris]]></category>
		<category><![CDATA[Linux]]></category>

		<guid isPermaLink="false">http://jhz.name/blog/?p=166</guid>
		<description><![CDATA[It&#8217;s quite easy to do the equivalent of a Linux bind mount under Solaris: mount -F lofs DIR1 DIR2]]></description>
			<content:encoded><![CDATA[<p>It&#8217;s quite easy to do the equivalent of a Linux bind mount under Solaris:</p>
<blockquote><p>mount -F lofs DIR1 DIR2</p></blockquote>
]]></content:encoded>
			<wfw:commentRss>http://jhz.name/blog/2010/10/03/bind-mount-under-solaris-10/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Public key authentication</title>
		<link>http://jhz.name/blog/2010/08/22/public-key-authentication/</link>
		<comments>http://jhz.name/blog/2010/08/22/public-key-authentication/#comments</comments>
		<pubDate>Sun, 22 Aug 2010 12:56:02 +0000</pubDate>
		<dc:creator>jhz</dc:creator>
				<category><![CDATA[Solaris]]></category>

		<guid isPermaLink="false">http://jhz.name/blog/?p=162</guid>
		<description><![CDATA[Don&#8217;t forget to set AllowGroups in sshd_config, if you are using AllowUsers or you won&#8217;t be able to login.]]></description>
			<content:encoded><![CDATA[<p>Don&#8217;t forget to set AllowGroups in sshd_config, if you are using AllowUsers or you won&#8217;t be able to login.</p>
]]></content:encoded>
			<wfw:commentRss>http://jhz.name/blog/2010/08/22/public-key-authentication/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Sony VPCZ1 (also known as VPCZ11C5E)</title>
		<link>http://jhz.name/blog/2010/07/31/sony-vpcz1-also-known-as-vpcz11c5e/</link>
		<comments>http://jhz.name/blog/2010/07/31/sony-vpcz1-also-known-as-vpcz11c5e/#comments</comments>
		<pubDate>Sat, 31 Jul 2010 17:28:47 +0000</pubDate>
		<dc:creator>jhz</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[VPCZ11C5E]]></category>
		<category><![CDATA[VPCZ1]]></category>

		<guid isPermaLink="false">http://jhz.name/blog/?p=133</guid>
		<description><![CDATA[This is intended as a small summary post about the VPCZ1 under (Arch) Linux, I guess I&#8217;ll update it as I go. Warning: Some commands in this post might damage your laptop, so please only execute them, if you know &#8230; <a href="http://jhz.name/blog/2010/07/31/sony-vpcz1-also-known-as-vpcz11c5e/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>This is intended as a small summary post about the VPCZ1 under (Arch) Linux, I guess I&#8217;ll update it as I go. <strong>Warning</strong>: Some commands in this post might damage your laptop, so please only execute them, if you know what you are doing!</p>
<p><strong>Graphics:</strong></p>
<p>The internel Intel Graphics card should be working fine with a current drm-intel-next kernel, the Nvidia card is a bit of a problem tho. But there seem to be a few ways to get it working.</p>
<ul>
<li>Extract and change your DSDT to activate the correct card.</li>
<li>Patch the installed BIOS to get all the advanced menus and activate static graphics switching (that&#8217;s what I did).  <a href="http://forum.notebookreview.com/sony/473226-insyde-hacking-new-vaio-z-advanced-menu-bios.html" target="_blank">Link.</a></li>
<li>Boot an older Kernel with the switch in the desired position and reboot again to get only that card activated. I also heard that setting acpi_osi=&#8221;!Windows 2006&#8243; works fine.</li>
</ul>
<p>One thing that won&#8217;t work with the Nvidia card is brightness control, as it seems to be controlled by the Intel card. By the way, the HDMI port only works with the Nvidia card.</p>
<p>Be aware that the laptop will generate quite a bit more heat when both graphic cards are turned on as reported in this thread: <a href="https://lists.launchpad.net/sony-vaio-z-series/msg01337.html" target="_blank">Z11 too warm</a></p>
<p><strong>Update:</strong></p>
<p>It seems to be possible to de/activate the Nvidia card with the ACPI function &#8220;_SB.PCI0.P0P2.DGPU._OFF/_ON&#8221; and check the satus with &#8220;_STA&#8221;. One thing it won&#8217;t do is to remove it from lspci, but I&#8217;m not sure how the devices are listed (ie. how static that list is).</p>
<p><strong>Suspend to RAM:</strong></p>
<p>Works fine for me, except that the panel isn&#8217;t reactivated after resume, which can be fixed with xrandr and a small resume handler script in /etc/pm/sleep.d (don&#8217;t forget to make it executable):</p>

<div class="wp_syntax"><div class="code"><pre class="bash" style="font-family:monospace;"><span style="color: #666666; font-style: italic;">#!/bin/sh</span>
<span style="color: #000000; font-weight: bold;">case</span> <span style="color: #007800;">$1</span> <span style="color: #000000; font-weight: bold;">in</span>
    hibernate<span style="color: #7a0874; font-weight: bold;">&#41;</span>
        <span style="color: #666666; font-style: italic;"># echo &quot;Hey guy, we are going to suspend to disk!&quot;</span>
        <span style="color: #000000; font-weight: bold;">;;</span>
    <span style="color: #7a0874; font-weight: bold;">suspend</span><span style="color: #7a0874; font-weight: bold;">&#41;</span>
        <span style="color: #666666; font-style: italic;"># echo &quot;Oh, this time we're doing a suspend to RAM. Cool!&quot;</span>
        <span style="color: #000000; font-weight: bold;">;;</span>
    thaw<span style="color: #7a0874; font-weight: bold;">&#41;</span>
        <span style="color: #666666; font-style: italic;"># echo &quot;oh, suspend to disk is over, we are resuming...&quot;</span>
        <span style="color: #000000; font-weight: bold;">;;</span>
    resume<span style="color: #7a0874; font-weight: bold;">&#41;</span>
	<span style="color: #7a0874; font-weight: bold;">echo</span> <span style="color: #ff0000;">&quot;Restoring panel/display.&quot;</span>
	<span style="color: #007800;">XAUTHORITY_FILE</span>=<span style="color: #ff0000;">&quot;/home/jan/.Xauthority&quot;</span>
	<span style="color: #000000; font-weight: bold;">if</span> <span style="color: #7a0874; font-weight: bold;">&#91;</span> <span style="color: #660033;">-e</span> <span style="color: #ff0000;">&quot;<span style="color: #007800;">$XAUTHORITY_FILE</span>&quot;</span> <span style="color: #7a0874; font-weight: bold;">&#93;</span>
	<span style="color: #000000; font-weight: bold;">then</span>
	    <span style="color: #007800;">XAUTHORITY</span>=<span style="color: #007800;">$XAUTHORITY_FILE</span> <span style="color: #007800;">DISPLAY</span>=:<span style="color: #000000;">0</span> xrandr <span style="color: #660033;">--output</span> DP3 <span style="color: #660033;">--off</span>
	    <span style="color: #007800;">XAUTHORITY</span>=<span style="color: #007800;">$XAUTHORITY_FILE</span> <span style="color: #007800;">DISPLAY</span>=:<span style="color: #000000;">0</span> xrandr <span style="color: #660033;">--output</span> DP3 <span style="color: #660033;">--auto</span>
	<span style="color: #000000; font-weight: bold;">else</span>
	    <span style="color: #007800;">DISPLAY</span>=:<span style="color: #000000;">0</span> xrandr <span style="color: #660033;">--output</span> DP3 <span style="color: #660033;">--off</span>
	    <span style="color: #007800;">DISPLAY</span>=:<span style="color: #000000;">0</span> xrandr <span style="color: #660033;">--output</span> DP3 <span style="color: #660033;">--auto</span>
	<span style="color: #000000; font-weight: bold;">fi</span>
        <span style="color: #000000; font-weight: bold;">;;</span>
    <span style="color: #000000; font-weight: bold;">*</span><span style="color: #7a0874; font-weight: bold;">&#41;</span>  <span style="color: #7a0874; font-weight: bold;">echo</span> <span style="color: #ff0000;">&quot;somebody is calling me totally wrong.&quot;</span>
        <span style="color: #000000; font-weight: bold;">;;</span>
<span style="color: #000000; font-weight: bold;">esac</span></pre></div></div>

<p><strong>Suspend to disk:</strong></p>
<p>Not tried yet, but I assume that it works fine. <img src='http://jhz.name/blog/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' /> </p>
<p><strong>GPS:</strong></p>
<p>The Gobi 3000 works fine with the gobi_loader, getting the firmware etc. is a bit tricky, but there are quite a few tutorials around the web. It&#8217;s also possible to boot into a Windows that has the Gobi driver installed and just reboot into Linux, as the firmware will still be loaded after the reboot. I&#8217;m currenty using wvdial to connect to my provider, works like a charm.</p>
<p><strong>Sound, SD card reader:<br />
</strong></p>
<p>Works out of the box.</p>
<p><strong>Keyboard and Touchpad:</strong></p>
<p>The touchpad should work fine with a current kernel, otherwise you can set &#8220;i8042.reset i8042.nomux i8042.nopnp i8042.noloop&#8221; on the kernel parameter line.</p>
]]></content:encoded>
			<wfw:commentRss>http://jhz.name/blog/2010/07/31/sony-vpcz1-also-known-as-vpcz11c5e/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Activate Solaris RAID cache</title>
		<link>http://jhz.name/blog/2010/07/20/activate-solaris-raid-cache/</link>
		<comments>http://jhz.name/blog/2010/07/20/activate-solaris-raid-cache/#comments</comments>
		<pubDate>Mon, 19 Jul 2010 23:10:49 +0000</pubDate>
		<dc:creator>jhz</dc:creator>
				<category><![CDATA[Solaris]]></category>

		<guid isPermaLink="false">http://jhz.name/blog/?p=118</guid>
		<description><![CDATA[raidctl -p &#8220;wp=on&#8221; [volume]]]></description>
			<content:encoded><![CDATA[<p>raidctl -p &#8220;wp=on&#8221; [volume]</p>
]]></content:encoded>
			<wfw:commentRss>http://jhz.name/blog/2010/07/20/activate-solaris-raid-cache/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>HP Proliant Support Pack annoyance</title>
		<link>http://jhz.name/blog/2010/05/19/hp-proliant-support-pack-annoyance/</link>
		<comments>http://jhz.name/blog/2010/05/19/hp-proliant-support-pack-annoyance/#comments</comments>
		<pubDate>Wed, 19 May 2010 22:06:27 +0000</pubDate>
		<dc:creator>jhz</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[CentOS]]></category>
		<category><![CDATA[HP]]></category>
		<category><![CDATA[RHEL]]></category>

		<guid isPermaLink="false">http://jhz.name/blog/?p=103</guid>
		<description><![CDATA[I found a rather annoying behavior with the current PSP for  RHEL (v8.31).  The host I wanted to install it on is a CentOS 5.4, with a modified &#8221;/etc/redhat-release&#8221; to match the current RHEL release. Usually that&#8217;s the only problem &#8230; <a href="http://jhz.name/blog/2010/05/19/hp-proliant-support-pack-annoyance/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>I found a rather annoying behavior with the current PSP for  RHEL (v8.31).  The host I wanted to install it on is a CentOS 5.4, with a modified &#8221;/etc/redhat-release&#8221; to match the current RHEL release. Usually that&#8217;s the only problem with installing the PSP on a CentOS system.</p>
<p>But as it turns out you can&#8217;t have the &#8221;hpsmh&#8221; user and group in your LDAP to which the server is connected, it&#8217;ll just fail horribly. If you take a closer look at the &#8221;hpsmh&#8221; RPM you&#8217;ll see that it checks &#8221;/etc/passwd&#8221; for an already existing user and it&#8217;s main group, saves their ids and then deletes both just to add them again later.</p>
<p>The problem is that it just uses &#8221;grep&#8221; to search for the user, hence it will find none, but using &#8221;useradd&#8221; to add a &#8220;new&#8221; &#8221;hpsmh&#8221; user will obviously fail, because useradd <strong>does</strong> know about the LDAP user.</p>
<p>This is all rather annoying for companies (or rather their IT departments) that want to control the uid and gid allocation to the last bit.</p>
]]></content:encoded>
			<wfw:commentRss>http://jhz.name/blog/2010/05/19/hp-proliant-support-pack-annoyance/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Building python 2.6.4 with SSL on a Solaris 10 system</title>
		<link>http://jhz.name/blog/2010/02/26/building-python-2-6-4-with-ssl-on-a-solaris-10-system/</link>
		<comments>http://jhz.name/blog/2010/02/26/building-python-2-6-4-with-ssl-on-a-solaris-10-system/#comments</comments>
		<pubDate>Fri, 26 Feb 2010 22:50:55 +0000</pubDate>
		<dc:creator>jhz</dc:creator>
				<category><![CDATA[Solaris]]></category>

		<guid isPermaLink="false">http://jhz.name/blog/?p=92</guid>
		<description><![CDATA[If you have your OpenSSL in some special location, you have to set your LD_LIBRARY_PATH accordingly. I just set it in the environment of the shell, but it should also work when set in the Makefile. Just having it installed &#8230; <a href="http://jhz.name/blog/2010/02/26/building-python-2-6-4-with-ssl-on-a-solaris-10-system/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>If you have your OpenSSL in some special location, you have to set your LD_LIBRARY_PATH accordingly. I just set it in the environment of the shell, but it should also work when set in the Makefile.</p>
<p>Just having it installed in &#8220;/usr/local/ssl&#8221; isn&#8217;t enough, the build script will look there for the &#8220;ssl.h&#8221;, but that&#8217;s it.</p>
<p>This is the error that&#8217;s displayed when LD_LIBRARY_PATH is not set correctly:</p>
<pre>cc  -o python \
                 Modules/python.o \
                 libpython2.6.a -lsocket -lnsl -lrt -ldl  -L/usr/local/ssl/lib -lssl -lcrypto    -lm
ld.so.1: python: fatal: libssl.so.0.9.8: open failed: No such file or directory
Killed
make: *** [sharedmods] Error 137
</pre>
]]></content:encoded>
			<wfw:commentRss>http://jhz.name/blog/2010/02/26/building-python-2-6-4-with-ssl-on-a-solaris-10-system/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>DSEE 6.3 and certificates</title>
		<link>http://jhz.name/blog/2009/10/12/dsee-6-3-and-certificates/</link>
		<comments>http://jhz.name/blog/2009/10/12/dsee-6-3-and-certificates/#comments</comments>
		<pubDate>Mon, 12 Oct 2009 22:59:38 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Solaris]]></category>
		<category><![CDATA[DirectoryServer]]></category>

		<guid isPermaLink="false">http://jhz.name/blog/?p=86</guid>
		<description><![CDATA[It seems that the DSEE 6.3.1 doesn&#8217;t care about the validity of the used certificates, at least not after they&#8217;ve been imported/added. I used an expired certificate for about 5 days without any problem. When I rebootet the directory server, &#8230; <a href="http://jhz.name/blog/2009/10/12/dsee-6-3-and-certificates/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>It seems that the <a title="Sun Java System Directory Server Enterprise Edition" href="http://www.sun.com/software/products/directory_srvr_ee/index.jsp">DSEE 6.3.1</a> doesn&#8217;t care about the validity of the used certificates, at least not after they&#8217;ve been imported/added. I used an expired certificate for about 5 days without any problem. When I rebootet the directory server, it didn&#8217;t even complain about the certificate, all the clients (Solaris 10 u6 [zones]) that were using SSL/TLS didn&#8217;t work properly, tho.</p>
<p>Interestingly, it was even affecting one zone that I reconfigured to use just the &#8220;simple&#8221; authentication method.</p>
]]></content:encoded>
			<wfw:commentRss>http://jhz.name/blog/2009/10/12/dsee-6-3-and-certificates/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

<!-- Dynamic page generated in 0.256 seconds. -->
<!-- Cached page generated by WP-Super-Cache on 2012-05-20 22:16:10 -->
<!-- Compression = gzip -->
