Erik Bengtson wrote:
Quoting David Goemans <[EMAIL PROTECTED]>:
@ Erik Bengtson
I see one problem in your JPOX implementation? How do you validate pwds?
The problem is that there are many different algorithms like (md5, crypt
etc). I solved it by validating on LDAP.
In the ldap query you give the userPassword arg.
I asked you because I've had the problem to check the pwd, caused by
different algorithmns in LDAP-Server (like md5 or crypt). I solved this
problem by authentication at ldap (ldap-bind).
I see the problem at your solution. If you use LDAP like db-querries.
David