Re: [Zope] Debugging security settings in .metadata files

2005-10-28 Thread Chris Withers

J Cameron Cooper wrote:

Filesystem objects don't have a security tab in the ZMI (or at least,
these don't).  Should one be there?


Hm. Seems they don't.


They don't have the tab, but the method is still there, do some url 
hacking ;-)



Customize it and look at the security tab of that.


Hmm, I wouldn't trust this not to change things in other interesting 
ways :-S


Chris

--
Simplistix - Content Management, Zope  Python Consulting
   - http://www.simplistix.co.uk

___
Zope maillist  -  Zope@zope.org
http://mail.zope.org/mailman/listinfo/zope
**   No cross posts or HTML encoding!  **
(Related lists - 
http://mail.zope.org/mailman/listinfo/zope-announce

http://mail.zope.org/mailman/listinfo/zope-dev )


[Zope] Debugging security settings in .metadata files

2005-10-27 Thread Floyd May
I have a set of files - page templates, python scripts, and zsql
methods - that are set up as filesystem objects.  I'm having trouble
getting the security set the way I want it to be with the .metadata
files.  Here is the content of my .metadata files:
--8-
[security]
View = 0:Manager
Access contents information = 0:Manager
Access Contents Cnformation = 0:Manager
-8--

However, I can still access my content through an anonymous context. 
Can anyone give me some ideas about debugging my situation?  Thanks!

Zope 2.7.7-final, python 2.3.5, freebsd5
CMF 1.4.8

fm
___
Zope maillist  -  Zope@zope.org
http://mail.zope.org/mailman/listinfo/zope
**   No cross posts or HTML encoding!  **
(Related lists -
 http://mail.zope.org/mailman/listinfo/zope-announce
 http://mail.zope.org/mailman/listinfo/zope-dev )


Re: [Zope] Debugging security settings in .metadata files

2005-10-27 Thread J Cameron Cooper

Floyd May wrote:

I have a set of files - page templates, python scripts, and zsql
methods - that are set up as filesystem objects.  I'm having trouble
getting the security set the way I want it to be with the .metadata
files.  Here is the content of my .metadata files:
--8-
[security]
View = 0:Manager
Access contents information = 0:Manager
Access Contents Cnformation = 0:Manager
-8--

However, I can still access my content through an anonymous context. 
Can anyone give me some ideas about debugging my situation?  Thanks!


Zope 2.7.7-final, python 2.3.5, freebsd5
CMF 1.4.8


Looks okay to me, though I don't know what you're doing with the third line.

Check what it looks like in the ZMI. This will tell you whether or not 
the problem is in getting the permissions set like you expect.


--jcc
--
Building Websites with Plone
http://plonebook.packtpub.com/

Enfold Systems, LLC
http://www.enfoldsystems.com
___
Zope maillist  -  Zope@zope.org
http://mail.zope.org/mailman/listinfo/zope
**   No cross posts or HTML encoding!  **
(Related lists - 
http://mail.zope.org/mailman/listinfo/zope-announce

http://mail.zope.org/mailman/listinfo/zope-dev )


Re: [Zope] Debugging security settings in .metadata files

2005-10-27 Thread Floyd May
 I don't know what you're doing with the third line...
Me neither, typo.

 Check what it looks like in the ZMI. This will tell you whether or not
 the problem is in getting the permissions set like you expect.

Filesystem objects don't have a security tab in the ZMI (or at least,
these don't).  Should one be there?

fm


On 10/27/05, J Cameron Cooper [EMAIL PROTECTED] wrote:
 Floyd May wrote:
  I have a set of files - page templates, python scripts, and zsql
  methods - that are set up as filesystem objects.  I'm having trouble
  getting the security set the way I want it to be with the .metadata
  files.  Here is the content of my .metadata files:
  --8-
  [security]
  View = 0:Manager
  Access contents information = 0:Manager
  Access Contents Cnformation = 0:Manager
  -8--
 
  However, I can still access my content through an anonymous context.
  Can anyone give me some ideas about debugging my situation?  Thanks!
 
  Zope 2.7.7-final, python 2.3.5, freebsd5
  CMF 1.4.8

 Looks okay to me, though I don't know what you're doing with the third line.

 Check what it looks like in the ZMI. This will tell you whether or not
 the problem is in getting the permissions set like you expect.

 --jcc
 --
 Building Websites with Plone
 http://plonebook.packtpub.com/

 Enfold Systems, LLC
 http://www.enfoldsystems.com

___
Zope maillist  -  Zope@zope.org
http://mail.zope.org/mailman/listinfo/zope
**   No cross posts or HTML encoding!  **
(Related lists -
 http://mail.zope.org/mailman/listinfo/zope-announce
 http://mail.zope.org/mailman/listinfo/zope-dev )


Re: [Zope] Debugging security settings in .metadata files

2005-10-27 Thread J Cameron Cooper

Floyd May wrote:

I don't know what you're doing with the third line...


Me neither, typo.



Check what it looks like in the ZMI. This will tell you whether or not
the problem is in getting the permissions set like you expect.



Filesystem objects don't have a security tab in the ZMI (or at least,
these don't).  Should one be there?


Hm. Seems they don't.

Customize it and look at the security tab of that.

--jcc


On 10/27/05, J Cameron Cooper [EMAIL PROTECTED] wrote:


Floyd May wrote:


I have a set of files - page templates, python scripts, and zsql
methods - that are set up as filesystem objects.  I'm having trouble
getting the security set the way I want it to be with the .metadata
files.  Here is the content of my .metadata files:
--8-
[security]
View = 0:Manager
Access contents information = 0:Manager
Access Contents Cnformation = 0:Manager
-8--

However, I can still access my content through an anonymous context.
Can anyone give me some ideas about debugging my situation?  Thanks!

Zope 2.7.7-final, python 2.3.5, freebsd5
CMF 1.4.8


Looks okay to me, though I don't know what you're doing with the third line.

Check what it looks like in the ZMI. This will tell you whether or not
the problem is in getting the permissions set like you expect.

   --jcc
--
Building Websites with Plone
http://plonebook.packtpub.com/

Enfold Systems, LLC
http://www.enfoldsystems.com



___
Zope maillist  -  Zope@zope.org
http://mail.zope.org/mailman/listinfo/zope
**   No cross posts or HTML encoding!  **
(Related lists - 
 http://mail.zope.org/mailman/listinfo/zope-announce

 http://mail.zope.org/mailman/listinfo/zope-dev )





--
Building Websites with Plone
http://plonebook.packtpub.com/

Enfold Systems, LLC
http://www.enfoldsystems.com
___
Zope maillist  -  Zope@zope.org
http://mail.zope.org/mailman/listinfo/zope
**   No cross posts or HTML encoding!  **
(Related lists - 
http://mail.zope.org/mailman/listinfo/zope-announce

http://mail.zope.org/mailman/listinfo/zope-dev )