<?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 on: Is User A Member Of A (Nested) Group ?</title>
	<atom:link href="http://www.eknori.de/2008-04-27/is-user-a-member-of-a-nested-group/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.eknori.de/2008-04-27/is-user-a-member-of-a-nested-group/</link>
	<description>the weird world of eknori</description>
	<lastBuildDate>Mon, 01 Mar 2010 13:25:25 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Peter Herrmann</title>
		<link>http://www.eknori.de/2008-04-27/is-user-a-member-of-a-nested-group/comment-page-1/#comment-699</link>
		<dc:creator>Peter Herrmann</dc:creator>
		<pubDate>Sat, 16 Aug 2008 21:14:41 +0000</pubDate>
		<guid isPermaLink="false">http://www.eknori.de/?p=451#comment-699</guid>
		<description>Pedantic but... :-)

In line 15 of the first code block it dims:
    Dim i, j, k As Integer

This results in variables i &amp; j as variants and k as an integer. To correct this, dim like this:
    Dim i As Integer, j As Integer, k As Integer</description>
		<content:encoded><![CDATA[<p>Pedantic but&#8230; <img src='http://www.eknori.de/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' /> </p>
<p>In line 15 of the first code block it dims:<br />
    Dim i, j, k As Integer</p>
<p>This results in variables i &amp; j as variants and k as an integer. To correct this, dim like this:<br />
    Dim i As Integer, j As Integer, k As Integer</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: A (different) document security model &#171; All about Lotus Domino Development (AaLDD)</title>
		<link>http://www.eknori.de/2008-04-27/is-user-a-member-of-a-nested-group/comment-page-1/#comment-696</link>
		<dc:creator>A (different) document security model &#171; All about Lotus Domino Development (AaLDD)</dc:creator>
		<pubDate>Sat, 16 Aug 2008 14:19:57 +0000</pubDate>
		<guid isPermaLink="false">http://www.eknori.de/?p=451#comment-696</guid>
		<description>[...] This all sounded nice, but a lot of work on uncovered terrain untill the sun started to shine outside when I discovered Ulriche Krause&#8217;s posting &#8216;Is User A Member Of A (Nested) Group ?&#8216;. [...]</description>
		<content:encoded><![CDATA[<p>[...] This all sounded nice, but a lot of work on uncovered terrain untill the sun started to shine outside when I discovered Ulriche Krause&#8217;s posting &#8216;Is User A Member Of A (Nested) Group ?&#8216;. [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Kai</title>
		<link>http://www.eknori.de/2008-04-27/is-user-a-member-of-a-nested-group/comment-page-1/#comment-440</link>
		<dc:creator>Kai</dc:creator>
		<pubDate>Tue, 06 May 2008 08:04:31 +0000</pubDate>
		<guid isPermaLink="false">http://www.eknori.de/?p=451#comment-440</guid>
		<description>Be carefull when using @expandnamelist it doesnt work on groups starting with an underscore. i have no idea which other limitation there are but one is enough for me.</description>
		<content:encoded><![CDATA[<p>Be carefull when using @expandnamelist it doesnt work on groups starting with an underscore. i have no idea which other limitation there are but one is enough for me.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Thomas Bahn</title>
		<link>http://www.eknori.de/2008-04-27/is-user-a-member-of-a-nested-group/comment-page-1/#comment-435</link>
		<dc:creator>Thomas Bahn</dc:creator>
		<pubDate>Mon, 05 May 2008 12:39:48 +0000</pubDate>
		<guid isPermaLink="false">http://www.eknori.de/?p=451#comment-435</guid>
		<description>There is an issue with this approach, when Directory Assistance is used. Since you &quot;only&quot; use names.nsf, you may miss group memberships in other configured directories.

Thomas</description>
		<content:encoded><![CDATA[<p>There is an issue with this approach, when Directory Assistance is used. Since you &#8220;only&#8221; use names.nsf, you may miss group memberships in other configured directories.</p>
<p>Thomas</p>
]]></content:encoded>
	</item>
</channel>
</rss>
