ML
    • Recent
    • Categories
    • Tags
    • Popular
    • Users
    • Groups
    • Register
    • Login

    Looking to have good and easy control over the shared folders [permissions] on File Server (Windows Server 2012).

    IT Discussion
    8
    30
    10.8k
    Loading More Posts
    • Oldest to Newest
    • Newest to Oldest
    • Most Votes
    Reply
    • Reply as topic
    Log in to reply
    This topic has been deleted. Only users with topic management privileges can see it.
    • scottalanmillerS
      scottalanmiller @Dashrender
      last edited by

      @Dashrender said in Looking to have good and easy control over the shared folders [permissions] on File Server (Windows Server 2012).:

      This is interesting.

      I'm curious how you change this without changing the current workflow of your users.

      Always the big challenge.

      openitO 1 Reply Last reply Reply Quote 0
      • DashrenderD
        Dashrender
        last edited by

        Changing the flow to something like SharePoint or NextCloud might make these requests a lot easier, also more modern. Modern, but perhaps not better.

        1 Reply Last reply Reply Quote 0
        • scottalanmillerS
          scottalanmiller
          last edited by

          Changing flows is often the most efficient thing.

          openitO 1 Reply Last reply Reply Quote 0
          • openitO
            openit @Dashrender
            last edited by

            @Dashrender said in Looking to have good and easy control over the shared folders [permissions] on File Server (Windows Server 2012).:

            This is interesting.

            I'm curious how you change this without changing the current workflow of your users.

            It is difficult to change the workflow (I guess, here you mean, making folders according to departments to give full access for specific department and read access for others.)

            I understand, above changes can resolve most of my problems, but practically for Users and in Users view, it's damn difficult.

            This is because :

            1. In one project all departments needs to involve, so Project-55 (lets say) folders will be in all department folders, instead of being in One Location, now the data/files for project is scattered in different folders and users will need to navigate to different folders for one project to need to work with.

            2. Our users are using XREF (a feature in CAD, you may familiar with), where users will point from CAD file to other to know what changes done by other departments, so if we change the location on existing files will effect other files, which is going to be a big mess for Users and to IT ultimately.

            3. Currently all department files for one project is under one Folder, when we make it department wise, there is a lot of moving activity, which should be done with keen observation to avoid any files missing due to long file path (I am sure there will hundreds cases will arise).

            travisdh1T 1 Reply Last reply Reply Quote 0
            • openitO
              openit @wirestyle22
              last edited by

              @wirestyle22 said in Looking to have good and easy control over the shared folders [permissions] on File Server (Windows Server 2012).:

              I'm not familiar with a product that would allow you to do this in a way that is not extremely time consuming. Interested to see if anyone else does.

              What I was believing before posting this thread, there should be huge number of IT folks should be dealing with this kind of scenarios 🙂

              DashrenderD 1 Reply Last reply Reply Quote 0
              • openitO
                openit @scottalanmiller
                last edited by

                @scottalanmiller said in Looking to have good and easy control over the shared folders [permissions] on File Server (Windows Server 2012).:

                @Dashrender said in Looking to have good and easy control over the shared folders [permissions] on File Server (Windows Server 2012).:

                This is interesting.

                I'm curious how you change this without changing the current workflow of your users.

                Always the big challenge.

                Yeah, it seems damn big challenge for me.

                1 Reply Last reply Reply Quote 0
                • openitO
                  openit @scottalanmiller
                  last edited by

                  @scottalanmiller said in Looking to have good and easy control over the shared folders [permissions] on File Server (Windows Server 2012).:

                  Changing flows is often the most efficient thing.

                  As I mentioned above, it's going to be big headache for if I think about change the workflow. And how would be scenario, if I need to do it for some hundreds of projects (which can give me a risk of missing files etc.). Let's say, I have given keen observation to transfer files etc. later in future, if any file is missing (maybe someone deleted knowingly/unknowingly before transferring files itself ) and there are more chances that I will come to Users mind that I missed or deleted in the process. [ FYI, we don't have any file auditing software to help in this scenario ]

                  Due to number of reasons at my end, I do not prefer changing Workflow.

                  1 Reply Last reply Reply Quote 0
                  • dafyreD
                    dafyre
                    last edited by

                    I'm not sure I see any reason to not handle this with regular NTFS permissions... What am I missing?

                    Are the files for a given project spread out all over, instead of in one single folder?

                    DashrenderD 1 Reply Last reply Reply Quote 0
                    • DashrenderD
                      Dashrender @openit
                      last edited by

                      @openit said in Looking to have good and easy control over the shared folders [permissions] on File Server (Windows Server 2012).:

                      @wirestyle22 said in Looking to have good and easy control over the shared folders [permissions] on File Server (Windows Server 2012).:

                      I'm not familiar with a product that would allow you to do this in a way that is not extremely time consuming. Interested to see if anyone else does.

                      What I was believing before posting this thread, there should be huge number of IT folks should be dealing with this kind of scenarios 🙂

                      I don't know about a huge number, but probably not a small number or even small percentage.

                      As I said, moving away from the folder structure and to a flat file system and searching for things based on tags would solve this for you - once you setup default permissions for new files created by users (i.e. John in CAD group 1's files will by default have r/w for CAD group 1 users, and read for everyone else, etc), assuming this can even be done.

                      But CAD files makes this challenging because of their size.

                      1 Reply Last reply Reply Quote 1
                      • DashrenderD
                        Dashrender @dafyre
                        last edited by

                        @dafyre said in Looking to have good and easy control over the shared folders [permissions] on File Server (Windows Server 2012).:

                        I'm not sure I see any reason to not handle this with regular NTFS permissions... What am I missing?

                        Sure, let's assume the following:

                        \fileserver\share\projects\project-55\cad-files

                        4 different departments need to write files to this directory, but only those in the same department can change their department's files.

                        So we have Dept1, Dept2, Dept3, Dept4

                        How do you automatically create permissions for a file created by a user in Dep1 to be
                        Dept1 - R/W, Dept2, Dept3, Dept4 - R

                        Same goes for all departments.

                        dafyreD 1 Reply Last reply Reply Quote 0
                        • travisdh1T
                          travisdh1 @openit
                          last edited by

                          @openit said in Looking to have good and easy control over the shared folders [permissions] on File Server (Windows Server 2012).:

                          @Dashrender said in Looking to have good and easy control over the shared folders [permissions] on File Server (Windows Server 2012).:

                          This is interesting.

                          I'm curious how you change this without changing the current workflow of your users.

                          It is difficult to change the workflow (I guess, here you mean, making folders according to departments to give full access for specific department and read access for others.)

                          I understand, above changes can resolve most of my problems, but practically for Users and in Users view, it's damn difficult.

                          This is because :

                          1. In one project all departments needs to involve, so Project-55 (lets say) folders will be in all department folders, instead of being in One Location, now the data/files for project is scattered in different folders and users will need to navigate to different folders for one project to need to work with.

                          2. Our users are using XREF (a feature in CAD, you may familiar with), where users will point from CAD file to other to know what changes done by other departments, so if we change the location on existing files will effect other files, which is going to be a big mess for Users and to IT ultimately.

                          XREF is a standard feature across almost all software. Not really relevant to CAD.

                          1. Currently all department files for one project is under one Folder, when we make it department wise, there is a lot of moving activity, which should be done with keen observation to avoid any files missing due to long file path (I am sure there will hundreds cases will arise).

                          What CAD software is being used? I bet they have a standard tool to manage this.

                          If not, then what @Dashrender mentioned already.

                          CAD tends to have groups of files the software needs for each project, not a single file. So trying to manually manage this would be an exercise in futility, at leas the ones I'm familiar with.

                          openitO 1 Reply Last reply Reply Quote 1
                          • dafyreD
                            dafyre @Dashrender
                            last edited by

                            @Dashrender said in Looking to have good and easy control over the shared folders [permissions] on File Server (Windows Server 2012).:

                            @dafyre said in Looking to have good and easy control over the shared folders [permissions] on File Server (Windows Server 2012).:

                            I'm not sure I see any reason to not handle this with regular NTFS permissions... What am I missing?

                            Sure, let's assume the following:

                            \fileserver\share\projects\project-55\cad-files

                            4 different departments need to write files to this directory, but only those in the same department can change their department's files.

                            So we have Dept1, Dept2, Dept3, Dept4

                            How do you automatically create permissions for a file created by a user in Dep1 to be
                            Dept1 - R/W, Dept2, Dept3, Dept4 - R

                            Same goes for all departments.

                            Ah, ok. I gotcha... That makes sense.

                            DashrenderD 1 Reply Last reply Reply Quote 0
                            • DashrenderD
                              Dashrender @dafyre
                              last edited by

                              @dafyre said in Looking to have good and easy control over the shared folders [permissions] on File Server (Windows Server 2012).:

                              Ah, ok. I gotcha... That makes sense.

                              I don't know if that can even be done in SharePoint or NextDrive.

                              dafyreD 1 Reply Last reply Reply Quote 0
                              • dafyreD
                                dafyre @Dashrender
                                last edited by

                                @Dashrender This doesn't help the OP, but it can definitely be done with SAMBA on Linux.

                                We do that here, and have to muck around with the department permissions and such from time-to-time.

                                DashrenderD 1 Reply Last reply Reply Quote 0
                                • DashrenderD
                                  Dashrender @dafyre
                                  last edited by

                                  @dafyre said in Looking to have good and easy control over the shared folders [permissions] on File Server (Windows Server 2012).:

                                  @Dashrender This doesn't help the OP, but it can definitely be done with SAMBA on Linux.

                                  We do that here, and have to muck around with the department permissions and such from time-to-time.

                                  I'd love to see a screen shot of how that looks at the share or folder level.

                                  dafyreD 1 Reply Last reply Reply Quote 0
                                  • DashrenderD
                                    Dashrender
                                    last edited by

                                    OK in talking with @dafyre I have a possible solution, but man, it's what I would consider a horrible solution.

                                    Write a script that runs as frequently as you need it to, like every min, that looks at new files in folders and generates a new permission set for a file based upon the owner of the file.

                                    The script would have to know who is in what group, and then it would give w/r permissions to that group. The default permissions on the folder would need to be Read Only.

                                    But in typing this out, that wouldn't work, because then no one could ever write a file into the folder in the first place. 😞

                                    1 Reply Last reply Reply Quote 0
                                    • dafyreD
                                      dafyre @Dashrender
                                      last edited by dafyre

                                      @Dashrender said in Looking to have good and easy control over the shared folders [permissions] on File Server (Windows Server 2012).:

                                      @dafyre said in Looking to have good and easy control over the shared folders [permissions] on File Server (Windows Server 2012).:

                                      @Dashrender This doesn't help the OP, but it can definitely be done with SAMBA on Linux.

                                      We do that here, and have to muck around with the department permissions and such from time-to-time.

                                      I'd love to see a screen shot of how that looks at the share or folder level.

                                      In the /etc/samba/smb.conf file, in our global section, we have

                                      create mask = 0660
                                      directory mask = 0770
                                      

                                      Adjust permissions accordingly.

                                      For what he wants, it'd likely be something like

                                      create mask = 0650
                                      directory mask = 0770
                                      
                                      

                                      At the share level.

                                      Edit: @Dashrender reminded me of one additional command that is needed to grant the groups appropriate access to groups for a folder.

                                      The setfacl command.

                                      1 Reply Last reply Reply Quote 0
                                      • black3dynamiteB
                                        black3dynamite
                                        last edited by

                                        Since I'm still trying to wrap my head around this.

                                        You could try using a combination of Role-based access control permissions (http://www.yster.org/role-based-access-control/) and use inherited permissions.

                                        DashrenderD 1 Reply Last reply Reply Quote 0
                                        • DashrenderD
                                          Dashrender @black3dynamite
                                          last edited by

                                          @black3dynamite said in Looking to have good and easy control over the shared folders [permissions] on File Server (Windows Server 2012).:

                                          Since I'm still trying to wrap my head around this.

                                          You could try using a combination of Role-based access control permissions (http://www.yster.org/role-based-access-control/) and use inherited permissions.

                                          I don't think this will give you the logic you need though.

                                          1 Reply Last reply Reply Quote 0
                                          • J
                                            Jimmy9008
                                            last edited by

                                            IMO... its a mess and needs to be standardised. Management need to decide on a workable structure.

                                            1 Reply Last reply Reply Quote 1
                                            • 1
                                            • 2
                                            • 1 / 2
                                            • First post
                                              Last post