[Zope] PCGI and WebDAV?
Andreas Jung
Andreas Jung" <andreas@andreas-jung.com
Tue, 10 Sep 2002 05:53:32 +0200
Ups.. forget my former reply...wrong reply to wrong posting.
-aj
----- Original Message -----
From: "Andreas Jung" <zopyx@t-online.de>
To: "Greg Fischer" <gfischer@techgroupinc.com>
Cc: <zope@zope.org>
Sent: Tuesday, September 10, 2002 05:49
Subject: Re: [Zope] PCGI and WebDAV?
> 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
> >
>
> _______________________________________________
> Zope maillist - Zope@zope.org
> http://lists.zope.org/mailman/listinfo/zope
> ** No cross posts or HTML encoding! **
> (Related lists -
> http://lists.zope.org/mailman/listinfo/zope-announce
> http://lists.zope.org/mailman/listinfo/zope-dev )
>