summaryrefslogtreecommitdiff
path: root/www/ap2-auth-ntlm/MESSAGE
diff options
context:
space:
mode:
authorsborrill <sborrill@pkgsrc.org>2008-10-17 19:23:25 +0000
committersborrill <sborrill@pkgsrc.org>2008-10-17 19:23:25 +0000
commita8ffde84d3195d4c6d88ae60a91dd605c5a2f030 (patch)
tree0b27a575745b61a7646acd7d8f1bb2e943fbd28b /www/ap2-auth-ntlm/MESSAGE
parent574de7354cf00bba84424cb78d6ad8b4d9a208fd (diff)
downloadpkgsrc-a8ffde84d3195d4c6d88ae60a91dd605c5a2f030.tar.gz
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.
Diffstat (limited to 'www/ap2-auth-ntlm/MESSAGE')
-rw-r--r--www/ap2-auth-ntlm/MESSAGE13
1 files changed, 13 insertions, 0 deletions
diff --git a/www/ap2-auth-ntlm/MESSAGE b/www/ap2-auth-ntlm/MESSAGE
new file mode 100644
index 00000000000..4837f7aab0b
--- /dev/null
+++ b/www/ap2-auth-ntlm/MESSAGE
@@ -0,0 +1,13 @@
+===========================================================================
+$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
+
+===========================================================================