I set the authz_module_name = Beth_test in the trac.ini but it had no 
affect. I also removed the loading of mod_access_compat and switched to 
using the Require statements as is preferred with Apache 2.4.  It is 
sto;; letting me browse the svn repo even though the authz_file permissions 
do not list my id for that repo.

The svn access file contains the following. My id is utcaus\leftism. I am 
only in the admin group which has r/w access to /. I am not in the other 
groups which have access to the repos defined under slash.

   
 [groups]
    admin = utcaus\loftism, utcaus\vasquer-a, utcaus\g0044320
    #
    SVNtestteam = utcaus\haugsch, utcaus\welcher, utcaus\vasquer-a, utcaus\
g0044320
    #
    Bethtestteam = utcaus\welcher, utcaus\vasquer-a, utcaus\g0044320
    #
    [/]
    @admin = rw
    # Allow developers complete access to their project repos
    #
    [SVN_test:/]
    @SVNtestteam = rw
    #
    [Beth_test:/]
    @Bethtestteam = rw

Thanks for the suggestion. Any more thoughts on the subject?


On Monday, September 26, 2016 at 12:29:19 PM UTC-4, Jun Omae wrote:

> On Wed, Aug 24, 2016 at 12:59 AM, Mary Loftis <[email protected] 
> <javascript:>> wrote: 
> > The trac.ini file (for Beth_test project) has these critical sections, 
> same as before the Apache upgrade: 
> > ... 
> > [trac] 
> > authz_file = E:\etc\.svnaccess 
> > permission_policies = AuthzSourcePolicy, DefaultPermissionPolicy, 
> LegacyAttachmentPolicy 
> > permission_store = DefaultPermissionStore 
> > repository_dir = e:\svn_repository\Beth_test 
> > repository_type = svn 
> > …plus a bunch of other settings 
>
> I think it's needed to add authz_module_name option for default 
> repository in the Trac Environment. 
>
> [trac] 
> authz_module_name = Beth_test 
>
> -- 
> Jun Omae <[email protected] <javascript:>> (大前 潤) 
>

-- 
You received this message because you are subscribed to the Google Groups "Trac 
Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].
Visit this group at https://groups.google.com/group/trac-users.
For more options, visit https://groups.google.com/d/optout.

Reply via email to