<?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 hofster.com</title>
	<atom:link href="http://hofster.com/blog/?feed=comments-rss2" rel="self" type="application/rss+xml" />
	<link>http://hofster.com/blog</link>
	<description>Torsten Hoffmann&#039;s (hofster) Blog</description>
	<lastBuildDate>Wed, 07 Dec 2011 11:15:51 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2</generator>
	<item>
		<title>Comment on Forcing applications to a different language on Mac OS X by andrep</title>
		<link>http://hofster.com/blog/?p=52&#038;cpage=1#comment-6365</link>
		<dc:creator>andrep</dc:creator>
		<pubDate>Wed, 07 Dec 2011 11:15:51 +0000</pubDate>
		<guid isPermaLink="false">http://hofster.com/blog/?p=52#comment-6365</guid>
		<description>same here on Lion
can&#039;t find that option</description>
		<content:encoded><![CDATA[<p>same here on Lion<br />
can&#8217;t find that option</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Active users in Lotus Connections by hofster</title>
		<link>http://hofster.com/blog/?p=86&#038;cpage=1#comment-5178</link>
		<dc:creator>hofster</dc:creator>
		<pubDate>Sat, 16 Jul 2011 12:51:01 +0000</pubDate>
		<guid isPermaLink="false">http://hofster.com/blog/?p=86#comment-5178</guid>
		<description>Philipp,

sorry for my belated answer. I&#039;m on vacation and was out of town...

Regarding your comment: I didn&#039;t have the data model. I started with an empty database and some users. I then checked the tables of each database based on the defined user actions.

So basically it was try and error but nevertheless achievable ;-)</description>
		<content:encoded><![CDATA[<p>Philipp,</p>
<p>sorry for my belated answer. I&#8217;m on vacation and was out of town&#8230;</p>
<p>Regarding your comment: I didn&#8217;t have the data model. I started with an empty database and some users. I then checked the tables of each database based on the defined user actions.</p>
<p>So basically it was try and error but nevertheless achievable <img src='http://hofster.com/blog/wp-includes/images/smilies/icon_wink.gif' alt=';-)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Active users in Lotus Connections by Leitenbauer Philipp</title>
		<link>http://hofster.com/blog/?p=86&#038;cpage=1#comment-5143</link>
		<dc:creator>Leitenbauer Philipp</dc:creator>
		<pubDate>Tue, 12 Jul 2011 09:26:45 +0000</pubDate>
		<guid isPermaLink="false">http://hofster.com/blog/?p=86#comment-5143</guid>
		<description>Hi,

do you have a data model of the database? where did you find the data? just try and error?

regards Philipp</description>
		<content:encoded><![CDATA[<p>Hi,</p>
<p>do you have a data model of the database? where did you find the data? just try and error?</p>
<p>regards Philipp</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Examples for user/group role mapping for Lotus Connections by dvisentin</title>
		<link>http://hofster.com/blog/?p=107&#038;cpage=1#comment-1214</link>
		<dc:creator>dvisentin</dc:creator>
		<pubDate>Sat, 10 Jul 2010 16:59:10 +0000</pubDate>
		<guid isPermaLink="false">http://hofster.com/blog/?p=107#comment-1214</guid>
		<description>If your goal is to filter users at WAS level you need to modified ldap-search query in the WAS member-management (VMM):
http://publib.boulder.ibm.com/infocenter/wasinfo/v6r1/topic/com.ibm.websphere.nd.multiplatform.doc/info/ae/ae/tsec_ldapfilter.html</description>
		<content:encoded><![CDATA[<p>If your goal is to filter users at WAS level you need to modified ldap-search query in the WAS member-management (VMM):<br />
<a href="http://publib.boulder.ibm.com/infocenter/wasinfo/v6r1/topic/com.ibm.websphere.nd.multiplatform.doc/info/ae/ae/tsec_ldapfilter.html" rel="nofollow">http://publib.boulder.ibm.com/infocenter/wasinfo/v6r1/topic/com.ibm.websphere.nd.multiplatform.doc/info/ae/ae/tsec_ldapfilter.html</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Examples for user/group role mapping for Lotus Connections by Sjaak Ursinus</title>
		<link>http://hofster.com/blog/?p=107&#038;cpage=1#comment-920</link>
		<dc:creator>Sjaak Ursinus</dc:creator>
		<pubDate>Wed, 12 May 2010 10:15:37 +0000</pubDate>
		<guid isPermaLink="false">http://hofster.com/blog/?p=107#comment-920</guid>
		<description>But when a User is not a member of the LotusConnectionsUsers group and still tries to login he will get an nasty error. This comes because for WAS itself you are able to login ! so you are authenticated and authorized in the eyes of WAS but you can&#039;t get to URL&#039;s which are protected by the person role in the ear file ! so how to solve this is to also tell WAS that only people in the LotusConnectionsUsers &amp; LotusConnectionsAdmins should be able to login ! This can be doen but is an extra config requirement for your problem as stated in your blog !</description>
		<content:encoded><![CDATA[<p>But when a User is not a member of the LotusConnectionsUsers group and still tries to login he will get an nasty error. This comes because for WAS itself you are able to login ! so you are authenticated and authorized in the eyes of WAS but you can&#8217;t get to URL&#8217;s which are protected by the person role in the ear file ! so how to solve this is to also tell WAS that only people in the LotusConnectionsUsers &amp; LotusConnectionsAdmins should be able to login ! This can be doen but is an extra config requirement for your problem as stated in your blog !</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Using WASService by Michael Urspringer</title>
		<link>http://hofster.com/blog/?p=106&#038;cpage=1#comment-671</link>
		<dc:creator>Michael Urspringer</dc:creator>
		<pubDate>Wed, 10 Mar 2010 12:54:06 +0000</pubDate>
		<guid isPermaLink="false">http://hofster.com/blog/?p=106#comment-671</guid>
		<description>Thanks for summarizing that :-)</description>
		<content:encoded><![CDATA[<p>Thanks for summarizing that <img src='http://hofster.com/blog/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Forcing applications to a different language on Mac OS X by Claire</title>
		<link>http://hofster.com/blog/?p=52&#038;cpage=1#comment-357</link>
		<dc:creator>Claire</dc:creator>
		<pubDate>Mon, 09 Nov 2009 08:45:27 +0000</pubDate>
		<guid isPermaLink="false">http://hofster.com/blog/?p=52#comment-357</guid>
		<description>Been using your trick for a while. Thanks a lot.
But I have now upgraded to Snow Leopard and cannot find a way to do this again. Languages have dissapeared from the info window!
Any idea on how to do it??
Thanks</description>
		<content:encoded><![CDATA[<p>Been using your trick for a while. Thanks a lot.<br />
But I have now upgraded to Snow Leopard and cannot find a way to do this again. Languages have dissapeared from the info window!<br />
Any idea on how to do it??<br />
Thanks</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Active users in Lotus Connections by Pim van Wetten</title>
		<link>http://hofster.com/blog/?p=86&#038;cpage=1#comment-13</link>
		<dc:creator>Pim van Wetten</dc:creator>
		<pubDate>Fri, 08 May 2009 09:48:33 +0000</pubDate>
		<guid isPermaLink="false">http://hofster.com/blog/?p=86#comment-13</guid>
		<description>Nice!</description>
		<content:encoded><![CDATA[<p>Nice!</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Active users in Lotus Connections by Tim Bull</title>
		<link>http://hofster.com/blog/?p=86&#038;cpage=1#comment-12</link>
		<dc:creator>Tim Bull</dc:creator>
		<pubDate>Fri, 08 May 2009 01:18:51 +0000</pubDate>
		<guid isPermaLink="false">http://hofster.com/blog/?p=86#comment-12</guid>
		<description>Great example, but I agree with Stuart, more needs to be done OOB in Connections in this space.  Thanks for sharing!

We&#039;ve written a large number of custom reports using Crystal Reports on top of the SQL.  In some cases we&#039;ve used triggers to aggregate data to simplify the reporting, this looks like a nice approach.</description>
		<content:encoded><![CDATA[<p>Great example, but I agree with Stuart, more needs to be done OOB in Connections in this space.  Thanks for sharing!</p>
<p>We&#8217;ve written a large number of custom reports using Crystal Reports on top of the SQL.  In some cases we&#8217;ve used triggers to aggregate data to simplify the reporting, this looks like a nice approach.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Active users in Lotus Connections by luis benitez</title>
		<link>http://hofster.com/blog/?p=86&#038;cpage=1#comment-10</link>
		<dc:creator>luis benitez</dc:creator>
		<pubDate>Thu, 30 Apr 2009 00:45:05 +0000</pubDate>
		<guid isPermaLink="false">http://hofster.com/blog/?p=86#comment-10</guid>
		<description>This is very cool!  I missed this post earlier.  Great job!!!!!  I&#039;m going to blog about it!</description>
		<content:encoded><![CDATA[<p>This is very cool!  I missed this post earlier.  Great job!!!!!  I&#8217;m going to blog about it!</p>
]]></content:encoded>
	</item>
</channel>
</rss>

