You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@directory.apache.org by "Endi S. Dewata (JIRA)" <di...@incubator.apache.org> on 2005/02/25 22:22:52 UTC

[jira] Commented: (DIREVE-141) Custom backend integration

     [ http://issues.apache.org/jira/browse/DIREVE-141?page=comments#action_59778 ]
     
Endi S. Dewata commented on DIREVE-141:
---------------------------------------

Just a note, this patch was made against ApacheDS 0.8.

> Custom backend integration
> --------------------------
>
>          Key: DIREVE-141
>          URL: http://issues.apache.org/jira/browse/DIREVE-141
>      Project: Directory Server
>         Type: Improvement
>   Components: jndi-provider, interceptors, schema
>     Versions: 0.8
>     Reporter: Endi S. Dewata
>     Assignee: Alex Karasulu
>     Priority: Minor
>  Attachments: apacheds.patch
>
> Currently ApacheDS doesn't provide API for integrating a custom backend. I've made some improvements based on conversation with Alex. I will attach a patch file that contains those improvements as well as several other things that I can contribute to ApacheDS. This patch file contains:
> - Custom Authenticator API
> - Custom Partition support
> - Samba schema (http://issues.apache.org/jira/browse/DIREVE-100)
> - Test case for the mixed-case bug (http://issues.apache.org/jira/browse/DIREVE-137)
> Please feel free to review the patch and make any changes. Let me know if I need to separate them into different patch files. Thanks.
> --
> Endi S. Dewata

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
   http://issues.apache.org/jira/secure/Administrators.jspa
-
If you want more information on JIRA, or have a bug to report see:
   http://www.atlassian.com/software/jira


Re: [jira] Commented: (DIREVE-141) Custom backend integration

Posted by Alex Karasulu <ao...@bellsouth.net>.
Endi S. Dewata (JIRA) wrote:

>     [ http://issues.apache.org/jira/browse/DIREVE-141?page=comments#action_59778 ]
>     
>Endi S. Dewata commented on DIREVE-141:
>---------------------------------------
>
>Just a note, this patch was made against ApacheDS 0.8.
>  
>
Hey Endi thanks a bunch for submiting these patches.  However just a 
heads up 0.8 is a "stable" release for whatever that's worth.  0.9 is 
the new feature branch which we are working on in the trunk.  In 0.8 we 
can do small obvious bug fixes but 0.9 is where you want to introduce 
these new features.  I'm pretty sure your patch will still be good but 
just in case could you regenerate and compare patches to see if there in 
fact is a difference?

Thanks Endi!
-Alex