On Tue, Nov 21, 2000 at 11:14:28AM +0100, Chemolli Francesco (USI) wrote:
> There is a mod_smb_auth for Apache, but it's broken at the
> protocol level, I'd be very surprised if it worked.
All the mod_auth_smb-style modules do is provide Basic auth - not NTLM (i.e.
the "automatic" authentication).
As you say they all suffer from the fact that they are single-process so
that you end up re-checking the password against the domain controller for
every page - i.e. NO CACHING.
Currently I use the old mod_auth_external module which hooks into a bloody
perl script I wrote that has a GDBM backend - runs heaps faster than all the
rest.
-- Cheers Jason Haar Unix/Special Projects, Trimble NZ Phone: +64 3 9635 377 Fax: +64 3 9635 417 -- To unsubscribe, see http://www.squid-cache.org/mailing-lists.htmlReceived on Tue Nov 21 2000 - 12:50:21 MST
This archive was generated by hypermail pre-2.1.9 : Tue Dec 09 2003 - 16:56:30 MST