>>> "Canteenwala, Adil" <[EMAIL PROTECTED]> 25-May-00
2:11:41 PM >>>

>We are currently using Netscape Web server, with LDAP
>authentication. Now we are thinking of using Database
>authentication instead of LDAP for Netscape web server
>using Servlets.

Use basic authentication over SSL.

Use the username and password token to attempt to create a
java.sql.Connection

If you get an exception the authentication failed, else you have an
authenticated connection to your database.

This precludes pooling database connections but you don't want that
if you want every connection authenticated.




Nic Ferrier

___________________________________________________________________________
To unsubscribe, send email to [EMAIL PROTECTED] and include in the body
of the message "signoff SERVLET-INTEREST".

Archives: http://archives.java.sun.com/archives/servlet-interest.html
Resources: http://java.sun.com/products/servlet/external-resources.html
LISTSERV Help: http://www.lsoft.com/manuals/user/user.html

Reply via email to