You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@tomcat.apache.org by Carsten Burghardt <ca...@login-solutions.de> on 2002/12/06 12:00:10 UTC

authorization mod_jk domino

Hi,

I've installed the jk connector to connect our domino-server with a tomcat 
4.1.12 and this works. Now I created a JNDI-realm to authenticate a webapp 
against the domino ldap:
-------
      <Realm className="org.apache.catalina.realm.JNDIRealm"
        debug="99"
        connectionName="CN=notes,O=login-solutions"
        connectionPassword="<password>"
        connectionURL="ldap://127.0.0.1:389"

        roleName="CN"
        roleSearch="(member={0})"
        roleSubtree="true"

        userPattern="CN={0},O=login-solutions"
        />
------
If I connect on the tomcat-port (8080) to a secured page I get the basic auth 
and everything is fine (so the connector is not used). 
However if I leave out the port and connect directly (via the connector) I get 
the very same auth-popup but the authorization fails. I investigated this 
further and found out that "request.getAuthorization()" is simply empty.
Any ideas why?


Regards,

Carsten
-- 
Dipl. Inf. Carsten Burghardt
Login & Solutions AG
email: carsten.burghardt@login-solutions.de
Tel: 0821/2488-311     Fax: 0821/2488-180


--
To unsubscribe, e-mail:   <ma...@jakarta.apache.org>
For additional commands, e-mail: <ma...@jakarta.apache.org>