Difference between revisions of "Apache2-AuthenNTLM"

From Free Software Directory
Jump to: navigation, search
m (Text replacement - "|License=GPLv2orlater" to "|License=GPL-2.0-or-later")
m (Text replacement - "|License=GPL-2.0-or-later" to "|License=GPLv2orlater")
 
Line 44: Line 44:
 
}}
 
}}
 
{{Project license
 
{{Project license
|License=GPL-2.0-or-later
+
|License=GPLv2orlater
 
|License copyright=Copyright 1996, Richard SharpeCopyright 1992-1997, Andrew Tridgell
 
|License copyright=Copyright 1996, Richard SharpeCopyright 1992-1997, Andrew Tridgell
 
|License verified by=Debian: gregor herrmann <gregoa@debian.org>
 
|License verified by=Debian: gregor herrmann <gregoa@debian.org>

Latest revision as of 20:56, 16 August 2018


[edit]

Apache2-authenntlm

https://metacpan.org/release/Apache2-AuthenNTLM
module for Microsoft NTLM and Basic User Authentication

The purpose of the Apache2::AuthenNTLM 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 default 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.





Licensing

License

Verified by

Verified on

Notes

Verified by

Debian: gregor herrmann <gregoa@debian.org>

Verified on

25 February 2014

Notes

License: gpl-2+

License

Other

Verified by

Debian: gregor herrmann <gregoa@debian.org>

Verified on

25 February 2014

Notes

License: artistic or gpl-1+




Leaders and contributors

Contact(s)Role
Shannon Eric Peevey contact


Resources and communication

AudienceResource typeURI
Debian (Ref) (R)https://tracker.debian.org/pkg/libapache2-authenntlm-perl
Perl (Ref)https://metacpan.org/release/Apache2-AuthenNTLM


Software prerequisites




Entry











"contact" is not in the list (Maintainer, Contributor, Developer, Sponsor, Unknown) of allowed values for the "Role" property.


"Debian (Ref) (R)" is not in the list (General, Help, Bug Tracking, Support, Developer) of allowed values for the "Resource audience" property.


"Perl (Ref)" is not in the list (General, Help, Bug Tracking, Support, Developer) of allowed values for the "Resource audience" property.






Date 2015-07-17
Source Debian
Source link http://packages.debian.org/sid/libapache2-authenntlm-perl

[[Category:]]



Permission is granted to copy, distribute and/or modify this document under the terms of the GNU Free Documentation License, Version 1.3 or any later version published by the Free Software Foundation; with no Invariant Sections, no Front-Cover Texts, and no Back-Cover Texts. A copy of the license is included in the page “GNU Free Documentation License”.

The copyright and license notices on this page only apply to the text on this page. Any software or copyright-licenses or other similar notices described in this text has its own copyright notice and license, which can usually be found in the distribution or license text itself.