~squid/squid/sbuf-use

« back to all changes in this revision

Viewing changes to helpers/ntlm_auth/no_check/README.no_check_ntlm_auth

  • Committer: hno
  • Date: 2001-01-08 06:32:04 UTC
  • Revision ID: cvs-1:hno-20010108063204-w6a8e1zz6eprqnp8
Major rewrite of proxy authentication to support other schemes than
Basic (auth_rewrite branch on SourceForge).
Contributors:
   Andy Doran
   Robert Collins
   Chemolli Francesco
   Henrik Nordstrom

For details about the new API's, see Programmers Guide.

As part of this change everything from auth_modules has been moved to
src/auth/basic/helpers

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
This is a dummy NTLM authentication module for Squid.
 
2
It performs the NTLM challenge, but then it doesn't verify the
 
3
user's credentials, it just takes the client's domain and username
 
4
at face value.
 
5
It's included mostly for demonstration purposes.
 
6
 
 
7
(C) 2000 Francesco Chemolli <kinkie@kame.usr.dsi.unimi.it>
 
8
Distributed freely under the terms of the GNU General Public License, 
 
9
version 2. For the licensing terms, see the file COPYING that
 
10
came with Squid.