Re: [Zope] single sign-on

2006-04-02 Thread robert rottermann
Fernando Martins wrote: Hi, I'm doing single sign-on using Apache+mod_ntlm+FastCGI. Since the last is deprecated, is there any alternative? TIA, Fernando Martins ___ Zope maillist - Zope@zope.org http://mail.zope.org/mailman/listinfo/zope ** No

Re: [Zope] single sign-on

2006-04-02 Thread David H
robert rottermann wrote: Fernando Martins wrote: Hi, I'm doing single sign-on using Apache+mod_ntlm+FastCGI. Since the last is deprecated, is there any alternative? TIA, Fernando Martins ___ Zope maillist - Zope@zope.org

Re: [Zope] Debugging Zope on Windows

2006-04-02 Thread Dieter Maurer
[EMAIL PROTECTED] wrote at 2006-3-31 14:47 -0700: I am using Zope 2.5.0 (binary release, python 2.1, win32-x86), and the python 2.1.3 distribution of from python.org as a service on a Windows 2000 server. I have heard that there is a way to debug zope and save error messages to a text file

Re: [Zope] logging from external methods

2006-04-02 Thread Dieter Maurer
Jed Parsons wrote at 2006-3-31 15:28 -0800: I'm trying to perform some logging from external methods. I've discovered that, if you're not careful, you get more and more loggers each time Zope reloads the module. This leads to an ever-increasing number of identical entries in the log file,

Re: [Zope] logging from external methods

2006-04-02 Thread Stefan H. Holek
Note that ExternalMethods are not, and do not behave like, python modules. Stefan On 1. Apr 2006, at 01:28, Jed Parsons wrote: I'm trying to perform some logging from external methods. I've discovered that, if you're not careful, you get more and more loggers each time Zope reloads the

Re: [Zope] single sign-on

2006-04-02 Thread Maciej Wisniowski
during the next 4 weeks we will be prototyping a site. One of the request we have to meet is SSO using Active Directory to manage the users. One of the request we *should* meet (I declined to commit ourselfs for this feature) is that a user when logged into Windows she is automaticaly logged

[Zope-Annce] Zwiki 0.52 released

2006-04-02 Thread Simon Michael
No time for foolery! Alas. Zwiki 0.52 has been released at http:// zwiki.org . Zwiki is a free, powerful, easy to use and manage wiki engine for Zope 2; it works with standard Zope, CMF or Plone sites. Here is the news. Summary Restructured Text fixed now the default markup, standard skin

Re: [Zope-dev] Is TF IDF implemented in zope search engine. On NED in Zope.

2006-04-02 Thread Dieter Maurer
Manuel Vázquez Acosta wrote at 2006-3-31 15:51 -0400: My first step was to find out if Zope already implemented a vector space model (tf idf, maybe) for indexing and searching the documents. Zope's search engine (the ZCatalog) does not, but some textindexes (ZCTextIndex, TextIndexNG) use

Re: [Zope-dev] TCP CLOSE_WAIT leaks

2006-04-02 Thread Alan Milligan
Dieter Maurer wrote: Alan Milligan wrote at 2006-3-28 10:44 +1000: A missing clearing down of the client's connection cannot be the cause for this. The (worker) thread must finish (and you should see a log entry) long before this connection is expected to be closed. The problem you observe