The URL

    ftp://ftp.dev.ecos.de/pub/perl/ntlm/Apache-AuthenNTLM-0.14.tar.gz

has entered CPAN as

  file: $CPAN/authors/id/G/GR/GRICHTER/Apache-AuthenNTLM-0.14.tar.gz
  size: 45446 bytes
   md5: 704a1c161d2a308c74b1397e5bca5a1f

The purpose of this module is to perform a user authentication via
Mircosofts NTLM protocol. This protocol is supported by all 
versions of the Internet Explorer and is mainly usefull for intranets. 
Depending on your preferences setting IE will supply your windows 
logon credentials to the web server when the server asks for NTLM 
authentication. This saves the user to type in his/her password again.

A lot of ideas and information are taken from the similar Apache module
mod_ntlm, which can be found at http://sourceforge.net/projects/modntlm/

The main advantage of the Perl implementaion is, that it can be easily
extented to verfiy the user/password against other sources than a 
windows domain controller. The default implementaion is to go to 
the domain controller for the given domain and verify the user. If 
you want to verify the user against another source, you can inherit 
from Apache::AuthenNTLM and override it's methods.

To support users that aren't using Internet Explorer, Apache::AuthenNTLM 
can also perform basic authentication depending on it's configuration.

Enjoy

Gerald

Changes since 0.11:

 0.14  26. Feb 2002

   - fixed a problem that page content of Perl sometimes goes to the
     stderr instead of stdout

 0.13  9. Jan 2002

    - return mapped username, when second request on same connection, 
      instead of unmapped

 0.12  8. Jan 2002 

    - fix broken Authen::Smb::authen function in Authen::Smb 0.92 that
      ships with Apache::AuthenNTLM

 0.11  8. Jan 2002

    - Initial public release



-------------------------------------------------------------
Gerald Richter    ecos electronic communication services gmbh
Internetconnect * Webserver/-design/-datenbanken * Consulting

Post:       Tulpenstrasse 5         D-55276 Dienheim b. Mainz
E-Mail:     [EMAIL PROTECTED]         Voice:    +49 6133 925131
WWW:        http://www.ecos.de      Fax:      +49 6133 925152
-------------------------------------------------------------



Reply via email to