John Fugazi wrote at 2007-1-29 14:33 -0500:
I have installed Plone with openSUSE 10.2 (working). I have also installed LDAPUserFolder and LDAPMultiPlugins (working). The default installation of Plone is located in "/var/opt/zope/default". I have loaded mod_proxy, mod_proxy_http, mod_rewrite and mod_headers. I have also compiled and load mod_ntlml. I tested mod_ntlm on just an ordinary directory that contained an "index.html" and it worked fine. Mod_ntlm asked for username and password, which authenticated. I set internet explorer to "automatic logon with current username and password" and i was able to get to the web page without typing a username and password.
This is my conf, but this does not work.
<VirtualHost 192.168.200.20:80>
ServerName openSUSE
ServerSignature On RewriteEngine On
<Location "/var/opt/zope/default">
This looks very strange. Why your Apache be interested in any way where your Zope has been installed?
AuthName "Active Directory Domain" AuthType NTLM
-- Dieter