[Zope-PAS] Re: plonePAS and JAX-WS

2006-08-25 Thread Zachery Bir
On Aug 25, 2006, at 10:17 AM, Tres Seaver wrote: Zachery Bir wrote: On Aug 25, 2006, at 5:40 AM, Jens Vagelpohl wrote: On 25 Aug 2006, at 05:47, Serge Zagorac wrote: Hi All Is there any way or example how to configure plonePAS to consume a web service (in my case JAX-WS via SOAP

Re: [Zope-PAS] Domainauth

2006-06-22 Thread Zachery Bir
On Jun 22, 2006, at 3:25 AM, Janko Hauser wrote: Hello, I'm trying to setup a domain based authentication. The situation is, that there is already a cookie-based authentication. Additionally we want to enable a direct login for some specific domains. Is this at all possible? I added a

[Zope-Checkins] SVN: Zope/trunk/utilities/tracelog.py Typos and provide proper help text for --html option.

2006-05-05 Thread Zachery Bir
Log message for revision 67995: Typos and provide proper help text for --html option. Changed: U Zope/trunk/utilities/tracelog.py -=- Modified: Zope/trunk/utilities/tracelog.py === --- Zope/trunk/utilities/tracelog.py

[Zope-dev] Curious about age old WebDAV decisions...

2005-12-28 Thread Zachery Bir
I've got a Folder (indirection) and a DTML Method (found) in the root of a Zope site. HEAD requests fail on the indirected DTML Method due to OFS.ObjectManager's __getitem__ method: def __getitem__(self, key): import pdb;pdb.set_trace() v=self._getOb(key, None) if

Re: [Zope-dev] Re: Directory structure on svn.zope.org

2005-12-27 Thread Zachery Bir
On Dec 27, 2005, at 9:57 AM, Zachery Bir wrote: Let's keep the SVN repo structure as flat as possible. Note that I think a project's name should be the dotted name of the Python package (if one such package exists), so it should be Products.CompositePage/ Products.PluginRegistry

[Zope-Annce] [ANN] PluggableAuthService 1.1b2

2005-07-14 Thread Zachery Bir
/PluggableAuthService-1.1b2.tar.gz http://www.zope.org/Members/urbanape/PluggableAuthService/ PluggableAuthService-1.1b2/PluggableAuthService-1.1b2.zip Thanks, Zachery Bir ___ Zope-Announce maillist - Zope-Announce@zope.org http://mail.zope.org

[Zope-PAS] PluggableAuthService 1.1b2 released

2005-07-14 Thread Zachery Bir
/PluggableAuthService-1.1b2.tar.gz http://www.zope.org/Members/urbanape/PluggableAuthService/PluggableAuthService-1.1b2/PluggableAuthService-1.1b2.zip Thanks, Zachery Bir ___ Zope-PAS mailing list Zope-PAS@zope.org http://mail.zope.org/mailman/listinfo/zope

[Zope-PAS] PluginRegistry needs the same work...

2005-07-08 Thread Zachery Bir
So, it looks like PluginRegistry (a product that PAS depends on) will need the same kinds of Interface adjustments to make it work in the bridged manner that PAS now has. I'll be working on this today, and hopefully cut a new release of PluginRegistry. Zac

[Zope-Annce] [ANN] ZopeEditManger 0.9.6 Released

2005-06-22 Thread Zachery Bir
, Zachery Bir ___ Zope-Announce maillist - Zope-Announce@zope.org http://mail.zope.org/mailman/listinfo/zope-announce Zope-Announce for Announcements only - no discussions (Related lists - Users: http://mail.zope.org/mailman/listinfo/zope Developers: http

[Zope-dev] Re: ZEO, FastCGI and Shibboleth

2005-04-26 Thread Zachery Bir
On 2005-04-25 06:58:17 -0400, John Snowdon [EMAIL PROTECTED] said: Has anyone any thoughts about how to go about shibboleth enabling a whole host of ZEO instances... without each one having an Apache server sitting in front of it? Or is there an alternative method out there that perhaps is not

[Zope-dev] Re: [Zope-Coders] Unauthorized results in 401, shouldn't it result in 403?

2005-04-20 Thread Zachery Bir
On 2005-04-20 11:20:26 -0400, Chris Withers [EMAIL PROTECTED] said: Sidnei da Silva wrote: | 3. How does PAS handle failover from one authentication plugin to the next? /me leaves slot for PAS experts to fill Each attempt at authenticating a particular set of credentials gets a crack, and