Re: [Zope-dev] SAP SSO feature for Zope/LDAPUserFolder

2005-06-26 Thread Marco Bizzarri
Dirk Datzert wrote: Hi, we have Zope 2.6.4 and 2.7.6 with LDAPUserFolder and CookieCrumbler in use. One of our next goals is to integrate the Single-Sign-On-Ticket feature of SAP-Portal. SAP sent a cookie called MYSAPSSO2 which contains a certified signature and the Login-Name of a user.

[Zope-dev] Re: SAP SSO feature for Zope/LDAPUserFolder

2005-06-26 Thread Dirk Datzert
Hi Mark, Mark Hammond schrieb: I would suggest looking at PAS. You would write an extraction plugin for PAS, and use the PAS LDAPMultiPlugin (from dataflake) for user properties and role/group enumeration. Your PAS plugin then only has the job of creating a user id suitable for use with the

Re: [Zope-dev] Re: SAP SSO feature for Zope/LDAPUserFolder

2005-06-26 Thread Jens Vagelpohl
On 26 Jun 2005, at 14:57, Dirk Datzert wrote: One question about PAS/LDAPMultiPlugin and LDAPUserFolder/ LDAPUserSatellite: We work a lot with LDAPUserSatellite in different Folders, which will change local roles of users. Is this also possible with PAS/LDAPMultiPlugin ? No it is not. It

[Zope] Timeout?

2005-06-26 Thread Jan-Ole Esleben
Hi! Is there a way to have a ZOPE method (called, for example, via a TALES expression) time out after a specific (changeable!) amount of time? TIA, Ole ___ Zope maillist - Zope@zope.org http://mail.zope.org/mailman/listinfo/zope ** No cross posts

Re: [Zope] Timeout?

2005-06-26 Thread Peter Bengtsson
I've never heard of a way. I think the external python app you have has to try to import timeoutsocket and in that you need to set the timeout time. Perhaps you can make this varying and not just on the import. If you in have a standard type python 2.3 installation, this should be installed