----------------------------- Please read the FAQ! <http://java.apache.org/faq/> ----------------------------- Hi, I'm new to this list and new to JServ, so pls don't blame me if the question sounds lame :) so, the problem: 1. I'm running apache + jserv + (mysql + jdbc drivers) on winnt, but it should run on linux box some day 2. I need to implement some kind of authorization system for the site (l/p verification) 3. crypt() is not supported under win32, so I think using standard mod_auth is excluded (Ofcourse, there is a possibility of rewriting mod_auth, but I wonder if any other, perhaps more elegant solution exists) So, is it possible to manage access security using servlets, in order for it to be portable? (I think of holding user/password information stored in db) If anybody could share the ideas on how to do this, I would be really grateful Andriux -- -------------------------------------------------------------- Please read the FAQ! <http://java.apache.org/faq/> To subscribe: [EMAIL PROTECTED] To unsubscribe: [EMAIL PROTECTED] Archives and Other: <http://java.apache.org/main/mail.html> Problems?: [EMAIL PROTECTED]