pkgsrc/www/ap-auth-ntlm/MESSAGE
sborrill a8ffde84d3 NTLM is an authentication protocol used by Microsoft Internet Informations
Server(tm) and Microsoft Internet Explorer(tm). While it is not really
secure, it offers background authentication (the workstation logon
credentials of users are passed through to the web server). This feature is
widely used in intranets based on these Microsoft products.

This module is implementing NTLM authentication for Apache on Unix
platforms. It is available free of charges under the BSD License.
2008-10-17 19:23:25 +00:00

13 lines
450 B
Text

===========================================================================
$NetBSD: MESSAGE,v 1.1.1.1 2008/10/17 19:23:25 sborrill Exp $
In order to use this module in your Apache installation, you need to
add the following to your httpd.conf file:
LoadModule ${MODULE_NAME} lib/httpd/mod_ntlm.so
An example httpd.conf fragment can be found in:
${EGDIR}/ntlm.conf
===========================================================================