LDAP Dispatcher Servlet
Web Server forum
Back To The Forum Home!Search!Private Messaging System

Web Server Talk Web Server Talk > Web Servers reviews > Apache Server configuration support > Apache Directory Project > LDAP Dispatcher Servlet




  Last Thread   Next Thread Next
  Show Printable Version Email this Page Subscribe to this Thread      Post New Thread    Post A Reply      

    LDAP Dispatcher Servlet  
Tim Quinn


View Ip Address Report This Message To A Moderator Edit/Delete Message


 
01-01-07 12:11 AM

Greetings,

I have been finding situations where systems that require authentication but
cannot for various reasons migrate to LDAP infrastructure. The current
system depends on a remotely maintained service utilizes authentication
binds over http posts.

I was wondering if anybody has done or seen source code to do the following:

- Have Java Servlet(s) that mimics itself as an LDAP Server for doing
basic TLS Bind / Rebind authentication flows.
- This Servlet will accept transactions and will have code within to
logically handle how the call is passed on down the chain; either to make
Https calls to some basic bind auth service or to route to a real localized
ldap or other authentication database.
- Servlet should should act extactly as an LDAP server in such
that the client is unaware that it is not a real LDAP server.
- Code could also be written to localize the authentication
information so that if remote auth bind services are unavailabe, client will
likely still be able to authenticate by authenticating to the local store.

The important thing here is that we must assume that we cannot change the
remote auth service and therefore, going pure LDAP is out of the question.

Thanks for your time and interest.

Regards,
Timothy C. Quinn






[ Post a follow-up to this message ]



    Re: LDAP Dispatcher Servlet  
Emmanuel Lecharny


View Ip Address Report This Message To A Moderator Edit/Delete Message


 
01-01-07 12:11 AM

Tim Quinn a écrit :

> Greetings,
>
> I have been finding situations where systems that require
> authentication but
> cannot for various reasons migrate to LDAP infrastructure. The current
> system depends on a remotely maintained service utilizes authentication
> binds over http posts.
>
> I was wondering if anybody has done or seen source code to do the
> following:
>
>   - Have Java Servlet(s) that mimics itself as an LDAP Server for doing
>   basic TLS Bind / Rebind authentication flows.
>   - This Servlet will accept transactions and will have code within to
>   logically handle how the call is passed on down the chain; either to
> make
>   Https calls to some basic bind auth service or to route to a real
> localized
>   ldap or other authentication database.
>      - Servlet should should act extactly as an LDAP server in such
>      that the client is unaware that it is not a real LDAP server.
>   - Code could also be written to localize the authentication
>   information so that if remote auth bind services are unavailabe,
> client will
>   likely still be able to authenticate by authenticating to the local
> store.

Apache Directory Server is embadable in a Java application. It is really
simple to write a servlet which has an init() method which embed the
server and launch it, then you will be able to authenticate incoming
user with this servlet. The only tricky part is the place where you will
store the data : you will need to have write access to the disk to do that.

>
> The important thing here is that we must assume that we cannot change the
> remote auth service and therefore, going pure LDAP is out of the
> question.
>
> Thanks for your time and interest.
>
> Regards,
> Timothy C. Quinn
>
Happy new year !
Emmanuel







[ Post a follow-up to this message ]



    Sponsored Links  




 





   All times are GMT. The time now is 12:54 AM.      Post New Thread    Post A Reply      
  Last Thread   Next Thread Next


Most Popular forums 

Forum Jump:
Rate This Thread:

Forum Rules:
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts
HTML code is OFF
vB code is ON
Smilies are ON
[IMG] code is OFF
 
Medical and Health forum | Computer Games Reviews | Graphics design forum

Back To The Top
Home | Usercp | Faq | Register