a8ffde84d3
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.
13 lines
450 B
Text
13 lines
450 B
Text
===========================================================================
|
|
$NetBSD: MESSAGE,v 1.1.1.1 2008/10/17 19:24:10 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
|
|
|
|
===========================================================================
|