Re: Directory Authentication

2003-01-05 Thread Marc van de Geijn
I do not know the version you are using myself (I'm using 4.1.18), but you have to look into Realms. I found the following document about it on the jakarta site: http://jakarta.apache.org/tomcat/tomcat-3.3-doc/JDBCRealm-howto.html Marc - Original Message - From: Mazin Mohammed [EMAIL

Re: access denied

2002-12-24 Thread Marc van de Geijn
What's the database you're using? MySQL? The other question is how you have defined the login for the database. Have you litterly stated [EMAIL PROTECTED] there? Marc - Original Message - From: [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Tuesday, 24 December 2002 12:12 Subject: access

How to create a MD5 digested password from a servlet?

2002-12-21 Thread Marc van de Geijn
Hi there, I've created a servlet that lets the user enter a new password for his/her account. Because I store the password in MD5 digested form in the database, I would like to call the org.apache.catalina.realm.RealmBase.Digest() method from the servlet (or some other function that returns

Problem configuring Apache + Tomcat 4.0.1

2002-12-18 Thread Marc van de Geijn
Hi, I'm trying to move from a configuration where everything is being served by tomcat to a configuration where apache is serving the static content and tomcat the dynamic content (using servlets). I think I'm almost there: authentication is working (using a JDBCRealm in tomcat) and the

StandardContext can't find match

2002-12-18 Thread Marc van de Geijn
Can somebody please give me a hint what to change if I see the following lines in the logfile? I assume it is in web.xml, but using url-pattern doesn't solve the problem. 2002-12-18 15:33:25 StandardContext[/servlet]: Decoded relativeURI='/Admas' 2002-12-18 15:33:25 StandardContext[/servlet]:

Multiple organisations in one realm with unique logins per organisations?

2002-12-17 Thread Marc van de Geijn
Hi there, I'm developing an application which will support multiple organisations within one realm and one MySQL database. When users log into the application, I would like to make them enter their organisation name, their login and their password. Combining the login and the organisation name