[Zope] PCGI and WebDAV?
Andreas Jung
andreas@andreas-jung.com
Tue, 10 Sep 2002 05:49:13 +0200
This is a FAQ. Please check the mailing list archives.
-aj
On Mon, Sep 09, 2002 at 05:17:43PM -0700, Greg Fischer wrote:
> 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
>