On Wed, Aug 24, 2016 at 12:59 AM, Mary Loftis <[email protected]> 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]> (大前 潤) -- 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.
