This page last changed on Feb 28, 2007 by tom@atlassian.com.
This Authenticator adds users to confluence-users as they log in. To use it, change the line:
<authenticator class="com.atlassian.confluence.user.ConfluenceAuthenticator"/>
in seraph-config.xml to:
<authenticator class="com.atlassian.confluence.user.ConfluenceGroupJoiningAuthenticator"/>
If you are using Confluence 2.2 you need to download the ConfluenceGroupJoiningAuthenticator.class file and put it in WEB-INF/classes/com/atlassian/confluence/user.
Confluence 2.3 and later include this class as standard.
Works with Confluence 2.2.9 on RHEL 4, MySQL 4.1 and Tomcat 5.5. Great utility.

Posted by jonas.sundman@ktl.fi at Oct 09, 2006 07:42
|
Thanks for the feedback!

Posted by tom@atlassian.com at Oct 09, 2006 17:49
|
Any chance of getting this merged with the NTLM authenticator?
<authenticator class="at.roteskreuz.w.confluence.ntlm.NTLMAwareAuthenticator"/>
The source and binaries are athttp://svn.atlassian.com/fisheye/viewrep/public/contrib/confluence/ntlm-authenticator

Posted by michael.mckeown@snowyhydro.com.au at Oct 10, 2006 01:55
|
I am currently using the following
<authenticator class="org.soulwing.confluence.cas.ConfluenceCasAuthenticator"/>
Is there a way to also use ?
<authenticator class="com.atlassian.confluence.user.ConfluenceGroupJoiningAuthenticator"/>
or any other way to import LDAP users ?

Posted by jose.remy@secur.net at Feb 09, 2007 03:16
|
Take a look in the source-code of the groupjoiningauthenticator. There you will find the lines that will do the group joining. Copy them to the right place into your custom authenticator and recompile. Take attention with the order: You will have to insert the Principal "ConfluenceUser" (fetched by getUser) after the groupjoining into the session. Otherwise the user have to logout the first time hes using confluence.

Posted by f.marx@enbw.com at Feb 09, 2007 03:35
|
Not included in 2.4.2. Nice idea.

Posted by epapebr at Mar 16, 2007 11:21
|
|