Re: Error to create the keystores

2003-03-20 Thread Patrick Flohr
Hi. Can you perform requsts over SSL without client authentication? Is there a certificate installed in the browser signed by any root certificate in cacerts? Regards. jazorin wrote: Hi. I have a web server Tomcat 4.1.18 and it works fine. My problem is when I create the keystore tomcat of ma

Re: JDBCRealm CLIENT-CERT Authentication

2003-03-17 Thread Patrick Flohr
Hi, i use already the client-cert method and a suitable security-role. May i made a mistake during build? How can be ensured that tomcat make use of the new authenticate method? thanks Patrick jazorin wrote: Hi. You need to add to the web.xml file the following lines: CLIENT-CERT Whe

Re: JDBCRealm CLIENT-CERT Authentication

2003-03-14 Thread Patrick Flohr
Hi, i tried the following: + Add the mehtod authenticate(...) to the File JDBCRealm.java + build a Tomcat distribution + replace the catalina.jar with the new version (on an other machine) + add full DN to the web.xml + insert into table users ('DN','DN') + insert into table user_roles ('DN','DN')

JDBCRealm CLIENT-CERT Authentication

2003-03-13 Thread Patrick Flohr
Hello, is it correct that only Memory- and JNDIRealm can perform the mapping between the DN included in a certificate and a users role? Because of the lack of dynamic changes in MemoryRealm, i want to replace it with a JDBCRealm. Is there any information available how to implement a JDBCRealm th

Realm Implementations and CLIENT-CERT Authentication

2003-03-07 Thread Patrick Flohr
Hello, is it correct that only Memory- and JNDIRealm can perform the mapping between the DN included in a certificate and a users role? Because of the lack of dynamic changes in MemoryRealm, i want to replace it with a JDBCRealm. Is there any information available how to implement a JDBCRealm