[Zope] Read File using python script

2008-10-15 Thread vaibhav pol
Hi, I create folder in zope where I add one text file .Now i want to read the content of the file using the script python not using external script how can i do that . thanks in advance vaibhi ___ Zope maillist - Zope@zope.org http://mail.zope.org/m

Re: [Zope] how suppress http based authentication window of zope

2008-09-18 Thread vaibhav pol
On Thu, Sep 18, 2008 at 1:59 PM, Josef Meile <[EMAIL PROTECTED]> wrote: > Hi, > > > Thank you for replay . yes I know that product is using cookie > > based authentication.I want to know that is any work go around to > > support zope cookie based or form based authentication. > >Well, I th

Re: [Zope] how suppress http based authentication window of zope

2008-09-18 Thread vaibhav pol
session. means by sending any response or can i kill user session On Wed, Sep 17, 2008 at 6:35 PM, Andrew Milton <[EMAIL PROTECTED]>wrote: > +---[ vaibhav pol ]-- > | Dear All, > | As per my information zope provide http based > authenti

Re: [Zope] kill user Session

2008-09-17 Thread vaibhav pol
n response header that's why it calling login window . I don't want to show any window and also i want to fully logout user from zope is any way to do that . Thank and Regards, vaibhi On Wed, Sep 17, 2008 at 6:58 PM, Tino Wildenhain <[EMAIL PROTECTED]> wrote: > vai

[Zope] kill user Session

2008-09-17 Thread vaibhav pol
Dear all, I create logout page in my site when user want to logout it will submit the page of page submit i called "manage_zmi_logout" function . which promt me for again login user name password window i want redirect user to login page but if redirect whiout calling "manage_zmi_log

[Zope] how suppress http based authentication window of zope

2008-09-17 Thread vaibhav pol
Dear All, As per my information zope provide http based authentication and not support cookies based authentication . I used CookieCrumbler,exUserFolder,fcForum Products but it not so useful and robust . I want to suppress login wnidow of the zope which genarated by browser and rep

[Zope] where zope sessions are created zope-2.8.1

2008-09-12 Thread vaibhav pol
hii, i am using zope-2.8.1,i just want to know that in which module zope sessions have been created and when i try to login into zope which module is called first... if u have any idea please help me .. thank you.. milind ___ Zope maillist - Zop

Re: [Zope] how to authenticate into zope as external user

2008-08-20 Thread vaibhav pol
thank you very much . On Wed, Aug 20, 2008 at 5:49 PM, Andrew Milton <[EMAIL PROTECTED]>wrote: > +---[ vaibhav pol ]-- > | hiii, > | I am using zope-2.8.1 version and i wish to login into zope > without > | facing the login window tha

[Zope] how to authenticate into zope as external user

2008-08-20 Thread vaibhav pol
hiii, I am using zope-2.8.1 version and i wish to login into zope without facing the login window that zope provides i want to make one DTML page which will be used as login page for ZOPE and when I will enter username and password in DTML page, this information should be used for zope a

[Zope] Add Combo Box in External method page

2008-04-29 Thread vaibhav pol
can i modifed that is it i have to create a object for the combobox . Let me no if you havingsome information. Thanks and Regards Vaibhav Pol ___ Zope maillist - Zope@zope.org http://mail.zope.org/mailman/listinfo/zope ** No cross posts or HTML

[Zope] Check for currently loged in users

2008-04-29 Thread vaibhav pol
Dear all, here i am using zop-2.8.1 and am trying to get the how many users currently loged in zope. Let me know if zope having any supported function or module to do the same . thanks and regards vaibhav ___ Zope maillist - Zope@zope.org http://mai

Re: [Zope] External Method in Zope

2008-04-07 Thread vaibhav pol
Thanks alot but i am not using command but i using perl function to modify the passwd and shadow file. in my module that's why i want to invoke that module as root On Mon, Apr 7, 2008 at 1:19 PM, Andreas Jung <[EMAIL PROTECTED]> wrote: > > > --On 7. April 2008 13:15:

[Zope] External Method in Zope

2008-04-07 Thread vaibhav pol
hi, I am using Zope-2.8.1-final and also added zoperl-1.0.beta5 for perl support . I wrote a Perl module which edit files the file access permission is only to root and i want to invoking the module as onther user . by some way i want to invoke the perl interpreter as root for my user. and i als