Edgewall Software

Changes between Version 3 and Version 5 of Ticket #10961


Ignore:
Timestamp:
May 18, 2014, 9:18:08 AM (10 years ago)
Author:
Ryan J Ollos
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #10961

    • Property Cc dev@… added
  • Ticket #10961 – Description

    v3 v5  
    22
    33I want to restrict several folders to several trac users.
    4 So I used FineGrainedPermissions.
    5 
    6 http://trac.edgewall.org/wiki/TracFineGrainedPermissions
     4So I used FineGrainedPermissions.
    75
    86If we say john not allowed to view the trunk/src/some/location
    9 then I put below in the
     7then I put below in the /`var/www/trac/conf/authzpolicy.conf` file.
    108{{{#!ini
    119[repository:test_repo@*/source:trunk/src/some/location/*@*]
    1210john = !BROWSER_VIEW, !FILE_VIEW
    1311}}}
    14 /var/www/trac/conf/authzpolicy.conf file.
    1512
    16 But it not getting effected. (I already give the permissions to group which the john also in for BROWSER_VIEW and FILE_VIEW in admin panel permissions) I need restrict the trunk/src/some/location folder only to john.
    17 
    18 
    19 
    20 
     13But it not getting effected. (I already give the permissions to group which the john also in for `BROWSER_VIEW` and `FILE_VIEW` in admin panel permissions) I need restrict the `trunk/src/some/location` folder only to john.