Mailing List Archive: 49091 messages
  • Home
  • Script library
  • AltME Archive
  • Mailing list
  • Articles Index
  • Site search
 

[REBOL] Re: IOS: Folder rights

From: chris:ross-gill at: 16-Oct-2002 12:51

Hi Robert,
> BTW: What happens if some of my users change the registry.r file on > their machine by hand and try to publish it back to the IOS server? Is > this allowed? I think it is because users can add folders and this > change needs to be published back to server. But than they could change > the 'access block to gain folder-creation rights...
It's not simply a matter of changing and publishing the registry. If you make changes to the local registry, it skews the sync details and at worst everything is resynced. Changes to the registry must be made through the Serve API (the 'send-server command) and of course individual fileset rights apply.
> > Possibly by restricting the 'new-app rights in the User > > reblet. > > Hm... Don't know what this right stands for. Anyone else?
That's the ability to create new filesets, including those of desktop folders.
> But users are used to use the desktop functionality of IOS for creating > folders. Best thing would be to have access to the default rights from > some configuration file. Or change the desktop source-code. But I don't > have access to the desktop source-code.
I think that's how it is at this stage. - Chris