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: 15-Oct-2002 15:17

Hi Robert,
> Hi, I want to change the folder rights of our IOS server in that not > every user can create new folders in public folders. > > Would it be enough just to change my local registry.r file and publish > it to the server so that others will get the change too?
Yes, if you mean using Reg-Edit.
> How can such a change be applied to an existing IOS server?
Change the 'access rights to each folder fileset that you want to secure.
> How can I change the default-rights for folders to exclude the right for > creating new foldres? I don't want to make this change everytime a new > folder is created.
Possibly by restricting the 'new-app rights in the User reblet. It may be that every new folder is created with a standard set of rights which includes access to all (unless it is a private folder). You could write yourself a little reblet that creates new folders with the rights you desire... Not definitive answers but maybe a starting point. - Chris