How can I hide a space to a user who is coordinator?
I mean, there is a temporal space that is managed by a web script and it's used to create and remove temporal documents as a result of a PDF->SWF transformation. The user must be coordinator because he is creating and removing files through the web script executed by himself.
But I don't want the user to see this space. Can I hide it for his group?
Maybe by not creating that space under company home structure, but rather create your own store or create a different root node under an existing store.
Hi, if your WebScript is a classpath stored WebScript you could also use <authentication runas="<some-user-name>">user</authentication> config option in desc.xml and only give this user neccessary permissions on your folder you want to hide… cheers, jan