<?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>Thoughts Electrique &#187; OU</title>
	<atom:link href="http://www.sebastian.himberger.de/blog/tag/ou/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.sebastian.himberger.de/blog</link>
	<description>Sebastian Himbergers blog about technology and software development</description>
	<lastBuildDate>Thu, 08 Jul 2010 17:05:46 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>How to log in a user of a specified OpenCms OU</title>
		<link>http://www.sebastian.himberger.de/blog/2009/10/12/how-to-log-in-a-user-of-a-specified-opencms-ou/</link>
		<comments>http://www.sebastian.himberger.de/blog/2009/10/12/how-to-log-in-a-user-of-a-specified-opencms-ou/#comments</comments>
		<pubDate>Mon, 12 Oct 2009 20:01:54 +0000</pubDate>
		<dc:creator>Sebastian</dc:creator>
				<category><![CDATA[Technology]]></category>
		<category><![CDATA[JSP]]></category>
		<category><![CDATA[OpenCms]]></category>
		<category><![CDATA[OU]]></category>

		<guid isPermaLink="false">http://www.sebastian.himberger.de/blog/?p=538</guid>
		<description><![CDATA[I recently had to login a user of a specified OU (Organizational Unit) through a JSP. This is done by simply prepending the username with the path to the OU.
Example: I want to login the user &#8220;foo&#8221; of the OU &#8220;/germany/marketing&#8220;. Simple specify the String &#8220;/germany/marketing/foo&#8221; as a username and you&#8217;re all set.
]]></description>
			<content:encoded><![CDATA[<p>I recently had to login a user of a specified OU (Organizational Unit) through a JSP. This is done by simply prepending the username with the path to the OU.</p>
<p><strong>Example</strong>: I want to login the user &#8220;<em>foo</em>&#8221; of the OU &#8220;<em>/germany/marketing</em>&#8220;. Simple specify the String &#8220;<em>/germany/marketing/foo</em>&#8221; as a username and you&#8217;re all set.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.sebastian.himberger.de/blog/2009/10/12/how-to-log-in-a-user-of-a-specified-opencms-ou/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
