iccubeiccube-reporting

How do I switch off inherited permissions on report folder (IcCube)


I am trying to give access to differents roles / folders as following :

I have 3 roles :

And 3 Directories containing reports :

How should I define the roles permissions to :

I tried to use the "- inherit" in the definition file without success

--   switch off inherited permissions (file only):
--   - inherit

Solution

  • There is no deny and -inherit applies to file only. You'll have to explicitly setup the permissions for each folders:

    :Templates/Pole1
        + [MyCompanyPole1]
        + [MyCompanyAllPoles]
    
    :Templates/Pole2
        + [MyCompanyPole2]
        + [MyCompanyAllPoles]
    
    :Templates/AllPoles
        + [MyCompanyAllPoles]