I just setup Apache on Win2000 with PCGI access to Zope. I am using

mod_auth_sspi to authenticate users. It works great, but I ran into

a problem. How do I get my WebDav to work now?

In order to setup Apache to authenticate you must put the server

into REMOTE_USER mode. I noticed that the users I create in Zope

now do now have passwords anymore. This is fine, Apache is taking

care of that, but, now Zope wont authenticate by itself.

This is what I used to setup the authentication.

<Location /cgi-bin/Zope.cgi>

AuthType SSPI

SSPIAuth On

SSPIAuthoritative On

require group "DOMAIN\GroupName"

</Location>

 

If I add the DAV portion to Apache, it still wont work. The errors

say "Unable to Authenticate."

I do have the mod_dav enabled. I added this to the Location above:

DavLockDB c:/temp/davlock

Dav on

Thanks for any help you may have.

Greg Fischer

sysman@techgroupinc.com