
This is a binary version of the mod_ntlm distribution
from http://modntlm.sourceforge.net/.
(also known as the official mod_ntlm)

The binary file is: bin/apacheversion/mod_ntlm.so. This is really all
you need. All other files are from the distribution.

The source was snapped from the above site at 30 Jul 2006.


Platform:   Solaris 10 for X86.
Apache version:  2.0 or 2.2


Note: The Apache 2.2 version is made on slightly different code than
the Apache 2.0 version. This is because the code uses the deprecated
APR function apr_pool_sub_make(). This function needs to be replaced
by apr_pool_create_ex() function.
In line 590 of mod_ntlm.c replace
   apr_pool_sub_make(&sp,p,NULL);
by
   apr_pool_create_ex(&sp,p,NULL,NULL);



