<?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: Confluence 2.7 + LDAP Authentication</title>
	<atom:link href="http://www.sverdianto.net/2008/03/14/confluence-27-ldap-authentication/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.sverdianto.net/2008/03/14/confluence-27-ldap-authentication/</link>
	<description>...tong kosong nyaring bunyinya...</description>
	<pubDate>Wed, 07 Jan 2009 09:11:58 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.7</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: sverdianto</title>
		<link>http://www.sverdianto.net/2008/03/14/confluence-27-ldap-authentication/comment-page-1/#comment-42</link>
		<dc:creator>sverdianto</dc:creator>
		<pubDate>Wed, 03 Dec 2008 15:19:51 +0000</pubDate>
		<guid isPermaLink="false">http://www.sverdianto.net/2008/03/14/confluence-27-ldap-authentication/#comment-42</guid>
		<description>Thanks Andrew, you're right. This is totally different class.
The built-in confluence class is not the LDAP Dynamic Groups Plugin, thus dynamic group assignment is not available.</description>
		<content:encoded><![CDATA[<p>Thanks Andrew, you&#8217;re right. This is totally different class.<br />
The built-in confluence class is not the LDAP Dynamic Groups Plugin, thus dynamic group assignment is not available.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Andrew Droffner</title>
		<link>http://www.sverdianto.net/2008/03/14/confluence-27-ldap-authentication/comment-page-1/#comment-41</link>
		<dc:creator>Andrew Droffner</dc:creator>
		<pubDate>Wed, 21 May 2008 18:52:11 +0000</pubDate>
		<guid isPermaLink="false">http://www.sverdianto.net/2008/03/14/confluence-27-ldap-authentication/#comment-41</guid>
		<description>The new Confluence 2.7 ConfluenceGroupJoiningAuthenticator class is not the same as the "LDAP Dynamic Groups Plugin"! It is a much simpler feature.

This new class forces ALL users to join "confluence-users" group ONLY. There is no (non-Java) way to configure other groups. It also does not support multiple group mappings, or non-static LDAP groups.

Java Modification

Confluence Source users may repeat the "confluence-users" line in the ConfluenceGroupJoiningAuthenticator.java file to set one or more other (hard coded) groups.

LINE:
Group confluenceUsers = getGroupManager().getGroup("confluence-users");

Compare the Namespaces...

Plug-In: com.stepstonetech.confluence.ldap.ConfluenceGroupJoiningAuthenticator

Built-In:
com.atlassian.confluence.user.ConfluenceGroupJoiningAuthenticator</description>
		<content:encoded><![CDATA[<p>The new Confluence 2.7 ConfluenceGroupJoiningAuthenticator class is not the same as the &#8220;LDAP Dynamic Groups Plugin&#8221;! It is a much simpler feature.</p>
<p>This new class forces ALL users to join &#8220;confluence-users&#8221; group ONLY. There is no (non-Java) way to configure other groups. It also does not support multiple group mappings, or non-static LDAP groups.</p>
<p>Java Modification</p>
<p>Confluence Source users may repeat the &#8220;confluence-users&#8221; line in the ConfluenceGroupJoiningAuthenticator.java file to set one or more other (hard coded) groups.</p>
<p>LINE:<br />
Group confluenceUsers = getGroupManager().getGroup(&#8221;confluence-users&#8221;);</p>
<p>Compare the Namespaces&#8230;</p>
<p>Plug-In: com.stepstonetech.confluence.ldap.ConfluenceGroupJoiningAuthenticator</p>
<p>Built-In:<br />
com.atlassian.confluence.user.ConfluenceGroupJoiningAuthenticator</p>
]]></content:encoded>
	</item>
</channel>
</rss>
