Re: [Zope] creating users in zope. Login error

2006-04-13 Thread Robert Boyd
On 4/12/06, JulianRead [EMAIL PROTECTED] wrote: Hi i have created a plone site and now i want to create a user using zope and give them ownership rights to plone. At the moment i have created a user using the acl users button on the left menu bar and given them ownership rights Which

Re: [Zope] single sign-on

2006-03-31 Thread Robert Boyd
On 3/30/06, Fernando Martins [EMAIL PROTECTED] wrote: Hi, I'm doing single sign-on using Apache+mod_ntlm+FastCGI. Since the last is deprecated, is there any alternative? FastCGI is deprecated, but it still can be used, correct? I also use it to pass REMOTE_USER from Apache to Zope (in a

Re: [Zope] major problems placing authentication on an extranet site-security flaw?

2006-02-09 Thread Robert Boyd
On 2/9/06, michael nt milne [EMAIL PROTECTED] wrote: Over and out on this one from me and thanks for all your help Sorry but SSL over virtual hosts *is* more involved that setting up a basic password protect My 2 cents on this thread: I've seen (ok, I've done, long ago) the following as a

Re: [Zope] Re: htaccess with zope/plone ?

2006-02-09 Thread Robert Boyd
On 2/7/06, michael nt milne [EMAIL PROTECTED] wrote: Also Zope doesn't do SSL well and all password - login is basically insecure! If you mean that logins without SSL are basically insecure, ok. But given your other posts, if you mean that Zope authentication is somehow inherently insecure

[Zope] Zope, Apache, REMOTE_USER

2005-12-19 Thread Robert Boyd
I'm using Apache 2.0, and I cannot find a solution to passing the value of REMOTE_USER from Apache to Zope when using a rewrite rule. I have Apache rewriting requests for Zope, and hooked into Tomcat with mod_jk. My users login through a servlet, and Apache has REMOTE_USER available to it. But any

Re: [Zope] Trying zope on Linux

2005-12-15 Thread Robert Boyd
On 12/15/05, Allen Huang [EMAIL PROTECTED] wrote: I'm trying zope on linux but I have come a cross a problem. I windows, I simply changed the port number from 8080 to 80 in zope.conf so I could get to my site without typeing the port. But in Linux, I did the same thing but it always tells

Re: [Zope] probably a simple answer..

2005-11-17 Thread Robert Boyd
On 11/17/05, Kate Legere [EMAIL PROTECTED] wrote: Well, we're working on porting it over from linux but at the moment that's my only option... I just had this impression that I'd seen something whereby I could write to the filesystem using an external method. Kate Sure you could write to

Re: [Zope] Can one zope server host to websites with two different IPs?

2005-11-03 Thread Robert Boyd
On 11/3/05, Allen Huang [EMAIL PROTECTED] wrote: Can one zope server host to websites with two different IPs? Apache can do IP-based virtual hosting on a single server that has multiple IP addresses, and use RewriteRules to forward the requests either to different Zope instances or to one Zope

[Zope] Deleted users still have local roles?

2005-10-25 Thread Robert Boyd
Hello, I'm seeing that if I assign a role on an object to a user, then delete the user, the object still lists the user as having the local role - and I can assign the non-existant user more local roles, too. Thus, no referential integrity between users and local roles. I suppose any of my code

[Zope] Question: What Workflow tool to choose?

2005-10-21 Thread Robert Boyd
I've been tasked with rapidly developing a demo for a proposed workflow application using Zope. I have plenty of CMF experience including customized workflows based on DCWorkflow, but I'm wondering what other workflows are actively supported and of production quality. In the past I've read blurbs

Re: [Zope] fine grained, dynamic permissions based on attribute values

2005-10-21 Thread Robert Boyd
On 10/18/05, Chris Crownhart [EMAIL PROTECTED] wrote: Good day, I am wondering if/how I could control the permissions on an object based on the value of an attribute. So, as an example, I have multiple users, and multiple values for the category field. I would like User A to access the

Re: [Zope] logging out (not zmi)

2005-09-27 Thread Robert Boyd
On 9/27/05, [EMAIL PROTECTED] [EMAIL PROTECTED] wrote:Hi all,If i'm logged in as testuser and want to log in with a different user name, whats the right way of doing it?this is on zope 2.7thankspaul How did you log in? Through an HTML form, with cookies? Through the HTTP Basic Auth pop-up window?

Re: [Zope] Membership website

2005-09-22 Thread Robert Boyd
On 9/21/05, Javier Godinez [EMAIL PROTECTED] wrote: I am trying to decide how to go about building site where users can signup for an account by confirming their email address. They will also have profiles and a rating system. If anyone can direct me where to start, I will really appreciate it,