<html>
<head>
<style>
body {
  font-family: Verdana, sans-serif;
  font-size: 0.8em;
  color:#484848;
}
h1, h2, h3 { font-family: "Trebuchet MS", Verdana, sans-serif; margin: 0px; }
h1 { font-size: 1.2em; }
h2, h3 { font-size: 1.1em; }
a, a:link, a:visited { color: #2A5685;}
a:hover, a:active { color: #c61a1a; }
a.wiki-anchor { display: none; }
hr {
  width: 100%;
  height: 1px;
  background: #ccc;
  border: 0;
}
.footer {
  font-size: 0.8em;
  font-style: italic;
}
</style>
</head>
<body>
<span class="header"></span>
Issue #519 has been updated by Vicente J. Ruiz Jurado.

<ul>
  <li><strong>Description</strong> updated (<a href="http://redmine.ourproject.org/journals/diff/756?detail_id=976" title="View differences">diff</a>)</li>
</ul>


<hr />
<h1><a href="http://redmine.ourproject.org/issues/519#change-756">Enhancement #519: Allow the integration of custom authentication systems</a></h1>

<ul>
<li>Author: Vicente J. Ruiz Jurado</li>
<li>Status: New</li>
<li>Priority: Normal</li>
<li>Assignee: </li>
<li>Category: Server side</li>
<li>Target version: </li>
  <li>Resolution: </li>
  <li>Tags: </li>
</ul>

<p>We need some system that will allow other kind of auth systems (similar to openfire auth system, so you put some lib in a directory and you make a reference in the configuration to use that system). So people can develop it's own auth system (to connect kune to a LDAP system, for instance).</p>


        <p>Furthermore we are using the wave account system and I think that we have to implement something similar in Apache wave.</p>


Code to see:
        <ul>
        <li>AccountStore.java interface in Apache Wave package org.waveprotocol.box.server.persistence</li>
                <li>UserManager.java interface in Kune source (but should we minimized).</li>
        </ul>


        <p>Something similar to:<br /><a class="external" href="http://www.igniterealtime.org/builds/openfire/docs/latest/documentation/javadoc/org/jivesoftware/openfire/auth/AuthProvider.html">http://www.igniterealtime.org/builds/openfire/docs/latest/documentation/javadoc/org/jivesoftware/openfire/auth/AuthProvider.html</a></p>


        <p>This is how our openfire server uses kune as auth system.</p>


        <p>Original discussion:<br /><a class="external" href="http://kune.cc/?locale=en#!kune.lists.1226.10080">http://kune.cc/?locale=en#!kune.lists.1226.10080</a></p>


        <p><strong>Note</strong>: This issue is registered in the "proposing" section on FreedomSponsors. This means that if you need this issue that bad, you can go to <a class="external" href="http://www.freedomsponsors.org/core/issue/214/allow-the-integration-of-custom-authentication-systems">http://www.freedomsponsors.org/core/issue/214/allow-the-integration-of-custom-authentication-systems</a> and offer a few bucks for it.</p>


<hr />
<span class="footer"><p>You have received this notification because you have either subscribed to it, or are involved in it.<br />To change your notification preferences, please click here: <a class="external" href="http://redmine.ourproject.org/my/account">http://redmine.ourproject.org/my/account</a></p></span>
</body>
</html>