> org.apache.catalina.realm.JNDIRealm.getUserByPattern(JNDIRealm.java:1269)
> This means, that you specified userPattern='...' in your realm
> configuration. And you since your pattern looks like
> '(uid={0})(...)' it is probably wrong. You have specified
> userSearch='uid={0}', too. So I believe you want to read the fine
> documentation
> http://tomcat.apache.org/tomcat-6.0-doc/config/realm.html
> especially about JNDIRealm and settle using userSearch.

Great! That fixed it, and it now works! Thank you very much, Felix.

I would very much like to document this. I am thus asking you for permission
to use, host, reference or whatever is your liking, the code you have
provided.

> Bye
>  Felix

So long,
i
-- 
Igor Galić

Tel: +43 (0) 664 886 22 883
Mail: i.ga...@brainsware.org
URL: http://brainsware.org/

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org
For additional commands, e-mail: users-h...@tomcat.apache.org

Reply via email to