Re: [PATCH] change jndi auth in tomcat

2002-12-06 Thread Carsten Burghardt
LDAP authentication with a bind is supported in the JNDIRealm included with Tomcat 4.1 John, thanks for the info. I tested tomcat 4.1.12 and noticed that HttpServletRequest.getUserPrincipal() returns a not-null object even if there has been absolutely no auth (new browser instance, no

Re: [PATCH] change jndi auth in tomcat

2002-12-05 Thread John Holman
Carsten LDAP authentication with a bind is supported in the JNDIRealm included with Tomcat 4.1 John. Carsten Burghardt wrote: Hi, I tried to get a ldap-authentification with domino but noticed that the current code (I checked tomcat 4.0.6 so if this is obsolete in a newer version forgive

[PATCH] change jndi auth in tomcat

2002-12-03 Thread Carsten Burghardt
Hi, I tried to get a ldap-authentification with domino but noticed that the current code (I checked tomcat 4.0.6 so if this is obsolete in a newer version forgive me) checks the given password with the retrieved one. This doesn't work as domino uses a different hash algorithm. So I changed the