Re: manager can, proxy role manager cannot
Hmm... this is strange. I can proxy as Manager or Anonymous, but if I try to set Proxy Roles to Owner, I get:
You are not authorized to change add2 because you do not have proxy >roles.
I am able to set Proxy Roles to Owner on a DTML-Method, so I made a wrapper which calls my Python Script. It still asks for authentication or else gives the same error. _________________________________________________________________ MSN 8: advanced junk mail protection and 2 months FREE*. http://join.msn.com/?page=features/junkmail
Lee Harr wrote:
Hmm... this is strange. I can proxy as Manager or Anonymous, but if I try to set Proxy Roles to Owner, I get:
You are not authorized to change add2 because you do not have proxy
roles.
I am able to set Proxy Roles to Owner on a DTML-Method, so I made a wrapper which calls my Python Script. It still asks for authentication or else gives the same error.
I fear this doesn't help, since IIRC zope uses the intersection of roles (rights?) w.r.t proxy roles. But I remember having the same error ("...you do not have proxy roles.") in some context, unfortunately I down't know how we solved it, maybe someone else can step in? Last try: Is the user as which you try to set the proxy role owner of that python script? If not, make him the owner and try again. cheers, oliver
Hello Oliver, Friday, January 10, 2003, 4:24:24 PM, you wrote:
But I remember having the same error ("...you do not have proxy roles.") in some context, unfortunately I down't know how we solved it, maybe someone else can step in?
You cannot set a proxy role to a role you do not have yourself. If someone else is the owner of an object , you do not have the owner role, and thus cannot set it as proxy. Take ownership of the object first. :) -- Geir Bækholt geir@funcom.com Tools/HCI-developer Tools/Billing - Product Operations Funcom Oslo
participants (3)
-
Geir Bækholt -
Lee Harr -
Oliver Bleutgen