[Zope] How to search doc about acl permissions Zope?

2006-03-08 Thread José Carlos Senciales
Hi, I´m trying to develop a product to control my own folders, users , roles and then i need to known how to interact with acl permissions of zope. I´ve looked the Zope API and i think have to use BasicUserFolder and UserFolder but i don´t found a document to explain this. The zope book

[Zope] XML-RPC encrypted?

2006-01-25 Thread José Carlos Senciales
Hello, I need to use XML-RPC to call some functions of a product in zope, but all my xml-rpc conections has user:[EMAIL PROTECTED]:port\folder\method I´m wondering if it´s possible to do a call with xml-rpc with all data encrypted... with ssl...? Thanks. Jose Carlos

Re: [Zope] exUserFolder Product Install Problems in Windows XP

2006-01-24 Thread José Carlos Senciales
Thanks but Andrew Milton send me a mail to try with the CVS copy and in the CVS version this problem is fixed and the product work properly with my Win XP and Zope 2.8. Thanks. Jose Carlos - Original Message - From: Greg Fischer To: José Carlos Senciales Cc

[Zope] exUserFolder Product Install Problems in Windows XP

2006-01-23 Thread José Carlos Senciales
Hello I have downloaded the exUserFolder Product and copy the folder into my directory Products of Zope but when restar my zope i found this error:: File C:\Archivos de programa\Zope-2.8.4-final\lib\python\Products\exUserFolder\AuthSources\etcAuthSource\etcAuthSource.py, line 124, in ?

[Zope] Products for XML-RPC

2006-01-17 Thread José Carlos Senciales
Hi , I´m looking for a Product for Zope to call any generic object.method with permission checking and with a generic object response to caller. Do you know some product for this? or it´s not neccesary a product to make it. thanks. jose ___

[Zope] zope db question

2005-12-21 Thread José Carlos Senciales Chaves
Hi Iam new phyton and zope programmer. Ihave to make a product for zope and i must use a list of groups with a lot of data. I´m wondering if i must to use a list of persistent objects or if it´s better use a database like gadfly with tables or another one. I´m a little confuse. I