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: [EMAIL PROTECTED]
Tel: 0821/2488-311     Fax: 0821/2488-180


--
To unsubscribe, e-mail:   <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

Reply via email to