You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@jspwiki.apache.org by "Andrew Jaquith (JIRA)" <ji...@apache.org> on 2009/10/24 16:58:59 UTC

[jira] Resolved: (JSPWIKI-517) provide an LDAPUserDatabase (part of core JSPWiki)

     [ https://issues.apache.org/jira/browse/JSPWIKI-517?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Andrew Jaquith resolved JSPWIKI-517.
------------------------------------

       Resolution: Fixed
    Fix Version/s: 3.0

A read-only LdapUserDatabase is now part of 3.0. It is also configurable through the Install.jsp GUI.

> provide an LDAPUserDatabase (part of core JSPWiki)
> --------------------------------------------------
>
>                 Key: JSPWIKI-517
>                 URL: https://issues.apache.org/jira/browse/JSPWIKI-517
>             Project: JSPWiki
>          Issue Type: New Feature
>          Components: Authentication&Authorization
>    Affects Versions: 3.0
>         Environment: NA
>            Reporter: Harry Metske
>            Assignee: Andrew Jaquith
>             Fix For: 3.0
>
>
> Currently there are only two choices of UserDatabase implementations in core JSPWiki: XMLUserDatabase and JDBCUserDatabase.
> There seem to be a bunch of JSPWiki users out there using LDAP as the User Registry, in most cases a container managed implementation, which has some limitations.
> This issue asks for an LDAPUserDatabase that extends AbstractUserDatabase and should better integrate with JSPWiki.
> For instance, we should be able to not only read the LDAP, but also write to the LDAP.
> Like JDBCUserDatabase, LDAPUserDatabase is better suitable for larger scale implementations where running multiple wiki's using the same LDAP user registry.
> Please add any other requirements here too !

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.