12 Aug
2002
12 Aug
'02
7:16 p.m.
low kian seong writes:
... The problem is .. I want the files only to be accessible by Authenticated Users. How can I do this via a Python Script ? ( I Know how to do it manually using ZMI ) I want to do it dynamically using a python script. Whenever you are in such a situation, you look at the ZMI source and learn how the ZMI does it. Then, you do it in the same way.
You need to know how calling actions via the Web corresponds to calling functions directly. I recently posted something about this to the mailing list... Dieter