Velocity Reviews - Computer Hardware Reviews

Velocity Reviews > Newsgroups > Programming > Java > Digest auth from HTTP to LDAP

Reply
Thread Tools

Digest auth from HTTP to LDAP

 
 
Kevin McMurtrie
Guest
Posts: n/a
 
      06-08-2012
I have a situation where I need to authenticate an HTTP client with low
latency on a LAN. It doesn't matter if the connection is watched, I
only need to verify who is publishing data.

Right now I'm using a Servlet filter that implements rfc2069 (Digest
Access Authentication) to protect certain HTTP resources. It's getting
pre-hashed passwords from a config file so there is no plaintext
anywhere in the pipeline. I'd like for LDAP authentication to also be
an option. LDAPv3 implements the same authentication scheme via SASL so
this should be easy to pass through, right? The only LDAPv3 clients
that I can find take a plaintext password and negotiate the digest
themselves. Is there an LDAP client that will allow the caller to
participate in the authentication?

I know there are other solutions but they're not as elegant or easy to
integrate into an existing LDAP database.
--
I will not see posts from Google because I must filter them as spam
 
Reply With Quote
 
 
 
Reply

Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
http digest auth client? Jonathan Rochkind Ruby 3 11-23-2010 12:08 AM
Can't locate Digest/SHA.pm cannot install Digest/SHA myalo Perl Misc 4 11-28-2007 11:10 PM
xmlrpc and auth-digest Thomas Liesner Python 1 01-08-2007 06:20 PM
help: digest/sha2.so: no such file to load -- digest.so Tammy Mc Ruby 3 10-01-2006 01:36 AM
using HTTP Digest auth with arbitrary HTTP methods? John Reese Python 3 01-03-2005 11:56 PM



Advertisments
 



1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57