Re: Permissions change to "inherited" upon saving.

From: Roger Abell [MVP] (mvpNoSpam_at_asu.edu)
Date: 11/10/05

  • Next message: Roger Abell [MVP]: "Re: Copying File / Folder permissions across servers"
    Date: Wed, 9 Nov 2005 22:06:46 -0700
    
    

    If it is at all possible to restructure the storage so the
    file perms follow directory perms, then relying on the
    NTFS perms inherited from containing dir such work if
    it is the new file inheritance that is your issue.

    -- 
    Roger
    "skywalkr73" <skywalkr73@discussions.microsoft.com> wrote in message 
    news:397D7796-9BB4-4BA9-B994-688B09872320@microsoft.com...
    > Thanks for the response. I'll have to get more info an the app side. For
    > general info, the Application is AutoCAD.
    >
    > "Roger Abell [MVP]" wrote:
    >
    >> This is likely due to an application, like some of Office, that
    >> like to use temp files, and a save ends up being a rename of
    >> a new file, and of course, a new file will be inheriting from
    >> the containing directory.
    >> Even without this issue, but due to it also, I find it hazardous
    >> to store in one directory files that are ACL'd differently.
    >> It turns into an error-prone mgmt nightmare over time.
    >>
    >> "skywalkr73" <skywalkr73@discussions.microsoft.com> wrote in message
    >> news:BF1C6FEE-BC77-4C7B-84D4-3248C51BE9A0@microsoft.com...
    >> > My situation is as follows:
    >> > At the file level, I uncheck the Inherit from Parent... checkbox. I 
    >> > apply
    >> > Full Control to two separate groups, one being Domain Admins of which 
    >> > i'm
    >> > a
    >> > member. The Everyone group is granted read/read-exe and another group 
    >> > is
    >> > granted read/read-exe/write. When the file is saved by any of the 
    >> > groups
    >> > with
    >> > write acces and above the drawing reverts to Inherting from Parent.
    >>
    >>
    >> 
    

  • Next message: Roger Abell [MVP]: "Re: Copying File / Folder permissions across servers"

    Relevant Pages

    • Re: File Migration - Inheritance
      ... Thanks Vincent. ... to set the perms on the files to the perms of the parent directory. ... Subject: File Migration - Inheritance ... As we copied the security for these folders after much of the data had ...
      (microsoft.public.windows.server.migration)
    • W2K NTFS permissions question
      ... group1 has full NTFS perms, and group2 has all perms but the ability ... I will block propagation of inheritance, the folder will be shared w/ ...
      (comp.os.ms-windows.nt.admin.security)
    • Re: trouble with delegating unlock rights
      ... > Effective Permissions on this object are: ... > CONTROL ... > <Inherited from parent> ... inheritance enabled ...
      (microsoft.public.win2000.active_directory)
    • Re: Controlling object visibility
      ... It has AU as a member. ... BTW, I would avoid the deny ace, ... but I'd rather block inheritance at Division level. ... > <Inherited from parent> ...
      (microsoft.public.windows.server.active_directory)
    • Re: instance attributes not inherited?
      ... >> Nothing's wrong with python's oop inheritance, ... >> class Child(Parent): ... >the class name be enough for super() to find the right superclass object? ... a bound method has the first argument bound in, and when you call the bound method ...
      (comp.lang.python)