Apache2::AuthenNTLM

Apache2::AuthenNTLM is a Perl module to perform Microsoft NTLM and Basic User Authentication.
Download

Apache2::AuthenNTLM Ranking & Summary

Advertisement

  • Rating:
  • License:
  • Perl Artistic License
  • Price:
  • FREE
  • Publisher Name:
  • G. Richter
  • Publisher web site:
  • http://search.cpan.org/~grichter/Embperl-2.2.0/Embperl/Syntax/RTF.pm

Apache2::AuthenNTLM Tags


Apache2::AuthenNTLM Description

Apache2::AuthenNTLM is a Perl module to perform Microsoft NTLM and Basic User Authentication. Apache2::AuthenNTLM is a Perl module to perform Microsoft NTLM and Basic User Authentication.SYNOPSIS < Location / > PerlAuthenHandler Apache2::AuthenNTLM AuthType ntlm,basic AuthName test require valid-user # domain pdc bdc PerlAddVar ntdomain "name_domain1 name_of_pdc1" PerlAddVar ntdomain "other_domain pdc_for_domain bdc_for_domain" PerlSetVar defaultdomain wingr1 PerlSetVar splitdomainprefix 1 PerlSetVar ntlmdebug 1 < /Location >The purpose of this module is to perform a user authentication via Microsoft's NTLM protocol. This protocol is supported by all versions of the Internet Explorer and is mainly useful 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.The NTLM protocol performs a challenge/response to exchange a random number (nonce) and get back a md4 hash, which is built from the user's password and the nonce. This makes sure that no password goes over the wire in plain text.The main advantage of the Perl implementation is, that it can be easily extended to verify the user/password against other sources than a windows domain controller. The defaultf implementation 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 Apache2::AuthenNTLM and override it's methods.To support users that aren't using Internet Explorer, Apache2::AuthenNTLM can also perform basic authentication depending on its configuration.IMPORTANT: NTLM authentification works only when KeepAlive is on. (If you have set ntlmdebug 2, and see that there is no return message (type 3), check your httpd.conf file for "KeepAlive Off". If KeepAlive Off, then change it to KeepAlive On, restart Apache, and test again). Requirements: · Perl


Apache2::AuthenNTLM Related Software