Could someone upload the servlet and tomcat sources to :

http://jakarta.apache.org/builds/jakarta-tomcat-4.0/release/v4.0-b3/src/

I could get it from CVS but RPM convention insist having .tar.gz 
somewhere :)

-
Henri Gomez                 ___[_]____
EMAIL : [EMAIL PROTECTED]        (. .)                     
PGP KEY : 697ECEDD    ...oOOo..(_)..oOOo...
PGP Fingerprint : 9DF8 1EA8 ED53 2F39 DC9B 904A 364F 80E6 



>-----Original Message-----
>From: Torgeir Veimo [mailto:[EMAIL PROTECTED]]
>Sent: Tuesday, April 17, 2001 11:34 AM
>To: [EMAIL PROTECTED]
>Subject: Re: [Tomcat 4] - JndiRealm Proposals
>
>
>"Craig R. McClanahan" wrote:
>> 
>> * Support for two major modes of operation:
>> 
>>   * SYSTEM LOGIN.  Realm implementation binds itself to the 
>server using
>>     a system-level username/password, then reads the 
>username and password
>>     attributes to perform authentication (analogous to how JDBCRealm
>>     works).  Would also support the optional digesting 
>functionality that
>>     JDBCRealm supports.
>> 
>>   * USER LOGIN.  Realm implementation attempts to bind to the server
>>     using the username and password specified by the user.  
>If this is
>>     successful, the user is considered to be authenticated, and the
>>     associated roles are looked up.
>
>This is the way we do it, but it has the problem of not being 
>able to be
>used with digest authentication, since the input to the digest method
>are different when done on the LDAP server, and when done by the http
>client. (Ok, maybe a genious of an SASL expert could do it, 
>but it would
>require getting the nounce from the LDAP server, which would require
>some modification to some tomcat classes.)
>
>
>
>
>-- 
>- Torgeir
>

Reply via email to