[Zope] ZSearch interface

2000-06-08 Thread Vaibhav
Hi, I tried to add a zsearch interface as per the zcatalog tutorial. When I type a keyword in the raw field, I get the message "There was no data matching this Catalog query." How do I create a search form in my folder? Hope someone can help. Regards.

[Zope] Error loggin in as acl user

2000-07-17 Thread vaibhav
Hi, I added an acl user as a manager. But it does not accept the password when I log in. Zope 2.2.0 does not allow the superuser to do anything :( I can't add a mailhost unless I log in as another user. Please help...my CEO has a gun to my head.

[Zope] [New User]: Investigating Zope...some preliminary questions

2000-09-07 Thread Vaibhav Goel
So far, I have gone through the Zope Content Manager guide and did not see any details about these questions there. I am in the process of browsing through the mailing list archives and I am sure I will find a lot of info there. Any tips and suggestions are highly appreciated. Regards, VG

[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

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:04 +0530 vaibhav pol [EMAIL

[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

[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] 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

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 that zope provides | i want

[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 -

[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

[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

Re: [Zope] kill user Session

2008-09-17 Thread vaibhav pol
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: vaibhav pol wrote: Dear all, I

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 authentication and | not support

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 think it

[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