On Fri, Oct 31, 2003 at 08:08:02PM +0100, Stefano Ciancio wrote:
> 
> Hi,
> 
> I have seen better the log and the error in apache's error.log was about some
> gif that the web server not found. 
> But the big problem with this module is that seem for each object it require an
> authentication from pdc/bdc. This behaviour causes the web server to go _very_
> slow. The user must wait ten of seconds to load a single web page.
> 
> I want use this module to obtain a single sign on in the Intranet of my company
> that have thousands of users in some trusted NT pdc/bdc.
> Do you think that this module could working fine? Exists some other mechanism to
> obtain the single sign on with ntlm?
> 

It's fairly easy to knock a PDC/BDC over if you throw enough
authentication requests at it.  The key is to do everything possible
to limit the number of authentication requests it has to make.
Someone mentioned using cookies, which is one way.  There have been
several discussed over the years on this list.  You should check the
archives to give you some ideas on how to solve the problem.  I found
the most success using one of the authentication caching modules.

Michael

Reply via email to