Geeat...glad I could be of help.  Nothing in IIS does LDAP authentication
directly.  You of course whip out the C++ and do an ISAPI filter or something to
do it.

Otherwise, in Java you can attempt to bind to your directory using the user
supplied uid/password  combo.  If you succeed great they are authenticated, if
the bind fails, they gave you inproper credentials.

You can use any LDAP package (JNDI, Mozilla Java SDK, etc) to do this kind of
work.  I know that the Mozilla SDK includes a prewritten bean that does this
kind of authentication for you.

Note that this assumes that you are storing user ids and passwords in the
directory.

mark


From: Martin Smith <[EMAIL PROTECTED]> on 07/13/2000 08:33 PM

Mark--

Thanks for the rundown on auth against NT.  How about the same
high-level map for JRun on Linux authenticating against LDAP (say,
Netscape).

TIA

Martin

And PS--Anyone know of an existing self-reg component where a new user
chooses a password and it's e-mailed to him?

===========================================================================
To unsubscribe: mailto [EMAIL PROTECTED] with body: "signoff JSP-INTEREST".
Some relevant FAQs on JSP/Servlets can be found at:

 http://java.sun.com/products/jsp/faq.html
 http://www.esperanto.org.nz/jsp/jspfaq.html
 http://www.jguru.com/jguru/faq/faqpage.jsp?name=JSP
 http://www.jguru.com/jguru/faq/faqpage.jsp?name=Servlets

Reply via email to