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/03/14 20:30:10 UTC

[jira] Created: (DIREVE-145) Authenticator SPI

Authenticator SPI
-----------------

         Key: DIREVE-145
         URL: http://issues.apache.org/jira/browse/DIREVE-145
     Project: Directory Server
        Type: New Feature
  Components: interceptors  
    Versions: 0.9    
    Reporter: Endi S. Dewata
 Assigned to: Alex Karasulu 
    Priority: Minor
 Attachments: authenticator.patch

Currently ApacheDS does not have a way to implement custom authenticators.

Attached is a patch for ApacheDS 0.9 containing the changes and new classes to support Authenticator SPI. The anonymous and simple (plain-text) authentication mechanism has been re-written using this interface. This interface can also be used to implement encryption-based simple authentication mechanisms (e.g. crypt, SHA) and SASL mechanisms (e.g. DIGEST-MD5).

Documentation can be found here: http://wiki.apache.org/directory/EveGeneral

-- 
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] Created: (DIREVE-145) Authenticator SPI

Posted by Alex Karasulu <ao...@bellsouth.net>.
Endi,

Great job.  I love the Wiki additions.

Alex

Endi S. Dewata (JIRA) wrote:

>Authenticator SPI
>-----------------
>
>         Key: DIREVE-145
>         URL: http://issues.apache.org/jira/browse/DIREVE-145
>     Project: Directory Server
>        Type: New Feature
>  Components: interceptors  
>    Versions: 0.9    
>    Reporter: Endi S. Dewata
> Assigned to: Alex Karasulu 
>    Priority: Minor
> Attachments: authenticator.patch
>
>Currently ApacheDS does not have a way to implement custom authenticators.
>
>Attached is a patch for ApacheDS 0.9 containing the changes and new classes to support Authenticator SPI. The anonymous and simple (plain-text) authentication mechanism has been re-written using this interface. This interface can also be used to implement encryption-based simple authentication mechanisms (e.g. crypt, SHA) and SASL mechanisms (e.g. DIGEST-MD5).
>
>Documentation can be found here: http://wiki.apache.org/directory/EveGeneral
>
>  
>


[jira] Commented: (DIREVE-145) Authenticator SPI

Posted by "Alex Karasulu (JIRA)" <di...@incubator.apache.org>.
     [ http://issues.apache.org/jira/browse/DIREVE-145?page=comments#action_60994 ]
     
Alex Karasulu commented on DIREVE-145:
--------------------------------------

Committed revision 157788.

http://svn.apache.org/viewcvs.cgi?rev=157788&sortdir=down&view=rev

Endi the docs you put into the wiki rock and thanks for doing that.  However can you see if you can either add same stuff to the xdocs to document this feature or just add the link to the wiki page with your info.

Actually I think adding the info to the xdocs even though it is redundant may be best way cuz the position of feature info is best in xdocs.  

Thanks,
Alex


> Authenticator SPI
> -----------------
>
>          Key: DIREVE-145
>          URL: http://issues.apache.org/jira/browse/DIREVE-145
>      Project: Directory Server
>         Type: New Feature
>   Components: interceptors
>     Versions: 0.9
>     Reporter: Endi S. Dewata
>     Assignee: Alex Karasulu
>     Priority: Minor
>      Fix For: 0.9
>  Attachments: authenticator.patch
>
> Currently ApacheDS does not have a way to implement custom authenticators.
> Attached is a patch for ApacheDS 0.9 containing the changes and new classes to support Authenticator SPI. The anonymous and simple (plain-text) authentication mechanism has been re-written using this interface. This interface can also be used to implement encryption-based simple authentication mechanisms (e.g. crypt, SHA) and SASL mechanisms (e.g. DIGEST-MD5).
> Documentation can be found here: http://wiki.apache.org/directory/EveGeneral

-- 
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


[jira] Updated: (DIREVE-145) Authenticator SPI

Posted by "Alex Karasulu (JIRA)" <di...@incubator.apache.org>.
     [ http://issues.apache.org/jira/browse/DIREVE-145?page=history ]

Alex Karasulu updated DIREVE-145:
---------------------------------

    Fix Version: 0.9

> Authenticator SPI
> -----------------
>
>          Key: DIREVE-145
>          URL: http://issues.apache.org/jira/browse/DIREVE-145
>      Project: Directory Server
>         Type: New Feature
>   Components: interceptors
>     Versions: 0.9
>     Reporter: Endi S. Dewata
>     Assignee: Alex Karasulu
>     Priority: Minor
>      Fix For: 0.9
>  Attachments: authenticator.patch
>
> Currently ApacheDS does not have a way to implement custom authenticators.
> Attached is a patch for ApacheDS 0.9 containing the changes and new classes to support Authenticator SPI. The anonymous and simple (plain-text) authentication mechanism has been re-written using this interface. This interface can also be used to implement encryption-based simple authentication mechanisms (e.g. crypt, SHA) and SASL mechanisms (e.g. DIGEST-MD5).
> Documentation can be found here: http://wiki.apache.org/directory/EveGeneral

-- 
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


[jira] Updated: (DIREVE-145) Authenticator SPI

Posted by "Endi S. Dewata (JIRA)" <di...@incubator.apache.org>.
     [ http://issues.apache.org/jira/browse/DIREVE-145?page=history ]

Endi S. Dewata updated DIREVE-145:
----------------------------------

    Attachment: authenticator.patch

> Authenticator SPI
> -----------------
>
>          Key: DIREVE-145
>          URL: http://issues.apache.org/jira/browse/DIREVE-145
>      Project: Directory Server
>         Type: New Feature
>   Components: interceptors
>     Versions: 0.9
>     Reporter: Endi S. Dewata
>     Assignee: Alex Karasulu
>     Priority: Minor
>  Attachments: authenticator.patch
>
> Currently ApacheDS does not have a way to implement custom authenticators.
> Attached is a patch for ApacheDS 0.9 containing the changes and new classes to support Authenticator SPI. The anonymous and simple (plain-text) authentication mechanism has been re-written using this interface. This interface can also be used to implement encryption-based simple authentication mechanisms (e.g. crypt, SHA) and SASL mechanisms (e.g. DIGEST-MD5).
> Documentation can be found here: http://wiki.apache.org/directory/EveGeneral

-- 
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